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