MoneyAmount
A Money Amount represent a price amount, for example, a product variant's price or a price in a price list. Each Money Amount either has a Currency or Region associated with it to indicate the pricing in a given Currency or, for fully region-based pricing, the given price in a specific Region. If region-based pricing is used, the amount will be in the currency defined for the Region.
Properties
amountnumberRequiredThe amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the currency that the money amount may belong to.
currency_codestringRequiredThe 3 character currency code that the money amount may belong to.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe money amount's ID
max_quantitynull | numberRequiredThe maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.
min_quantitynull | numberRequiredThe minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.
The details of the price list that the money amount may belong to.
price_list_idnull | stringRequiredThe ID of the price list that the money amount may belong to.
The details of the region that the money amount may belong to.
region_idstringRequiredThe region's ID
updated_atDateRequiredThe date with timezone at which the resource was updated.
The details of the product variant that the money amount may belong to.
variant_idstringRequiredThe ID of the Product Variant contained in the Line Item.
Was this section helpful?