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