Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Cz

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

Returns a new instance of Cz.



232
233
234
235
# File 'lib/stripe/services/tax/registration_service.rb', line 232

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

Instance Attribute Details

#standardObject

Options for the standard registration.



227
228
229
# File 'lib/stripe/services/tax/registration_service.rb', line 227

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



230
231
232
# File 'lib/stripe/services/tax/registration_service.rb', line 230

def type
  @type
end