TaxProductRegistrationsResourceCountryOptionsUnitedStates constructor

const TaxProductRegistrationsResourceCountryOptionsUnitedStates({
  1. TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax? localAmusementTax,
  2. TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax? localLeaseTax,
  3. required String state,
  4. required TaxProductRegistrationsResourceCountryOptionsUnitedStatesType type,
})

TaxProductRegistrationsResourceCountryOptionsUnitedStates

Implementation

const TaxProductRegistrationsResourceCountryOptionsUnitedStates({
  this.localAmusementTax,
  this.localLeaseTax,
  required this.state,
  required this.type,
});