import { ShopifySellingPlanRecurringDeliveryPolicy } from '@daffodil/driver/shopify'
The recurring delivery policy for the selling plan.
interface ShopifySellingPlanRecurringDeliveryPolicy {
__typename: "SellingPlanRecurringDeliveryPolicy"
interval: ShopifySellingPlanInterval
intervalCount: number
}
__typename "SellingPlanRecurringDeliveryPolicy" |
|---|
interval ShopifySellingPlanInterval |
|---|
The delivery frequency, it can be either: day, week, month or year. |
intervalCount number |
|---|
The number of intervals between deliveries. |