Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Lv
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Lv
- 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 an EU country.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Lv
constructor
A new instance of Lv.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Lv
Returns a new instance of Lv.
942 943 944 945 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 942 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
938 939 940 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 938 def standard @standard end |
#type ⇒ Object
Type of registration to be created in an EU country.
940 941 942 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 940 def type @type end |