Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Mt

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

Returns a new instance of Mt.



1742
1743
1744
1745
# File 'lib/stripe/resources/tax/registration.rb', line 1742

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1738
1739
1740
# File 'lib/stripe/resources/tax/registration.rb', line 1738

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



1740
1741
1742
# File 'lib/stripe/resources/tax/registration.rb', line 1740

def type
  @type
end