Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRecurringPricingPolicyInput
The input fields required to create or update a recurring selling plan pricing policy.
Signature:
export interface SellingPlanRecurringPricingPolicyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| adjustmentType? | InputMaybe<SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}`> | (Optional) Price adjustment type defined by the policy. | |
| adjustmentValue? | InputMaybe<SellingPlanPricingPolicyValueInput> | (Optional) Price adjustment value defined by the policy. | |
| afterCycle | Scalars[‘Int’][‘input’] | Cycle after which the pricing policy applies. | |
| id? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) ID of the pricing policy. |