Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bd
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Bd
- 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) ⇒ Bd
constructor
A new instance of Bd.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Bd
Returns a new instance of Bd.
2405 2406 2407 2408 |
# File 'lib/stripe/resources/tax/registration.rb', line 2405 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2401 2402 2403 |
# File 'lib/stripe/resources/tax/registration.rb', line 2401 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2403 2404 2405 |
# File 'lib/stripe/resources/tax/registration.rb', line 2403 def type @type end |