CurrencyConstant

A currency constant.

Fields

resource_name

string

Output only. The resource name of the currency constant. Currency constant resource names have the form:

currencyConstants/{code}

code

string

Output only. ISO 4217 three-letter currency code, for example, "USD"

name

string

Output only. Full English name of the currency.

symbol

string

Output only. Standard symbol for describing this currency, for example, '$' for US Dollars.

billable_unit_micros

int64

Output only. The billable unit for this currency. Billed amounts should be multiples of this value.