InvoiceReceiptModel constructor

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

Implementation

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