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.
1999 2000 2001 |
# File 'lib/stripe/resources/tax/registration.rb', line 1999 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
1997 1998 1999 |
# File 'lib/stripe/resources/tax/registration.rb', line 1997 def type @type end |