Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bg
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Bg
- 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 an EU country.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Bg
constructor
A new instance of Bg.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Bg
Returns a new instance of Bg.
967 968 969 970 |
# File 'lib/stripe/resources/tax/registration.rb', line 967 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
963 964 965 |
# File 'lib/stripe/resources/tax/registration.rb', line 963 def standard @standard end |
#type ⇒ Object
Type of registration to be created in an EU country.
965 966 967 |
# File 'lib/stripe/resources/tax/registration.rb', line 965 def type @type end |