[[["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."],[],["`PayClient.ProductName` is an enum indicating a product's market name, with `GOOGLE_PAY` and `GOOGLE_WALLET` as defined values. Inherited methods allow for comparing enums (`compareTo`), obtaining class information (`getDeclaringClass`), retrieving names (`name`), and getting a numeric position (`ordinal`). Additionally, there is the ability to check equality (`equals`), convert to a string representation (`toString`), and determine a consistent description (`describeConstable`). It can be used to define what the product is called in this market.\n"]]