Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Us::LocalAmusementTax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/registration_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(jurisdiction: nil) ⇒ LocalAmusementTax

Returns a new instance of LocalAmusementTax.



1509
1510
1511
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1509

def initialize(jurisdiction: nil)
  @jurisdiction = jurisdiction
end

Instance Attribute Details

#jurisdictionObject

A jurisdiction code representing the [local jurisdiction](/tax/registering?type=amusement_tax#registration-types).



1507
1508
1509
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1507

def jurisdiction
  @jurisdiction
end