Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Et

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

Returns a new instance of Et.



1562
1563
1564
1565
# File 'lib/stripe/resources/tax/registration.rb', line 1562

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1558
1559
1560
# File 'lib/stripe/resources/tax/registration.rb', line 1558

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1560
1561
1562
# File 'lib/stripe/resources/tax/registration.rb', line 1560

def type
  @type
end