Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Lt

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

Returns a new instance of Lt.



1447
1448
1449
1450
# File 'lib/stripe/resources/tax/registration.rb', line 1447

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1443
1444
1445
# File 'lib/stripe/resources/tax/registration.rb', line 1443

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



1445
1446
1447
# File 'lib/stripe/resources/tax/registration.rb', line 1445

def type
  @type
end