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.



1552
1553
1554
1555
# File 'lib/stripe/resources/tax/registration.rb', line 1552

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1548
1549
1550
# File 'lib/stripe/resources/tax/registration.rb', line 1548

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



1550
1551
1552
# File 'lib/stripe/resources/tax/registration.rb', line 1550

def type
  @type
end