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 ProposalLineItemService, along with other services like AudienceSegmentService, ForecastService, and others, depend on the Money object to represent monetary values."],["Money objects utilize a currency code and a microAmount field to define the value and currency."],["The microAmount field represents the monetary value in micros, which are a millionth of the fundamental currency unit."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The provided content outlines the \"Money\" data type used across several services within an advertising platform. It details that \"Money\" represents a monetary amount and is utilized by services like `AudienceSegmentService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `YieldGroupService`. The `ProposalLineItem` is a dependent entity. Key attributes include `currencyCode` (a three-letter string) and `microAmount` (a long integer representing the amount in micros, where one million micros equals one currency unit).\n"]]