TicketSeat class 
 
    
    
  
    
  
    Properties
    
        - 
  coach
  ↔ String?
  
- 
  The identifier of the train car or coach in which the ticketed seat is
located.
  getter/setter pair 
- 
  customFareClass
  ↔ LocalizedString?
  
- 
  A custome fare class to be used if no fareClassapplies.getter/setter pair 
- 
  fareClass
  ↔ String?
  
- 
  The fare class of the ticketed seat.
Possible string values are:
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  seat
  ↔ String?
  
- 
  The identifier of where the ticketed seat is located.
  getter/setter pair 
- 
  seatAssignment
  ↔ LocalizedString?
  
- 
  The passenger's seat assignment.
  getter/setter pair