Class: Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::ScriptNames::Kana

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/account_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(registered_name: nil) ⇒ Kana

Returns a new instance of Kana.



2391
2392
2393
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2391

def initialize(registered_name: nil)
  @registered_name = registered_name
end

Instance Attribute Details

#registered_nameObject

Registered name of the business.



2389
2390
2391
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2389

def registered_name
  @registered_name
end