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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe persons ethnicity.Please specify your origin, when other is selected.inthashCode()voidsetEthnicity(List<String> ethnicity) The persons ethnicity.voidsetEthnicityOther(String ethnicityOther) Please specify your origin, when other is selected.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
EthnicityDetailspublic EthnicityDetails()
 
- 
- 
Method Details- 
getEthnicityThe persons ethnicity.
- 
getEthnicityOtherPlease specify your origin, when other is selected.
- 
setEthnicityThe persons ethnicity.
- 
setEthnicityOtherPlease specify your origin, when other is selected.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-