CustomerTax constructor

const CustomerTax({
  1. required CustomerTaxAutomaticTax automaticTax,
  2. String? ipAddress,
  3. CustomerTaxLocation? location,
})

CustomerTax

Implementation

const CustomerTax({
  required this.automaticTax,
  this.ipAddress,
  this.location,
});