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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(registered_name: nil) ⇒ Kana

Returns a new instance of Kana.



1848
1849
1850
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1848

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

Instance Attribute Details

#registered_nameObject

Registered name of the business.



1846
1847
1848
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1846

def registered_name
  @registered_name
end