| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
TicketSeat |
TicketSeat.clone() |
TicketSeat |
TicketLeg.getTicketSeat()
The reserved seat for the passenger(s).
|
TicketSeat |
TicketSeat.set(String fieldName,
Object value) |
TicketSeat |
TicketSeat.setCoach(String coach)
The identifier of the train car or coach in which the ticketed seat is located.
|
TicketSeat |
TicketSeat.setCustomFareClass(LocalizedString customFareClass)
A custome fare class to be used if no `fareClass` applies.
|
TicketSeat |
TicketSeat.setFareClass(String fareClass)
The fare class of the ticketed seat.
|
TicketSeat |
TicketSeat.setSeat(String seat)
The identifier of where the ticketed seat is located.
|
TicketSeat |
TicketSeat.setSeatAssignment(LocalizedString seatAssignment)
The passenger's seat assignment.
|
| Modifier and Type | Method and Description |
|---|---|
List<TicketSeat> |
TicketLeg.getTicketSeats()
The reserved seat for the passenger(s).
|
| Modifier and Type | Method and Description |
|---|---|
TicketLeg |
TicketLeg.setTicketSeat(TicketSeat ticketSeat)
The reserved seat for the passenger(s).
|
| Modifier and Type | Method and Description |
|---|---|
TicketLeg |
TicketLeg.setTicketSeats(List<TicketSeat> ticketSeats)
The reserved seat for the passenger(s).
|
Copyright © 2011–2025 Google. All rights reserved.