Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Se::Igic
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Se::Igic
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Instance Attribute Summary collapse
-
#place_of_supply_scheme ⇒ Object
Place of supply scheme used in an IGIC registration.
Instance Method Summary collapse
-
#initialize(place_of_supply_scheme: nil) ⇒ Igic
constructor
A new instance of Igic.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(place_of_supply_scheme: nil) ⇒ Igic
Returns a new instance of Igic.
1580 1581 1582 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1580 def initialize(place_of_supply_scheme: nil) @place_of_supply_scheme = place_of_supply_scheme end |
Instance Attribute Details
#place_of_supply_scheme ⇒ Object
Place of supply scheme used in an IGIC registration.
1578 1579 1580 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1578 def place_of_supply_scheme @place_of_supply_scheme end |