Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Om

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

Returns a new instance of Om.



3361
3362
3363
3364
# File 'lib/stripe/resources/tax/registration.rb', line 3361

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3357
3358
3359
# File 'lib/stripe/resources/tax/registration.rb', line 3357

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3359
3360
3361
# File 'lib/stripe/resources/tax/registration.rb', line 3359

def type
  @type
end