Class: Stripe::V2::Core::AccountCreateParams::Identity::BusinessDetails::ScriptNames::Kanji
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Identity::BusinessDetails::ScriptNames::Kanji
- Defined in:
- lib/stripe/params/v2/core/account_create_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(registered_name: nil) ⇒ Kanji
Returns a new instance of Kanji.
1811 1812 1813 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1811 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered name of the business.
1809 1810 1811 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1809 def registered_name @registered_name end |