[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-11-21 UTC"],[[["Retrieves a list of all offer classes associated with a specific issuer ID."],["Utilizes query parameters like `issuerId`, `token`, and `maxResults` for filtering and pagination."],["Requires an empty request body and returns a JSON response containing offer class resources and pagination details."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This describes retrieving offer classes using a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/offerClass`. The `issuerId` is required to identify the authorized issuer. Optional `token` and `maxResults` parameters facilitate paginated results. The request body must be empty. The successful response includes `resources`, an array of offer class objects, and `pagination` data. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]