[[["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."],[],["The `LoyaltyPointsBalance.Type` interface defines the data type of a loyalty points balance. It outlines five constant types: `DOUBLE` (double value), `INT` (integer value), `MONEY` (currency code and amount in micros), `STRING` (string value), and `UNDEFINED` (not explicitly set). Each constant type is assigned a unique integer value for identification: `DOUBLE` is 2, `INT` is 0, `MONEY` is 3, `STRING` is 1, and `UNDEFINED` is -1.\n"]]