AccounttaxCustomBatchResponseEntry constructor

AccounttaxCustomBatchResponseEntry({
  1. AccountTax? accountTax,
  2. int? batchId,
  3. Errors? errors,
  4. String? kind,
})

Implementation

AccounttaxCustomBatchResponseEntry({
  this.accountTax,
  this.batchId,
  this.errors,
  this.kind,
});