Package com.stripe.model
Class Person.UsCfpbData.EthnicityDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.UsCfpbData.EthnicityDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person.UsCfpbData
For more details about EthnicityDetails, 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 boolean
boolean
The persons ethnicity.Please specify your origin, when other is selected.int
hashCode()
void
setEthnicity
(List<String> ethnicity) The persons ethnicity.void
setEthnicityOther
(String ethnicityOther) Please specify your origin, when other is selected.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EthnicityDetails
public EthnicityDetails()
-
-
Method Details
-
getEthnicity
The persons ethnicity. -
getEthnicityOther
Please specify your origin, when other is selected. -
setEthnicity
The persons ethnicity. -
setEthnicityOther
Please specify your origin, when other is selected. -
equals
-
canEqual
-
hashCode
public int hashCode()
-