Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bh
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Bh
- 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) ⇒ Bh
constructor
A new instance of Bh.
Methods inherited from RequestParams
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
#standard ⇒ Object
Options for the standard registration.
2481 2482 2483 |
# File 'lib/stripe/resources/tax/registration.rb', line 2481 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2483 2484 2485 |
# File 'lib/stripe/resources/tax/registration.rb', line 2483 def type @type end |