Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingPolicyInput
The input fields for a Subscription Billing Policy.
Signature:
export interface SubscriptionBillingPolicyInput
Property | Modifiers | Type | Description |
---|---|---|---|
anchors? | InputMaybe<Array<SellingPlanAnchorInput>> | (Optional) Specific anchor dates upon which the billing interval calculations should be made. | |
interval | SellingPlanInterval | `${SellingPlanInterval}` | The kind of interval that’s associated with this schedule (e.g. Monthly, Weekly, etc). | |
intervalCount | Scalars[‘Int’][‘input’] | The number of billing intervals between invoices. | |
maxCycles? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) Maximum amount of cycles required in the subscription. | |
minCycles? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) Minimum amount of cycles required in the subscription. |