Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionCyclePriceAdjustment
Represents a Subscription Line Pricing Cycle Adjustment.
Signature:
export interface SubscriptionCyclePriceAdjustment
Property | Modifiers | Type | Description |
---|---|---|---|
adjustmentType | SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}` | Price adjustment type. | |
adjustmentValue | SellingPlanPricingPolicyAdjustmentValue | Price adjustment value. | |
afterCycle | Scalars[‘Int’][‘output’] | The number of cycles required before this pricing policy applies. | |
computedPrice | MoneyV2 | The computed price after the adjustments applied. |