המזהה הייחודי של הכיתה. המזהה הזה חייב להיות ייחודי בכל הכיתות של מנפיק. הערך צריך להיות בפורמט issuer ID.identifier כאשר הראשון הונפק על ידי Google והאחרון נבחר על ידך. המזהה הייחודי צריך לכלול רק תווים אלפאנומריים, נקודה (.), קו תחתון (_) או מקף (-).
[[["התוכן קל להבנה","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-07 (שעון UTC)."],[[["This document explains how to update a loyalty class using the Google Wallet API."],["You'll need to use a `PUT` request to the specified endpoint with the class ID."],["The request body should contain a `LoyaltyClass` object with the updated information."],["A successful response will return the updated `LoyaltyClass` object."],["You need the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."]]],["The core action is updating a loyalty class using its unique `resourceId`. This is done via a `PUT` HTTP request to the specified URL. The `resourceId`, a string, is defined as a path parameter and follows a specific format. The request body must contain a `LoyaltyClass` instance, and a successful response will also contain a `LoyaltyClass` instance. Authorization requires the `wallet_object.issuer` OAuth scope. The provided url follows the grpc syntax for transcoding.\n"]]