Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails.Flight
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails.Flight
- Enclosing class:
- PaymentIntentCreateParams.PaymentDetails
The phone number of the recipient the ticket is delivered to.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Required. The name of the affiliate that originated the purchase.static class
static class
Required. Full name of the person or entity on the flight reservation. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Affiliate details for this purchase.The agency number (i.e.The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.Delivery details for this purchase.Map of extra parameters for custom features not available in this client library.The name of the person or entity on the reservation.The details of the passengers in the travel reservation.Required. The individual flight segments associated with the trip.The ticket number associated with the travel reservation.
-
Method Details
-
builder
-
getAffiliate
Affiliate details for this purchase. -
getAgencyNumber
The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking. -
getCarrier
The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket. -
getDelivery
Delivery details for this purchase. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getPassengerName
The name of the person or entity on the reservation. -
getPassengers
The details of the passengers in the travel reservation. -
getSegments
Required. The individual flight segments associated with the trip. -
getTicketNumber
The ticket number associated with the travel reservation.
-