Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Id

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

Returns a new instance of Id.



467
468
469
# File 'lib/stripe/services/tax/registration_service.rb', line 467

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

Instance Attribute Details

#typeObject

Type of registration to be created in ‘country`.



465
466
467
# File 'lib/stripe/services/tax/registration_service.rb', line 465

def type
  @type
end