[[["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 2024-09-09 UTC."],[[["`MoneyKt` is a Kotlin class that provides utility functions for working with monetary values."],["It offers a single public method, `money()`, which builds a new `Money` object."],["The `money()` method takes the currency code, whole units, and nano units as parameters to construct the `Money` instance."],["This class is part of the Places SDK for Android and is used to represent monetary amounts associated with places."]]],["The `MoneyKt` class provides a single public method, `money`, for constructing a new `Money` object. This method requires three parameters: `currencyCode`, a three-letter ISO 4217 currency code; `units`, representing the whole units of the monetary amount; and `nanos`, representing the fractional part in nanounits. It returns a new `Money` instance built using the provided currency code, units, and nano amount.\n"]]