# SellingPlanRecurringPricingPolicyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create or update a recurring selling plan pricing policy. ### Access Scopes ## Fields * [adjustmentType](/docs/api/admin-graphql/2024-10/enums/SellingPlanPricingPolicyAdjustmentType): SellingPlanPricingPolicyAdjustmentType - Price adjustment type defined by the policy. * [adjustmentValue](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanPricingPolicyValueInput): SellingPlanPricingPolicyValueInput - Price adjustment value defined by the policy. * [afterCycle](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - Cycle after which the pricing policy applies. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - ID of the pricing policy. ## Input objects with this input object * [SellingPlanPricingPolicyInput](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanPricingPolicyInput) ## Examples