Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Zw

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

Returns a new instance of Zw.



3791
3792
3793
3794
# File 'lib/stripe/resources/tax/registration.rb', line 3791

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

Instance Attribute Details

#standardObject

Options for the standard registration.



3787
3788
3789
# File 'lib/stripe/resources/tax/registration.rb', line 3787

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3789
3790
3791
# File 'lib/stripe/resources/tax/registration.rb', line 3789

def type
  @type
end