Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryPolicy
Represents a Subscription Delivery Policy.
Signature:
export interface SubscriptionDeliveryPolicy
| Property | Modifiers | Type | Description |
|---|---|---|---|
| anchors | Array<SellingPlanAnchor> | 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’][‘output’] | The number of delivery intervals between deliveries. |