CurrencyConstant
Stay organized with collections
Save and categorize content based on your preferences.
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-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Currency constants provide essential information about a currency, including its name, code, symbol, and billable unit."],["Each currency constant is uniquely identified by its resource name, following the format `currencyConstants/{code}`."],["The `billable_unit_micros` field indicates the minimum billable unit for the currency, ensuring that all billed amounts are multiples of this value."]]],[]]