Money

  • The content defines a structure representing a price with a specific currency.

  • It includes fields for the three-character ISO 4217 currency code and the amount in micros.

Represents a price in a particular currency.

Proto definition

Fields

currency_code

string

Three-character ISO 4217 currency code.

amount_micros

int64

Amount in micros. One million is equivalent to one unit.