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
amount
numberRequiredThe amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.
created_at
DateRequiredThe date with timezone at which the resource was created.
The details of the currency that the money amount may belong to.
currency_code
stringRequiredThe 3 character currency code that the money amount may belong to.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe money amount's ID
max_quantity
null | numberRequiredThe maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.
min_quantity
null | 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_id
null | 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_id
null | stringRequiredThe region's ID
updated_at
DateRequiredThe date with timezone at which the resource was updated.
The details of the product variant that the money amount may belong to.
variant_id
stringRequiredThe ID of the Product Variant contained in the Line Item.
Was this section helpful?