Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRecurringPricingPolicy
Represents a recurring selling plan pricing policy.
Signature:
export interface SellingPlanRecurringPricingPolicy extends SellingPlanPricingPolicyBase
Extends: SellingPlanPricingPolicyBase
| Property | Modifiers | Type | Description |
|---|---|---|---|
| adjustmentType | SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}` | The price adjustment type. | |
| adjustmentValue | SellingPlanPricingPolicyAdjustmentValue | The price adjustment value. | |
| afterCycle? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Cycle after which this pricing policy applies. | |
| createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the recurring selling plan pricing policy was created. |