type Money (v202411)

  • The Money object represents a monetary amount, using a three-letter currency code and a microamount value.

  • Microamounts represent a millionth of the fundamental currency unit, allowing for precise monetary calculations.

  • The Money object is defined within the namespace https://www.google.com/apis/ads/publisher/v202411.

  • It includes fields for specifying the currency code (currencyCode) and the monetary value in micros (microAmount).

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.