stack

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

AdminTypes.SellingPlanFixedPricingPolicy interface

Represents the pricing policy of a subscription or deferred purchase option selling plan. The selling plan fixed pricing policy works with the billing and delivery policy to determine the final price. Discounts are divided among fulfillments. For example, a subscription with a $10 discount and two deliveries will have a $5 discount applied to each delivery.

Signature:

export interface SellingPlanFixedPricingPolicy extends SellingPlanPricingPolicyBase 

Extends: SellingPlanPricingPolicyBase

Properties

Property Modifiers Type Description
adjustmentType   SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}` The price adjustment type.
adjustmentValue   SellingPlanPricingPolicyAdjustmentValue The price adjustment value.
createdAt   Scalars[‘DateTime’][‘output’] The date and time when the fixed selling plan pricing policy was created.