Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.Card
public static class PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Please pass in an address that is within your Stripe user account country.Map of extra parameters for custom features not available in this client library.getPhone()
Phone number (e.g., a toll-free number that customers can call).int
hashCode()
-
Method Details
-
builder
public static PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder builder() -
getAddress
Please pass in an address that is within your Stripe user account country. -
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. -
getPhone
Phone number (e.g., a toll-free number that customers can call). -
equals
-
canEqual
-
hashCode
public int hashCode()
-