Money
JSON 表現 |
{
"kind": string,
"micros": string,
"currencyCode": string
} |
フィールド |
kind (deprecated) |
string
リソースの種類を示します。値は固定文字列 "walletobjects#money" です。
|
micros |
string (int64 format)
マイクロ単位の金額。たとえば、$1 USD は 1,000,000 マイクロ秒と表されます。
|
currencyCode |
string
通貨コード(「USD」や「EUR」など)。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-13 UTC。
[null,null,["最終更新日 2024-11-13 UTC。"],[[["Money objects represent a monetary value amount with its currency using JSON."],["The `kind` field is deprecated and should not be used."],["`micros` represents the monetary value in micros (e.g., 1 USD = 1000000 micros)."],["`currencyCode` specifies the currency used, such as USD or EUR."]]],[]]