Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Nz

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.rb

Defined Under Namespace

Classes: Standard

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(standard: nil, type: nil) ⇒ Nz

Returns a new instance of Nz.



3341
3342
3343
3344
# File 'lib/stripe/resources/tax/registration.rb', line 3341

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3337
3338
3339
# File 'lib/stripe/resources/tax/registration.rb', line 3337

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3339
3340
3341
# File 'lib/stripe/resources/tax/registration.rb', line 3339

def type
  @type
end