Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Mr

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

Returns a new instance of Mr.



2001
2002
2003
2004
# File 'lib/stripe/resources/tax/registration.rb', line 2001

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1997
1998
1999
# File 'lib/stripe/resources/tax/registration.rb', line 1997

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1999
2000
2001
# File 'lib/stripe/resources/tax/registration.rb', line 1999

def type
  @type
end