A money entity extracted from a piece of text. It provides the values extracted for the
amount (split between the integer and fractional parts) and a canonical format for the
currency.
[[["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-10-31 UTC."],[],["`MoneyEntity` extracts monetary values from text, providing the integer and fractional parts of the amount and the currency. It inherits from `Entity`, which defines various entity types like address, date/time, email, etc. `MoneyEntity` offers methods to retrieve the fractional part (`getFractionalPart`), the integer part (`getIntegerPart`), and the unnormalized currency (`getUnnormalizedCurrency`). The class also supports casting to other entity types like `DateTimeEntity` and `IbanEntity`.\n"]]