Class PaymentIntentUpdateParams.PaymentDetails.Flight

java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentDetails.Flight
Enclosing class:
PaymentIntentUpdateParams.PaymentDetails

public static class PaymentIntentUpdateParams.PaymentDetails.Flight extends Object
  • Method Details

    • builder

    • getAgencyNumber

      public Object getAgencyNumber()
      The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
    • getCarrier

      public Object getCarrier()
      The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
    • getExtraParams

      public Map<String,Object> 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

      public Object getPassengerName()
      The name of the person or entity on the reservation.
    • getSegments

      Required. The individual flight segments associated with the trip.
    • getTicketNumber

      public Object getTicketNumber()
      The ticket number associated with the travel reservation.