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
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Is
constructor
A new instance of Is.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Is
Returns a new instance of Is.
1363 1364 1365 |
# File 'lib/stripe/resources/tax/registration.rb', line 1363 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1361 1362 1363 |
# File 'lib/stripe/resources/tax/registration.rb', line 1361 def type @type end |