AccounttaxCustomBatchRequestEntry constructor
AccounttaxCustomBatchRequestEntry({
- String? accountId,
- AccountTax? accountTax,
- int? batchId,
- String? merchantId,
- String? method,
Implementation
AccounttaxCustomBatchRequestEntry({
this.accountId,
this.accountTax,
this.batchId,
this.merchantId,
this.method,
});