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.



3225
3226
3227
3228
# File 'lib/stripe/resources/tax/registration.rb', line 3225

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3221
3222
3223
# File 'lib/stripe/resources/tax/registration.rb', line 3221

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3223
3224
3225
# File 'lib/stripe/resources/tax/registration.rb', line 3223

def type
  @type
end