Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bh

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

Returns a new instance of Bh.



2485
2486
2487
2488
# File 'lib/stripe/resources/tax/registration.rb', line 2485

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2481
2482
2483
# File 'lib/stripe/resources/tax/registration.rb', line 2481

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2483
2484
2485
# File 'lib/stripe/resources/tax/registration.rb', line 2483

def type
  @type
end