Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Rs

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

Returns a new instance of Rs.



3459
3460
3461
3462
# File 'lib/stripe/resources/tax/registration.rb', line 3459

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3455
3456
3457
# File 'lib/stripe/resources/tax/registration.rb', line 3455

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3457
3458
3459
# File 'lib/stripe/resources/tax/registration.rb', line 3457

def type
  @type
end