Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::BusinessDetails::ScriptNames::Kana
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountTokenCreateParams::Identity::BusinessDetails::ScriptNames::Kana
- Defined in:
- lib/stripe/params/v2/core/account_token_create_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
Constructor Details
#initialize(registered_name: nil) ⇒ Kana
Returns a new instance of Kana.
474 475 476 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 474 def initialize(registered_name: nil) @registered_name = registered_name end |
Instance Attribute Details
#registered_name ⇒ Object
Registered name of the business.
472 473 474 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 472 def registered_name @registered_name end |