InvoiceDetails constructor

InvoiceDetails({
  1. String? status,
  2. String? message,
  3. double? timeStamp,
  4. Data? data,
  5. String? requestId,
  6. String? correlationId,
  7. int? code,
  8. List<Errors>? errors,
})

Implementation

InvoiceDetails(
    {this.status, this.message, this.timeStamp, this.data, this.requestId, this.correlationId, this.code, this.errors});