Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Gb
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Gb
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Defined Under Namespace
Classes: Standard
Instance Attribute Summary collapse
-
#standard ⇒ Object
Options for the standard registration.
-
#type ⇒ Object
Type of registration to be created in
country.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Gb
constructor
A new instance of Gb.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Gb
Returns a new instance of Gb.
773 774 775 776 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 773 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
769 770 771 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 769 def standard @standard end |
#type ⇒ Object
Type of registration to be created in country.
771 772 773 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 771 def type @type end |