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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/account_create_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.



3224
3225
3226
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 3224

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

Instance Attribute Details

#registered_nameObject

Registered name of the business.



3222
3223
3224
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 3222

def registered_name
  @registered_name
end