Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingPolicy
Represents a Subscription Billing Policy.
Signature:
export interface SubscriptionBillingPolicy
Property | Modifiers | Type | Description |
---|---|---|---|
anchors | Array<SellingPlanAnchor> | 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’][‘output’] | The number of billing intervals between invoices. | |
maxCycles? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Maximum amount of cycles after which the subscription ends. | |
minCycles? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Minimum amount of cycles required in the subscription. |