stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionPricingPolicyCycleDiscountsInput

AdminTypes.SubscriptionPricingPolicyCycleDiscountsInput interface

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

Signature:

export interface SubscriptionPricingPolicyCycleDiscountsInput 

Properties

Property Modifiers Type Description
adjustmentType   SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}` The price adjustment type.
adjustmentValue   SellingPlanPricingPolicyValueInput The price adjustment value.
afterCycle   Scalars[‘Int’][‘input’] The cycle after which the pricing policy applies.
computedPrice   Scalars[‘Decimal’][‘input’] The computed price after the adjustments are applied.