Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Lu

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

Returns a new instance of Lu.



662
663
664
665
# File 'lib/stripe/services/tax/registration_service.rb', line 662

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

Instance Attribute Details

#standardObject

Options for the standard registration.



658
659
660
# File 'lib/stripe/services/tax/registration_service.rb', line 658

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



660
661
662
# File 'lib/stripe/services/tax/registration_service.rb', line 660

def type
  @type
end