Class TicketCost
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class TicketCost : IDirectResponseSchema
Properties
DiscountMessage
A message describing any kind of discount that was applied.
Declaration
[JsonProperty("discountMessage")]
public virtual LocalizedString DiscountMessage { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FaceValue
The face value of the ticket.
Declaration
[JsonProperty("faceValue")]
public virtual Money FaceValue { get; set; }
Property Value
Type | Description |
---|---|
Money |
PurchasePrice
The actual purchase price of the ticket, after tax and/or discounts.
Declaration
[JsonProperty("purchasePrice")]
public virtual Money PurchasePrice { get; set; }
Property Value
Type | Description |
---|---|
Money |