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.



2021
2022
2023
2024
# File 'lib/stripe/resources/tax/registration.rb', line 2021

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2017
2018
2019
# File 'lib/stripe/resources/tax/registration.rb', line 2017

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



2019
2020
2021
# File 'lib/stripe/resources/tax/registration.rb', line 2019

def type
  @type
end