currency_constant

  • A currency constant has fields for billable unit, code, name, resource name, and symbol.

  • The billable unit indicates the multiple at which amounts are billed for a currency.

  • The code is the three-letter ISO 4217 currency code.

  • The name is the full English name of the currency.

  • The symbol is the standard symbol for the currency.

A currency constant.

currency_constant.billable_unit_micros

Field descriptionOutput only. The billable unit for this currency. Billed amounts should be multiples of this value.
CategoryATTRIBUTE
Data TypeINT64
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

currency_constant.code

Field descriptionOutput only. ISO 4217 three-letter currency code, for example, "USD"
CategoryATTRIBUTE
Data TypeSTRING
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

currency_constant.name

Field descriptionOutput only. Full English name of the currency.
CategoryATTRIBUTE
Data TypeSTRING
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

currency_constant.resource_name

Field descriptionOutput only. The resource name of the currency constant. Currency constant resource names have the form: currencyConstants/{code}
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

currency_constant.symbol

Field descriptionOutput only. Standard symbol for describing this currency, for example, '$' for US Dollars.
CategoryATTRIBUTE
Data TypeSTRING
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse