# SubscriptionPricingPolicyCycleDiscountsInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for an array containing all pricing changes for each billing cycle.

### Access Scopes



## Fields
* [adjustmentType](/docs/api/admin/2025-01/enums/SellingPlanPricingPolicyAdjustmentType): SellingPlanPricingPolicyAdjustmentType! - The price adjustment type.
* [adjustmentValue](/docs/api/admin/2025-01/input-objects/SellingPlanPricingPolicyValueInput): SellingPlanPricingPolicyValueInput! - The price adjustment value.
* [afterCycle](/docs/api/admin/2025-01/scalars/Int): Int! - The cycle after which the pricing policy applies.
* [computedPrice](/docs/api/admin/2025-01/scalars/Decimal): Decimal! - The computed price after the adjustments are applied.


## Input objects with this input object
* [SubscriptionPricingPolicyInput](/docs/api/admin/2025-01/input-objects/SubscriptionPricingPolicyInput)


## Examples