AI-generated Key Takeaways
-
The provided content defines the
Money
object, representing a money amount within the specified namespace. -
The
Money
object has two fields:currencyCode
(a three-letter string) andmicroAmount
(a long integer representing the value in micros). -
Several services within the
v202508
API version, includingAudienceSegmentService
,ForecastService
,LineItemService
,OrderService
,ProposalLineItemService
,ProposalService
, andYieldGroupService
, utilize or are related to money values. -
The
Order
dependency is also mentioned in the context of these services and money representation.
Represents a money amount.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
|
Three letter currency code in string format. |
|
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. |