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.



2117
2118
2119
2120
# File 'lib/stripe/resources/tax/registration.rb', line 2117

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2113
2114
2115
# File 'lib/stripe/resources/tax/registration.rb', line 2113

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2115
2116
2117
# File 'lib/stripe/resources/tax/registration.rb', line 2115

def type
  @type
end