Package com.stripe.model.radar
Class PaymentEvaluation.CustomerDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.CustomerDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation
Customer details attached to this payment evaluation.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the customer associated with the payment evaluation.The ID of the Account representing the customer associated with the payment evaluation.getEmail()The customer's email address.getName()The customer's full name or business name.getPhone()The customer's phone number.inthashCode()voidsetCustomer(String customer) The ID of the customer associated with the payment evaluation.voidsetCustomerAccount(String customerAccount) The ID of the Account representing the customer associated with the payment evaluation.voidThe customer's email address.voidThe customer's full name or business name.voidThe 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
The ID of the customer associated with the payment evaluation. -
getCustomerAccount
The ID of the Account representing the customer associated with the payment evaluation. -
getEmail
The customer's email address. -
getName
The customer's full name or business name. -
getPhone
The customer's phone number. -
setCustomer
The ID of the customer associated with the payment evaluation. -
setCustomerAccount
The ID of the Account representing the customer associated with the payment evaluation. -
setEmail
The customer's email address. -
setName
The customer's full name or business name. -
setPhone
The customer's phone number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-