Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.BillingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.BillingDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.PaymentMethodDetails
Billing details used by the customer for this payment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A representation of a physical address. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A representation of a physical address.getEmail()
The billing email associated with the method of payment.getName()
The billing name associated with the method of payment.getPhone()
The billing phone number associated with the method of payment.int
hashCode()
void
A representation of a physical address.void
The billing email associated with the method of payment.void
The billing name associated with the method of payment.void
The billing phone number associated with the method of payment.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
A representation of a physical address. -
getEmail
The billing email associated with the method of payment. -
getName
The billing name associated with the method of payment. -
getPhone
The billing phone number associated with the method of payment. -
setAddress
A representation of a physical address. -
setEmail
The billing email associated with the method of payment. -
setName
The billing name associated with the method of payment. -
setPhone
The billing phone number associated with the method of payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-