Class: Stripe::V2::Signals::AccountEvaluationCreateParams::AccountDetails::Data::Identity::BusinessDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Signals::AccountEvaluationCreateParams::AccountDetails::Data::Identity::BusinessDetails
- Defined in:
- lib/stripe/params/v2/signals/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.
139 140 141 |
# File 'lib/stripe/params/v2/signals/account_evaluation_create_params.rb', line 139 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered business name.
137 138 139 |
# File 'lib/stripe/params/v2/signals/account_evaluation_create_params.rb', line 137 def registered_name @registered_name end |