Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRecurringBillingPolicyInput
The input fields required to create or update a recurring billing policy.
Signature:
export interface SellingPlanRecurringBillingPolicyInput
Property | Modifiers | Type | Description |
---|---|---|---|
anchors? | InputMaybe<Array<SellingPlanAnchorInput>> | (Optional) Specific anchor dates upon which the billing interval calculations should be made. | |
interval? | InputMaybe<SellingPlanInterval | `${SellingPlanInterval}`> | (Optional) The billing frequency, it can be either: day, week, month or year. | |
intervalCount? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The number of intervals between billings. | |
maxCycles? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) Maximum number of billing iterations. | |
minCycles? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) Minimum number of billing iterations. |