# SellingPlanRecurringPricingPolicy - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a recurring selling plan pricing policy. It applies after the fixed pricing policy. By using the afterCycle parameter, you can specify the cycle when the recurring pricing policy comes into effect. Recurring pricing policies are not available for deferred purchase options. ### Access Scopes `read_products` access scope. ## Fields * [adjustmentType](/docs/api/admin-graphql/2024-10/enums/SellingPlanPricingPolicyAdjustmentType): SellingPlanPricingPolicyAdjustmentType! - The price adjustment type. * [adjustmentValue](/docs/api/admin-graphql/2024-10/unions/SellingPlanPricingPolicyAdjustmentValue): SellingPlanPricingPolicyAdjustmentValue! - The price adjustment value. * [afterCycle](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Cycle after which this pricing policy applies. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the recurring selling plan pricing policy was created. ## Connections ## Related queries ## Related mutations ## Related Unions * [SellingPlanPricingPolicy](/docs/api/admin-graphql/2024-10/unions/SellingPlanPricingPolicy) Represents the type of pricing associated to the selling plan (for example, a $10 or 20% discount that is set for a limited period or that is fixed for the duration of the subscription). Selling plan pricing policies and associated records (selling plan groups, selling plans, billing policy, and delivery policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. ## Examples