Anchor to SellingPlanCheckoutChargeValueSelling
SellingPlanCheckoutChargeValue
union
Requires access scope.
The portion of the price to be charged at checkout.
Anchor to Possible typesPossible types
- •OBJECT
A monetary value with currency.
- amount•Decimal!non-null
Decimal money amount.
- currency
Code •Currencynon-nullCode! Currency of the money.
- amount•
- •OBJECT
The percentage value of the price used for checkout charge.
- percentage•Float!non-null
The percentage value of the price used for checkout charge.
- percentage•
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The charge value for the checkout charge.
Was this section helpful?
union SellingPlanCheckoutChargeValue = MoneyV2 | SellingPlanCheckoutChargePercentageValue