Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ie

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

Returns a new instance of Ie.



1353
1354
1355
1356
# File 'lib/stripe/resources/tax/registration.rb', line 1353

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1349
1350
1351
# File 'lib/stripe/resources/tax/registration.rb', line 1349

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



1351
1352
1353
# File 'lib/stripe/resources/tax/registration.rb', line 1351

def type
  @type
end