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

public static class Person.UsCfpbData.EthnicityDetails extends StripeObject
For more details about EthnicityDetails, please refer to the API Reference.
  • Constructor Details

    • EthnicityDetails

      public EthnicityDetails()
  • Method Details

    • getEthnicity

      public List<String> getEthnicity()
      The persons ethnicity.
    • getEthnicityOther

      public String getEthnicityOther()
      Please specify your origin, when other is selected.
    • setEthnicity

      public void setEthnicity(List<String> ethnicity)
      The persons ethnicity.
    • setEthnicityOther

      public void setEthnicityOther(String ethnicityOther)
      Please specify your origin, when other is selected.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object