[[["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-02-20 UTC."],[],["The provided content outlines the `Money` data type used within a service namespace. `Money` represents a monetary amount and is defined by two fields: `currencyCode`, a three-letter string indicating the currency, and `microAmount`, a long integer representing the amount in micros (millionths of the currency unit). This data type is a dependency of `ProposalLineItem` and is associated with multiple services including `AudienceSegmentService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService` and `YieldGroupService`.\n"]]