AccounttaxCustomBatchResponseEntry constructor
AccounttaxCustomBatchResponseEntry({
- AccountTax? accountTax,
- int? batchId,
- Errors? errors,
- String? kind,
Implementation
AccounttaxCustomBatchResponseEntry({
this.accountTax,
this.batchId,
this.errors,
this.kind,
});