Package com.stripe.model
Class PaymentMethod.BillingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.BillingDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentMethod
For more details about BillingDetails, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanBilling address.getEmail()Email address.getName()Full name.getPhone()Billing phone number (including extension).getTaxId()Taxpayer identification number.inthashCode()voidsetAddress(Address address) Billing address.voidEmail address.voidFull name.voidBilling phone number (including extension).voidTaxpayer identification number.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
BillingDetailspublic BillingDetails()
 
- 
- 
Method Details- 
getAddressBilling address.
- 
getEmailEmail address.
- 
getNameFull name.
- 
getPhoneBilling phone number (including extension).
- 
getTaxIdTaxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
- 
setAddressBilling address.
- 
setEmailEmail address.
- 
setNameFull name.
- 
setPhoneBilling phone number (including extension).
- 
setTaxIdTaxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-