type Money (v202411)

  • The content provides details about the Money object within the v202411 API namespace.

  • The Money object is used to represent monetary amounts with fields for currencyCode (string) and microAmount (long).

  • microAmount stores the value in millionths of the currency's fundamental unit.

Represents a money amount.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

currencyCode

xsd:string

Three letter currency code in string format.

microAmount

xsd:long

Money values are always specified in terms of micros which are a millionth of the fundamental currency unit. For US dollars, $1 is 1,000,000 micros.