Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Bb
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Bb
- Defined in:
- lib/stripe/services/tax/registration_service.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Bb
constructor
A new instance of Bb.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Bb
Returns a new instance of Bb.
132 133 134 |
# File 'lib/stripe/services/tax/registration_service.rb', line 132 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
130 131 132 |
# File 'lib/stripe/services/tax/registration_service.rb', line 130 def type @type end |