Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Tz
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Tz
- 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) ⇒ Tz
constructor
A new instance of Tz.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Tz
Returns a new instance of Tz.
1871 1872 1873 |
# File 'lib/stripe/resources/tax/registration.rb', line 1871 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1869 1870 1871 |
# File 'lib/stripe/resources/tax/registration.rb', line 1869 def type @type end |