CurrencyConstant
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Currency constants represent currency information like name, code, and symbol using fields such as `resource_name`, `code`, `name`, `symbol`, and `billable_unit_micros`."],["Each currency constant has a unique resource name in the format `currencyConstants/{code}` and provides details like the ISO 4217 three-letter currency code and the full English name of the currency."],["The `symbol` field gives the standard symbol for the currency (e.g., '$' for US Dollars), and `billable_unit_micros` specifies the minimum billable unit for the currency."]]],[]]