AccounttaxCustomBatchResponse constructor

AccounttaxCustomBatchResponse({
  1. List<AccounttaxCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

AccounttaxCustomBatchResponse({
  this.entries,
  this.kind,
});