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

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) ⇒ Kanji

Returns a new instance of Kanji.



2118
2119
2120
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2118

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

Instance Attribute Details

#registered_nameObject

Registered name of the business.



2116
2117
2118
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2116

def registered_name
  @registered_name
end