Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bb
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Bb
- Defined in:
- lib/stripe/resources/tax/registration.rb
Defined Under Namespace
Classes: Standard
Instance Attribute Summary collapse
-
#standard ⇒ Object
Options for the standard registration.
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Bb
constructor
A new instance of Bb.
Methods inherited from RequestParams
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
#standard ⇒ Object
Options for the standard registration.
2381 2382 2383 |
# File 'lib/stripe/resources/tax/registration.rb', line 2381 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2383 2384 2385 |
# File 'lib/stripe/resources/tax/registration.rb', line 2383 def type @type end |