Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Bd
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Bd
- Defined in:
- lib/stripe/params/tax/registration_create_params.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.
200 201 202 203 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 200 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
196 197 198 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 196 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
198 199 200 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 198 def type @type end |