PurchaseUnit

data class PurchaseUnit(val amount: String, val currencyCode: String)

Amounts of the items purchased.

Constructors

Link copied to clipboard
constructor(amount: String, currencyCode: String)

Properties

Link copied to clipboard

The amount of money, either a whole number or a number with up to 3 decimal places.

Link copied to clipboard

The currency code for the monetary amount.