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
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Bh
constructor
A new instance of Bh.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Bh
Returns a new instance of Bh.
1104 1105 1106 |
# File 'lib/stripe/resources/tax/registration.rb', line 1104 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1102 1103 1104 |
# File 'lib/stripe/resources/tax/registration.rb', line 1102 def type @type end |