[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe ProposalLineItemService, along with other services like AudienceSegmentService, ForecastService, and others, depend on the Money object to represent monetary values.\u003c/p\u003e\n"],["\u003cp\u003eMoney objects utilize a currency code and a microAmount field to define the value and currency.\u003c/p\u003e\n"],["\u003cp\u003eThe microAmount field represents the monetary value in micros, which are a millionth of the fundamental currency unit.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this object is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type Money (v202411)\n\n**Service** \n[AudienceSegmentService](/ad-manager/api/reference/v202411/AudienceSegmentService.Money) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.Money) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.Money) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.Money) [OrderService](/ad-manager/api/reference/v202411/OrderService.Money) **ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202411/ProposalService.Money) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.Money) **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ProposalLineItemService.ProposalLineItem) \n▼\n**Money**\n\nRepresents a money amount.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `currencyCode` | ` `xsd:`string` Three letter currency code in string format. |\n| ### `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. |"]]