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 class
For more details about EthnicityDetails, please refer to the API Reference.static class
For 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 boolean
boolean
The persons ethnicity details.The persons race details.The persons self-identified gender.int
hashCode()
void
setEthnicityDetails
(Person.UsCfpbData.EthnicityDetails ethnicityDetails) The persons ethnicity details.void
setRaceDetails
(Person.UsCfpbData.RaceDetails raceDetails) The persons race details.void
setSelfIdentifiedGender
(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()
-