Class: Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::ScriptNames::Kanji
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::ScriptNames::Kanji
- 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) ⇒ Kanji
constructor
A new instance of Kanji.
Methods inherited from RequestParams
Constructor Details
#initialize(registered_name: nil) ⇒ Kanji
1594 1595 1596 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1594 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered name of the business.
1592 1593 1594 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1592 def registered_name @registered_name end |