Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail
public static class PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classLine 2 of the street address.static classLine 2 of the street address.static classstatic enumThe given name of the person. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanName of associated or partner company for the service.Arrival details.Name of transportation company.Currency.Departure details.Map of extra parameters for custom features not available in this client library.List<PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Insurance>List of insurances for this reservation.List<PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Passenger>List of passengers that this reservation applies to.getPrice()Price in cents.Ticket class.inthashCode()
-
Method Details
-
builder
-
getAffiliateName
Name of associated or partner company for the service. -
getArrival
public PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Arrival getArrival()Arrival details. -
getCarrierName
Name of transportation company. -
getCurrency
Currency. -
getDeparture
public PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Departure getDeparture()Departure details. -
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@SerializedNamevalue. 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. -
getInsurances
public List<PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Insurance> getInsurances()List of insurances for this reservation. -
getPassengers
public List<PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.Passenger> getPassengers()List of passengers that this reservation applies to. -
getPrice
Price in cents. -
getTicketClass
public PaymentIntentConfirmParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.RoundTripReservationDetail.TicketClass getTicketClass()Ticket class. -
equals
-
canEqual
-
hashCode
public int hashCode()
-