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.
1181 1182 1183 1184 |
# File 'lib/stripe/resources/tax/registration.rb', line 1181 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
1177 1178 1179 |
# File 'lib/stripe/resources/tax/registration.rb', line 1177 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
1179 1180 1181 |
# File 'lib/stripe/resources/tax/registration.rb', line 1179 def type @type end |