Class RequestedSession.PaymentMethodPreview.BillingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.PaymentMethodPreview.BillingDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- RequestedSession.PaymentMethodPreview
For more details about BillingDetails, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Address, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe billing address.getEmail()The email address for the billing details.getName()The name for the billing details.getPhone()The phone number for the billing details.inthashCode()voidThe billing address.voidThe email address for the billing details.voidThe name for the billing details.voidThe phone number for the billing details.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
BillingDetailspublic BillingDetails()
 
- 
- 
Method Details- 
getAddressThe billing address.
- 
getEmailThe email address for the billing details.
- 
getNameThe name for the billing details.
- 
getPhoneThe phone number for the billing details.
- 
setAddressThe billing address.
- 
setEmailThe email address for the billing details.
- 
setNameThe name for the billing details.
- 
setPhoneThe phone number for the billing details.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-