Class: Stripe::Tax::Registration::CreateParams::CountryOptions::No

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

Returns a new instance of No.



2088
2089
2090
2091
# File 'lib/stripe/resources/tax/registration.rb', line 2088

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2084
2085
2086
# File 'lib/stripe/resources/tax/registration.rb', line 2084

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2086
2087
2088
# File 'lib/stripe/resources/tax/registration.rb', line 2086

def type
  @type
end