Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::My
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::My
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in
country.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ My
constructor
A new instance of My.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(type: nil) ⇒ My
Returns a new instance of My.
1308 1309 1310 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1308 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in country.
1306 1307 1308 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1306 def type @type end |