Package com.stripe.param
Class PaymentMethodUpdateParams.BillingDetails
java.lang.Object
com.stripe.param.PaymentMethodUpdateParams.BillingDetails
- Enclosing class:
- PaymentMethodUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanBilling address.getEmail()Email address.Map of extra parameters for custom features not available in this client library.getName()Full name.getPhone()Billing phone number (including extension).getTaxId()Taxpayer identification number.inthashCode()
-
Method Details
-
builder
-
getAddress
Billing address. -
getEmail
Email address. -
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. -
getName
Full name. -
getPhone
Billing phone number (including extension). -
getTaxId
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers. -
equals
-
canEqual
-
hashCode
public int hashCode()
-