Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryPolicyInput
The input fields for a Subscription Delivery Policy.
Signature:
export interface SubscriptionDeliveryPolicyInput
Property | Modifiers | Type | Description |
---|---|---|---|
anchors? | InputMaybe<Array<SellingPlanAnchorInput>> | (Optional) The specific anchor dates upon which the delivery 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. |