Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails.Flight.Delivery.Recipient
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails.Flight.Delivery.Recipient
- Enclosing class:
- PaymentIntentCreateParams.PaymentDetails.Flight.Delivery
public static class PaymentIntentCreateParams.PaymentDetails.Flight.Delivery.Recipient
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getEmail()
The email of the recipient the ticket is delivered to.Map of extra parameters for custom features not available in this client library.getName()
The name of the recipient the ticket is delivered to.getPhone()
The phone number of the recipient the ticket is delivered to.
-
Method Details
-
builder
-
getEmail
The email of the recipient the ticket is delivered to. -
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. -
getName
The name of the recipient the ticket is delivered to. -
getPhone
The phone number of the recipient the ticket is delivered to.
-