Package com.stripe.model
Class PaymentIntent.PaymentDetails.FlightDatum
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.FlightDatum
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails
For more details about FlightDatum, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Affiliate, please refer to the API Reference.static classFor more details about Insurance, please refer to the API Reference.static classFor more details about Passenger, please refer to the API Reference.static classFor more details about Segment, please refer to the API Reference.static classFor more details about Total, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe booking number associated with the flight reservation.The computerized reservation system used to make the reservation and purchase the ticket.Ticket restrictions.Insurance details for the flight.The list of passengers for this flight.The list of flight segments for this reservation.Electronic ticket indicator.getTotal()Type of flight transaction.inthashCode()voidvoidsetBookingNumber(String bookingNumber) The booking number associated with the flight reservation.voidsetComputerizedReservationSystem(String computerizedReservationSystem) The computerized reservation system used to make the reservation and purchase the ticket.voidsetEndorsementsAndRestrictions(String endorsementsAndRestrictions) Ticket restrictions.voidInsurance details for the flight.voidThe list of passengers for this flight.voidThe list of flight segments for this reservation.voidsetTicketElectronicallyIssuedIndicator(Boolean ticketElectronicallyIssuedIndicator) Electronic ticket indicator.voidvoidsetTransactionType(String transactionType) Type of flight transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FlightDatum
public FlightDatum()
-
-
Method Details
-
getAffiliate
-
getBookingNumber
The booking number associated with the flight reservation. -
getComputerizedReservationSystem
The computerized reservation system used to make the reservation and purchase the ticket. -
getEndorsementsAndRestrictions
Ticket restrictions. -
getInsurances
Insurance details for the flight. -
getPassengers
The list of passengers for this flight. -
getSegments
The list of flight segments for this reservation. -
getTicketElectronicallyIssuedIndicator
Electronic ticket indicator. -
getTotal
-
getTransactionType
Type of flight transaction.One of
exchange_ticket,miscellaneous,refund, orticket_purchase. -
setAffiliate
-
setBookingNumber
The booking number associated with the flight reservation. -
setComputerizedReservationSystem
The computerized reservation system used to make the reservation and purchase the ticket. -
setEndorsementsAndRestrictions
Ticket restrictions. -
setInsurances
Insurance details for the flight. -
setPassengers
The list of passengers for this flight. -
setSegments
The list of flight segments for this reservation. -
setTicketElectronicallyIssuedIndicator
Electronic ticket indicator. -
setTotal
-
setTransactionType
Type of flight transaction.One of
exchange_ticket,miscellaneous,refund, orticket_purchase. -
equals
-
canEqual
-
hashCode
public int hashCode()
-