Package com.stripe.model
Class PaymentAttemptRecord.CustomerDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.CustomerDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord
Information about the customer for this payment.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of the Stripe Customer associated with this payment.getEmail()
The customer's email address.getName()
The customer's name.getPhone()
The customer's phone number.int
hashCode()
void
setCustomer
(String customer) ID of the Stripe Customer associated with this payment.void
The customer's email address.void
The customer's name.void
The customer's phone number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerDetails
public CustomerDetails()
-
-
Method Details
-
getCustomer
ID of the Stripe Customer associated with this payment. -
getEmail
The customer's email address. -
getName
The customer's name. -
getPhone
The customer's phone number. -
setCustomer
ID of the Stripe Customer associated with this payment. -
setEmail
The customer's email address. -
setName
The customer's name. -
setPhone
The customer's phone number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-