Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Aw

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

Returns a new instance of Aw.



2336
2337
2338
2339
# File 'lib/stripe/resources/tax/registration.rb', line 2336

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2332
2333
2334
# File 'lib/stripe/resources/tax/registration.rb', line 2332

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2334
2335
2336
# File 'lib/stripe/resources/tax/registration.rb', line 2334

def type
  @type
end