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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Address, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingDetails
public BillingDetails()
-
-
Method Details
-
getAddress
The 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. -
setAddress
The billing address. -
setEmail
The email address for the billing details. -
setName
The name for the billing details. -
setPhone
The phone number for the billing details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-