Class: Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Identity::BusinessDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Identity::BusinessDetails
- Defined in:
- lib/stripe/params/v2/core/account_evaluation_create_params.rb
Instance Attribute Summary collapse
-
#registered_name ⇒ Object
Registered business name.
Instance Method Summary collapse
-
#initialize(registered_name: nil) ⇒ BusinessDetails
constructor
A new instance of BusinessDetails.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(registered_name: nil) ⇒ BusinessDetails
Returns a new instance of BusinessDetails.
37 38 39 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 37 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered business name.
35 36 37 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 35 def registered_name @registered_name end |