currency_constant

  • The currency constant includes information about the billable unit, ISO 4217 code, full English name, resource name, and standard symbol for a currency.

  • Each field within the currency constant is output only, meaning it cannot be modified.

  • Most fields for the currency constant are filterable, selectable, and sortable.

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