Uses of Class
com.adyen.model.checkout.Ticket
-
Packages that use Ticket Package Description com.adyen.model.checkout -
-
Uses of Ticket in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Ticket Modifier and Type Method Description static TicketTicket. fromJson(String jsonString)Create an instance of Ticket given an JSON stringTicketAirline. getTicket()Get ticketTicketTicket. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TicketTicket. issueAddress(String issueAddress)The address of the organization that issued the ticket. * minLength: 0 characters * maxLength: 16 charactersTicketTicket. issueDate(LocalDate issueDate)The date that the ticket was issued to the passenger. * minLength: 10 characters * maxLength: 10 characters * Format [ISO 8601](https://www.w3.org/TR/NOTE-datetime): yyyy-MM-ddTicketTicket. number(String number)The ticket's unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not start with a space or be all spaces. * Must not be all zeros.Methods in com.adyen.model.checkout with parameters of type Ticket Modifier and Type Method Description voidAirline. setTicket(Ticket ticket)ticketAirlineAirline. ticket(Ticket ticket)ticket
-