Skip to main content
Anchor to SellingPlanPricingPolicyBase

SellingPlanPricingPolicyBase

interface

Requires read_products access scope.

Represents selling plan pricing policy common fields.

•SellingPlanPricingPolicyAdjustmentType!
non-null

The price adjustment type.

•SellingPlanPricingPolicyAdjustmentValue!
non-null

The price adjustment value.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

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.

•SellingPlanPricingPolicyAdjustmentType!
non-null

The price adjustment type.

•SellingPlanPricingPolicyAdjustmentValue!
non-null

The price adjustment value.

•DateTime!
non-null

The date and time when the fixed selling plan pricing policy was created.

•OBJECT

Represents a recurring selling plan pricing policy. It applies after the fixed pricing policy. By using the afterCycle parameter, you can specify the cycle when the recurring pricing policy comes into effect. Recurring pricing policies are not available for deferred purchase options.

•SellingPlanPricingPolicyAdjustmentType!
non-null

The price adjustment type.

•SellingPlanPricingPolicyAdjustmentValue!
non-null

The price adjustment value.

•Int

Cycle after which this pricing policy applies.

•DateTime!
non-null

The date and time when the recurring selling plan pricing policy was created.


Was this section helpful?