Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Cy

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

Returns a new instance of Cy.



211
212
213
214
# File 'lib/stripe/services/tax/registration_service.rb', line 211

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

Instance Attribute Details

#standardObject

Options for the standard registration.



206
207
208
# File 'lib/stripe/services/tax/registration_service.rb', line 206

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



209
210
211
# File 'lib/stripe/services/tax/registration_service.rb', line 209

def type
  @type
end