Checkout Line Item Price
- currencyType: object · Currencyrequired
Three-letter ISO currency code
- isoType: stringrequired
Three-letter ISO currency code
- scaleType: integerrequired
Number of decimal places for this currency
- idType: string | nullrequired
Price ID when the line item uses a catalog price.
- productType: object · Checkout Line Item Productnullablerequired
- descriptionType: string | nullrequired
Product description displayed to the customer.
- idType: string | nullrequired
Product ID when the line item uses a catalog product.
- nameType: stringrequired
Product name displayed to the customer.
- recurringType: object · CheckoutPriceRecurringResponsenullablerequired
Recurring billing details captured for a Checkout line-item price.
- intervalType: string enumrequiredvalues
- day
The price recurs in daily intervals.
- week
The price recurs in weekly intervals.
- month
The price recurs in monthly intervals.
- year
The price recurs in yearly intervals.
- intervalType: integer Format: int64
_count Number of intervals between billings.
- unitType: integer · amountWithCurrencyPrecisionFormat: int64
_amount requiredInteger amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00

