<- Object

Object

Money

Represents an amount of money.

Link to section

Properties

Link to section

amount

integer(64-bit)

The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents. Monetary amounts can be positive or negative. See the specific field description to determine the meaning of the sign in a particular case.

Link to section

currency

string

The type of currency, in ISO 4217 format. For example, the currency code for US dollars is USD.

Show values