Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Au

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

Returns a new instance of Au.



2316
2317
2318
2319
# File 'lib/stripe/resources/tax/registration.rb', line 2316

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2312
2313
2314
# File 'lib/stripe/resources/tax/registration.rb', line 2312

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2314
2315
2316
# File 'lib/stripe/resources/tax/registration.rb', line 2314

def type
  @type
end