Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRecurringBillingPolicy
Represents a recurring selling plan billing policy.
Signature:
export interface SellingPlanRecurringBillingPolicy
Property | Modifiers | Type | Description |
---|---|---|---|
anchors | Array<SellingPlanAnchor> | Specific anchor dates upon which the billing interval calculations should be made. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the selling plan billing policy was created. | |
interval | SellingPlanInterval | `${SellingPlanInterval}` | The billing frequency, it can be either: day, week, month or year. | |
intervalCount | Scalars[‘Int’][‘output’] | The number of intervals between billings. | |
maxCycles? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Maximum number of billing iterations. | |
minCycles? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Minimum number of billing iterations. |