# SubscriptionPricingPolicyCycleDiscountsInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for an array containing all pricing changes for each billing cycle. ### Access Scopes ## Fields * [adjustmentType](/docs/api/admin-graphql/2024-10/enums/SellingPlanPricingPolicyAdjustmentType): SellingPlanPricingPolicyAdjustmentType! - The price adjustment type. * [adjustmentValue](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanPricingPolicyValueInput): SellingPlanPricingPolicyValueInput! - The price adjustment value. * [afterCycle](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The cycle after which the pricing policy applies. * [computedPrice](/docs/api/admin-graphql/2024-10/scalars/Decimal): Decimal! - The computed price after the adjustments are applied. ## Input objects with this input object * [SubscriptionPricingPolicyInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionPricingPolicyInput) ## Examples