Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Nz

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/tax/registration_service.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.



1164
1165
1166
1167
# File 'lib/stripe/services/tax/registration_service.rb', line 1164

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1160
1161
1162
# File 'lib/stripe/services/tax/registration_service.rb', line 1160

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1162
1163
1164
# File 'lib/stripe/services/tax/registration_service.rb', line 1162

def type
  @type
end