Class: Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::ScriptNames::Kana
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::ScriptNames::Kana
- Defined in:
- lib/stripe/params/v2/core/account_update_params.rb
Instance Attribute Summary collapse
-
#registered_name ⇒ Object
Registered name of the business.
Instance Method Summary collapse
-
#initialize(registered_name: nil) ⇒ Kana
constructor
A new instance of Kana.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(registered_name: nil) ⇒ Kana
Returns a new instance of Kana.
1870 1871 1872 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1870 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered name of the business.
1868 1869 1870 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1868 def registered_name @registered_name end |