Resource: LoyaltyClass
JSON representation |
---|
{ "kind": string, "programName": string, "programLogo": { object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
program |
Required. The program name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens. |
program |
Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app. |
account |
The account name label, such as "Member Name." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens. |
account |
The account ID label, such as "Member ID." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens. |
rewards |
The rewards tier label, such as "Rewards Tier." Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens. |
rewards |
The rewards tier, such as "Gold" or "Platinum." Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the programName. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the accountNameLabel. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the accountIdLabel. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the rewardsTierLabel. Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the rewardsTier. Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens. |
secondary |
The secondary rewards tier label, such as "Rewards Tier." |
localized |
Translated strings for the secondaryRewardsTierLabel. |
secondary |
The secondary rewards tier, such as "Gold" or "Platinum." |
localized |
Translated strings for the secondaryRewardsTier. |
discoverable |
Information about how the class may be discovered and instantiated from within the Google Pay app. |
class |
Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. |
id |
Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
version |
Deprecated |
issuer |
Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens. |
messages[] |
An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10. |
allowMultipleUsersPerObject |
Deprecated. Use |
homepage |
The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object). |
locations[] |
Note: This field is currently not supported to trigger geo notifications. |
review |
Required. The status of the class. This field can be set to You should keep this field to You should set this field to When updating an already |
review |
The review comments set by the platform when a class is marked |
infoModuleData |
Deprecated. Use textModulesData instead. |
image |
Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level. |
text |
Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class. |
links |
Links module data. If links module data is also defined on the object, both will be displayed. |
redemption |
Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The |
country |
Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale. |
hero |
Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width. |
wordMark |
Deprecated. |
enable |
Identifies whether this class supports Smart Tap. The |
hex |
The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as |
localized |
Translated strings for the issuerName. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens. |
multiple |
Identifies whether multiple users and devices will save the same object referencing this class. |
callback |
Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback. |
security |
Optional information about the security animation. If this is set a security animation will be rendered on pass details. |
view |
View Unlock Requirement options for the loyalty card. |
wide |
The wide logo of the loyalty program or company. When provided, this will be used in place of the program logo in the top left of the card view. |
notify |
Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. |
app |
Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead. |
value |
Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object. |
DiscoverableProgram
Information about how a class may be discovered and instantiated from within the Android Pay app. This is done by searching for a loyalty or gift card program and scanning or manually entering.
JSON representation |
---|
{ "merchantSignupInfo": { object ( |
Fields | |
---|---|
merchant |
Information about the ability to signup and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNUP is enabled. |
merchant |
Information about the ability to signin and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNIN is enabled. |
state |
Visibility state of the discoverable program. |
DiscoverableProgramMerchantSignupInfo
Information about the merchant hosted signup flow for a program.
JSON representation |
---|
{ "signupWebsite": { object ( |
Fields | |
---|---|
signup |
The URL to direct the user to for the merchant's signup site. |
signup |
User data that is sent in a POST request to the signup website URL. This information is encoded and then shared so that the merchant's website can prefill fields used to enroll the user for the discoverable program. |
DiscoverableProgramMerchantSigninInfo
Information about the merchant hosted signin flow for a program.
JSON representation |
---|
{
"signinWebsite": {
object ( |
Fields | |
---|---|
signin |
The URL to direct the user to for the merchant's signin site. |
State
Enums | |
---|---|
STATE_UNSPECIFIED |
|
TRUSTED_TESTERS |
Visible only to testers that have access to issuer account. |
trustedTesters |
Legacy alias for |
LIVE |
Visible to all. |
live |
Legacy alias for |
DISABLED |
Not visible. |
disabled |
Legacy alias for |
Methods |
|
---|---|
|
Adds a message to the loyalty class referenced by the given class ID. |
|
Returns the loyalty class with the given class ID. |
|
Inserts an loyalty class with the given ID and properties. |
|
Returns a list of all loyalty classes for a given issuer ID. |
|
Updates the loyalty class referenced by the given class ID. |
|
Updates the loyalty class referenced by the given class ID. |