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 および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-25 UTC。"],[],["The JSON object represents monetary value. It has three fields: `kind` (deprecated, always `\"walletobjects#money\"`), `micros` (an integer string representing the amount in micro-units, e.g., 1,000,000 for $1), and `currencyCode` (a string indicating the currency, like \"USD\"). The key action is to use the `micros` and `currencyCode` to denote money values and to be aware that the field `kind` is deprecated.\n"]]