Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Sr

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

Returns a new instance of Sr.



3586
3587
3588
3589
# File 'lib/stripe/resources/tax/registration.rb', line 3586

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3582
3583
3584
# File 'lib/stripe/resources/tax/registration.rb', line 3582

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3584
3585
3586
# File 'lib/stripe/resources/tax/registration.rb', line 3584

def type
  @type
end