Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bb

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

Returns a new instance of Bb.



2385
2386
2387
2388
# File 'lib/stripe/resources/tax/registration.rb', line 2385

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2381
2382
2383
# File 'lib/stripe/resources/tax/registration.rb', line 2381

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2383
2384
2385
# File 'lib/stripe/resources/tax/registration.rb', line 2383

def type
  @type
end