GoogleApi.WalletObjects.V1.Model.CardBarcodeSectionDetails (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • firstBottomDetail (type: GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t, default: nil) - Optional information to display below the barcode.
  • firstTopDetail (type: GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t, default: nil) - Optional information to display above the barcode. If secondTopDetail is defined, this will be displayed to the start side of this detail section.
  • secondTopDetail (type: GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t, default: nil) - Optional second piece of information to display above the barcode. If firstTopDetail is defined, this will be displayed to the end side of this detail section.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.CardBarcodeSectionDetails{
  firstBottomDetail:
    GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t() | nil,
  firstTopDetail:
    GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t() | nil,
  secondTopDetail:
    GoogleApi.WalletObjects.V1.Model.BarcodeSectionDetail.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.