Class CardBarcodeSectionDetails
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class CardBarcodeSectionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstBottomDetail
Optional information to display below the barcode.
Declaration
[JsonProperty("firstBottomDetail")]
public virtual BarcodeSectionDetail FirstBottomDetail { get; set; }
Property Value
Type | Description |
---|---|
BarcodeSectionDetail |
FirstTopDetail
Optional information to display above the barcode. If secondTopDetail
is defined, this will be displayed
to the start side of this detail section.
Declaration
[JsonProperty("firstTopDetail")]
public virtual BarcodeSectionDetail FirstTopDetail { get; set; }
Property Value
Type | Description |
---|---|
BarcodeSectionDetail |
SecondTopDetail
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.
Declaration
[JsonProperty("secondTopDetail")]
public virtual BarcodeSectionDetail SecondTopDetail { get; set; }
Property Value
Type | Description |
---|---|
BarcodeSectionDetail |