Class: Stripe::Tax::Registration::CreateParams::CountryOptions::At

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

Returns a new instance of At.



2296
2297
2298
2299
# File 'lib/stripe/resources/tax/registration.rb', line 2296

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2292
2293
2294
# File 'lib/stripe/resources/tax/registration.rb', line 2292

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



2294
2295
2296
# File 'lib/stripe/resources/tax/registration.rb', line 2294

def type
  @type
end