Class: Stripe::Person::UsCfpbData::EthnicityDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Person::UsCfpbData::EthnicityDetails
- Defined in:
- lib/stripe/resources/person.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#ethnicity ⇒ Object
readonly
The persons ethnicity.
-
#ethnicity_other ⇒ Object
readonly
Please specify your origin, when other is selected.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#ethnicity ⇒ Object (readonly)
The persons ethnicity
186 187 188 |
# File 'lib/stripe/resources/person.rb', line 186 def ethnicity @ethnicity end |
#ethnicity_other ⇒ Object (readonly)
Please specify your origin, when other is selected.
188 189 190 |
# File 'lib/stripe/resources/person.rb', line 188 def ethnicity_other @ethnicity_other end |