Show / Hide Table of Contents

Class TicketCost

Inheritance
object
TicketCost
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX