[[["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."],[],["`TransactionInfo` details transaction information, it implements `Parcelable` for data transfer. Key actions include retrieving the transaction's `currencyCode` and `totalPrice` (which can be null). `getTotalPriceStatus` indicates the status of the total price. A `newBuilder` method is available for creating `TransactionInfo` instances using the `TransactionInfo.Builder`. The `writeToParcel` function allows serialization for transfer. It also has a CREATOR field.\n"]]