Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::GrossReceiptsTax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::GrossReceiptsTax
- Defined in:
- lib/stripe/params/tax/registration_create_params.rb
Instance Attribute Summary collapse
-
#jurisdiction ⇒ Object
A jurisdiction code representing the [local jurisdiction](/tax/registering?type=gross_receipts_tax#registration-types).
Instance Method Summary collapse
-
#initialize(jurisdiction: nil) ⇒ GrossReceiptsTax
constructor
A new instance of GrossReceiptsTax.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(jurisdiction: nil) ⇒ GrossReceiptsTax
Returns a new instance of GrossReceiptsTax.
1491 1492 1493 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1491 def initialize(jurisdiction: nil) @jurisdiction = jurisdiction end |
Instance Attribute Details
#jurisdiction ⇒ Object
A jurisdiction code representing the [local jurisdiction](/tax/registering?type=gross_receipts_tax#registration-types).
1489 1490 1491 |
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1489 def jurisdiction @jurisdiction end |