Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Uy

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/tax/registration_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil) ⇒ Uy

Returns a new instance of Uy.



1123
1124
1125
# File 'lib/stripe/services/tax/registration_service.rb', line 1123

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

Instance Attribute Details

#typeObject

Type of registration to be created in ‘country`.



1121
1122
1123
# File 'lib/stripe/services/tax/registration_service.rb', line 1121

def type
  @type
end