Package com.stripe.model
Class Person.UsCfpbData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.UsCfpbData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
For more details about UsCfpbData, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about EthnicityDetails, please refer to the API Reference.static classFor more details about RaceDetails, 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 booleanbooleanThe persons ethnicity details.The persons race details.The persons self-identified gender.inthashCode()voidsetEthnicityDetails(Person.UsCfpbData.EthnicityDetails ethnicityDetails) The persons ethnicity details.voidsetRaceDetails(Person.UsCfpbData.RaceDetails raceDetails) The persons race details.voidsetSelfIdentifiedGender(String selfIdentifiedGender) The persons self-identified gender.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsCfpbData
public UsCfpbData()
-
-
Method Details
-
getEthnicityDetails
The persons ethnicity details. -
getRaceDetails
The persons race details. -
getSelfIdentifiedGender
The persons self-identified gender. -
setEthnicityDetails
The persons ethnicity details. -
setRaceDetails
The persons race details. -
setSelfIdentifiedGender
The persons self-identified gender. -
equals
-
canEqual
-
hashCode
public int hashCode()
-