Class: Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Identity
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Identity
- Defined in:
- lib/stripe/params/v2/core/account_evaluation_create_params.rb
Defined Under Namespace
Classes: BusinessDetails
Instance Attribute Summary collapse
-
#business_details ⇒ Object
Business details for identity data.
Instance Method Summary collapse
-
#initialize(business_details: nil) ⇒ Identity
constructor
A new instance of Identity.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(business_details: nil) ⇒ Identity
Returns a new instance of Identity.
44 45 46 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 44 def initialize(business_details: nil) @business_details = business_details end |
Instance Attribute Details
#business_details ⇒ Object
Business details for identity data.
42 43 44 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 42 def business_details @business_details end |