View Source GoogleApi.WalletObjects.V1.Model.LoyaltyClass (google_api_wallet_objects v0.2.0)

Attributes

  • messages (type: list(GoogleApi.WalletObjects.V1.Model.Message.t), default: nil) - 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.
  • localizedRewardsTier (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the rewards_tier. Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
  • homepageUri (type: GoogleApi.WalletObjects.V1.Model.Uri.t, default: nil) - 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).
  • wordMark (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - Deprecated.
  • countryCode (type: String.t, default: nil) - 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.
  • classTemplateInfo (type: GoogleApi.WalletObjects.V1.Model.ClassTemplateInfo.t, default: nil) - Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
  • localizedSecondaryRewardsTierLabel (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the secondary_rewards_tier_label.
  • linksModuleData (type: GoogleApi.WalletObjects.V1.Model.LinksModuleData.t, default: nil) - Links module data. If links module data is also defined on the object, both will be displayed.
  • localizedRewardsTierLabel (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the rewards_tier_label. Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
  • localizedProgramName (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the program_name. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
  • rewardsTier (type: String.t, default: nil) - The rewards tier, such as "Gold" or "Platinum." Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
  • localizedAccountNameLabel (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the account_name_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
  • rewardsTierLabel (type: String.t, default: nil) - The rewards tier label, such as "Rewards Tier." Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
  • localizedSecondaryRewardsTier (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the secondary_rewards_tier.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#loyaltyClass".
  • localizedIssuerName (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
  • multipleDevicesAndHoldersAllowedStatus (type: String.t, default: nil) - Identifies whether multiple users and devices will save the same object referencing this class.
  • localizedAccountIdLabel (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the account_id_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
  • issuerName (type: String.t, default: nil) - Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
  • hexBackgroundColor (type: String.t, default: nil) - 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 #ffcc00. You can also use the shorthand version of the RGB triplet which is #rgb, such as #fc0.
  • securityAnimation (type: GoogleApi.WalletObjects.V1.Model.SecurityAnimation.t, default: nil) - Optional information about the security animation. If this is set a security animation will be rendered on pass details.
  • callbackOptions (type: GoogleApi.WalletObjects.V1.Model.CallbackOptions.t, default: nil) - 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.
  • version (type: String.t, default: nil) - Deprecated
  • secondaryRewardsTier (type: String.t, default: nil) - The secondary rewards tier, such as "Gold" or "Platinum."
  • accountIdLabel (type: String.t, default: nil) - The account ID label, such as "Member ID." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
  • viewUnlockRequirement (type: String.t, default: nil) - View Unlock Requirement options for the loyalty card.
  • textModulesData (type: list(GoogleApi.WalletObjects.V1.Model.TextModuleData.t), default: nil) - 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.
  • secondaryRewardsTierLabel (type: String.t, default: nil) - The secondary rewards tier label, such as "Rewards Tier."
  • locations (type: list(GoogleApi.WalletObjects.V1.Model.LatLongPoint.t), default: nil) - Note: This field is currently not supported to trigger geo notifications.
  • programName (type: String.t, default: nil) - 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.
  • infoModuleData (type: GoogleApi.WalletObjects.V1.Model.InfoModuleData.t, default: nil) - Deprecated. Use textModulesData instead.
  • heroImage (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - 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.
  • wideProgramLogo (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - 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.
  • programLogo (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app.
  • id (type: String.t, default: nil) - 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 '-'.
  • imageModulesData (type: list(GoogleApi.WalletObjects.V1.Model.ImageModuleData.t), default: nil) - Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
  • discoverableProgram (type: GoogleApi.WalletObjects.V1.Model.DiscoverableProgram.t, default: nil) - Information about how the class may be discovered and instantiated from within the Google Pay app.
  • enableSmartTap (type: boolean(), default: nil) - Identifies whether this class supports Smart Tap. The redemptionIssuers and one of object level smartTapRedemptionLevel, barcode.value, oraccountIdfields must also be set up correctly in order for a pass to support Smart Tap. *reviewStatus(*type:*String.t, *default:*nil) - Required. The status of the class. This field can be set todraftorunderReviewusing the insert, patch, or update API calls. Once the review state is changed fromdraftit may not be changed back todraft. You should keep this field todraftwhen the class is under development. Adraftclass cannot be used to create any object. You should set this field tounderReviewwhen you believe the class is ready for use. The platform will automatically set this field toapprovedand it can be immediately used to create or migrate objects. When updating an alreadyapprovedclass you should keep setting this field tounderReview. *allowMultipleUsersPerObject(*type:*boolean(), *default:*nil) - Deprecated. UsemultipleDevicesAndHoldersAllowedStatusinstead. *review(*type:*GoogleApi.WalletObjects.V1.Model.Review.t, *default:*nil) - The review comments set by the platform when a class is markedapprovedorrejected. *redemptionIssuers(*type:*list(String.t), *default:*nil) - 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. TheenableSmartTapand one of object levelsmartTapRedemptionValue, barcode.value, or accountId fields must also be set up correctly in order for a pass to support Smart Tap.
  • accountNameLabel (type: String.t, default: nil) - The account name label, such as "Member Name." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WalletObjects.V1.Model.LoyaltyClass{
  accountIdLabel: String.t() | nil,
  accountNameLabel: String.t() | nil,
  allowMultipleUsersPerObject: boolean() | nil,
  callbackOptions: GoogleApi.WalletObjects.V1.Model.CallbackOptions.t() | nil,
  classTemplateInfo:
    GoogleApi.WalletObjects.V1.Model.ClassTemplateInfo.t() | nil,
  countryCode: String.t() | nil,
  discoverableProgram:
    GoogleApi.WalletObjects.V1.Model.DiscoverableProgram.t() | nil,
  enableSmartTap: boolean() | nil,
  heroImage: GoogleApi.WalletObjects.V1.Model.Image.t() | nil,
  hexBackgroundColor: String.t() | nil,
  homepageUri: GoogleApi.WalletObjects.V1.Model.Uri.t() | nil,
  id: String.t() | nil,
  imageModulesData:
    [GoogleApi.WalletObjects.V1.Model.ImageModuleData.t()] | nil,
  infoModuleData: GoogleApi.WalletObjects.V1.Model.InfoModuleData.t() | nil,
  issuerName: String.t() | nil,
  kind: String.t() | nil,
  linksModuleData: GoogleApi.WalletObjects.V1.Model.LinksModuleData.t() | nil,
  localizedAccountIdLabel:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedAccountNameLabel:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedIssuerName:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedProgramName:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedRewardsTier:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedRewardsTierLabel:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedSecondaryRewardsTier:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  localizedSecondaryRewardsTierLabel:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  locations: [GoogleApi.WalletObjects.V1.Model.LatLongPoint.t()] | nil,
  messages: [GoogleApi.WalletObjects.V1.Model.Message.t()] | nil,
  multipleDevicesAndHoldersAllowedStatus: String.t() | nil,
  programLogo: GoogleApi.WalletObjects.V1.Model.Image.t() | nil,
  programName: String.t() | nil,
  redemptionIssuers: [String.t()] | nil,
  review: GoogleApi.WalletObjects.V1.Model.Review.t() | nil,
  reviewStatus: String.t() | nil,
  rewardsTier: String.t() | nil,
  rewardsTierLabel: String.t() | nil,
  secondaryRewardsTier: String.t() | nil,
  secondaryRewardsTierLabel: String.t() | nil,
  securityAnimation:
    GoogleApi.WalletObjects.V1.Model.SecurityAnimation.t() | nil,
  textModulesData: [GoogleApi.WalletObjects.V1.Model.TextModuleData.t()] | nil,
  version: String.t() | nil,
  viewUnlockRequirement: String.t() | nil,
  wideProgramLogo: GoogleApi.WalletObjects.V1.Model.Image.t() | nil,
  wordMark: GoogleApi.WalletObjects.V1.Model.Image.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.