BusinessReport constructor

BusinessReport({
  1. DateTime? deliveryTime,
  2. String? downloadUrl,
  3. BusinessReportFailureCode? failureCode,
  4. BusinessReportS3Location? s3Location,
  5. BusinessReportStatus? status,
})

Implementation

BusinessReport({
  this.deliveryTime,
  this.downloadUrl,
  this.failureCode,
  this.s3Location,
  this.status,
});