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.
1161 1162 1163 1164 |
# File 'lib/stripe/resources/tax/registration.rb', line 1161 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1157 1158 1159 |
# File 'lib/stripe/resources/tax/registration.rb', line 1157 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1159 1160 1161 |
# File 'lib/stripe/resources/tax/registration.rb', line 1159 def type @type end |