AccountstatusesCustomBatchResponseEntry constructor

AccountstatusesCustomBatchResponseEntry({
  1. AccountStatus? accountStatus,
  2. int? batchId,
  3. Errors? errors,
})

Implementation

AccountstatusesCustomBatchResponseEntry({
  this.accountStatus,
  this.batchId,
  this.errors,
});