AccounttaxCustomBatchRequestEntry constructor

AccounttaxCustomBatchRequestEntry({
  1. String? accountId,
  2. AccountTax? accountTax,
  3. int? batchId,
  4. String? merchantId,
  5. String? method,
})

Implementation

AccounttaxCustomBatchRequestEntry({
  this.accountId,
  this.accountTax,
  this.batchId,
  this.merchantId,
  this.method,
});