Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionPricingPolicyInput
The input fields for expected price changes of the subscription line over time.
Signature:
export interface SubscriptionPricingPolicyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| basePrice | Scalars[‘Decimal’][‘input’] | The base price per unit for the subscription line in the contract’s currency. | |
| cycleDiscounts | Array<SubscriptionPricingPolicyCycleDiscountsInput> | An array containing all pricing changes for each billing cycle. |