AccounttaxCustomBatchResponse constructor
AccounttaxCustomBatchResponse({
- List<
AccounttaxCustomBatchResponseEntry> ? entries, - String? kind,
Implementation
AccounttaxCustomBatchResponse({
this.entries,
this.kind,
});