GoogleApi.WalletObjects.V1.Model.CardBarcodeSectionDetails (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
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. IfsecondTopDetail
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. IffirstTopDetail
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
@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 }