Class TicketSeat
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class TicketSeat : IDirectResponseSchema
Properties
Coach
The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"
Declaration
[JsonProperty("coach")]
public virtual string Coach { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomFareClass
A custome fare class to be used if no fareClass
applies. Both fareClass
and customFareClass
may not be
set.
Declaration
[JsonProperty("customFareClass")]
public virtual LocalizedString CustomFareClass { 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 |
FareClass
The fare class of the ticketed seat.
Declaration
[JsonProperty("fareClass")]
public virtual string FareClass { get; set; }
Property Value
Type | Description |
---|---|
string |
Seat
The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use
seatAssigment
instead.
Declaration
[JsonProperty("seat")]
public virtual string Seat { get; set; }
Property Value
Type | Description |
---|---|
string |
SeatAssignment
The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to
use in seat
.
Declaration
[JsonProperty("seatAssignment")]
public virtual LocalizedString SeatAssignment { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |