type Money (v202411)
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.
|
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-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `Money` object represents a monetary amount, specified in micros."],["It is defined within the namespace `https://www.google.com/apis/ads/publisher/v202411` and is used by various services like `LineItemService`, `OrderService`, etc."],["`Money` objects utilize a three-letter currency code (`currencyCode`) and store the value in `microAmount`, representing a millionth of the fundamental currency unit."]]],["The provided content defines the `Money` data type within the `v202411` API namespace, used across various services like AudienceSegmentService, ForecastService, LineItemService, and others. `Money` is represented by two fields: `currencyCode`, a three-letter string specifying the currency, and `microAmount`, a long integer representing the monetary value in micros (one-millionth of the currency unit). It also mentions related objects, like `LineItemActivityAssociation` and `LineItemSummary` that are associated with the LineItemService.\n"]]