Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Is
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Is
- 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) ⇒ Is
constructor
A new instance of Is.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Is
Returns a new instance of Is.
2993 2994 2995 2996 |
# File 'lib/stripe/resources/tax/registration.rb', line 2993 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
2989 2990 2991 |
# File 'lib/stripe/resources/tax/registration.rb', line 2989 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
2991 2992 2993 |
# File 'lib/stripe/resources/tax/registration.rb', line 2991 def type @type end |