SubscriptionPricingPolicyCycleDiscountsInput input object
An array containing all pricing changes for each billing cycle.
Input fields
- adjustmentType (
[SellingPlanPricingPolicyAdjustmentType!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyadjustmenttype)
) REQUIRED
The price adjustment type. - adjustmentValue (
[SellingPlanPricingPolicyValueInput!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyvalueinput)
) REQUIRED
The price adjustment value. - afterCycle (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
) REQUIRED
The cycle after which the pricing policy applies. - computedPrice (
[Decimal!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01)
) REQUIRED
The computed price after the adjustments are applied.