Resource: CurrencyConstant
A currency constant.
JSON representation | |
---|---|
{ "resourceName": string, "code": string, "name": string, "symbol": string, "billableUnitMicros": string } |
Fields | |
---|---|
resourceName |
Output only. The resource name of the currency constant. Currency constant resource names have the form:
|
code |
Output only. ISO 4217 three-letter currency code, e.g. "USD" |
name |
Output only. Full English name of the currency. |
symbol |
Output only. Standard symbol for describing this currency, e.g. '$' for US Dollars. |
billableUnitMicros |
Output only. The billable unit for this currency. Billed amounts should be multiples of this value. |
Methods |
|
---|---|
|
Returns the requested currency constant. |