AccountstatusesCustomBatchResponseEntry constructor
AccountstatusesCustomBatchResponseEntry({
- AccountStatus? accountStatus,
- int? batchId,
- Errors? errors,
Implementation
AccountstatusesCustomBatchResponseEntry({
this.accountStatus,
this.batchId,
this.errors,
});