Class FrequentFlyerInfo
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class FrequentFlyerInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequentFlyerNumber
Frequent flyer number. Required for each nested object of kind walletobjects#frequentFlyerInfo
.
Declaration
[JsonProperty("frequentFlyerNumber")]
public virtual string FrequentFlyerNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequentFlyerProgramName
Frequent flyer program name. eg: "Lufthansa Miles & More"
Declaration
[JsonProperty("frequentFlyerProgramName")]
public virtual LocalizedString FrequentFlyerProgramName { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#frequentFlyerInfo"
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |