MFGetPaymentStatusResponse constructor

MFGetPaymentStatusResponse({
  1. int? invoiceId,
  2. String? invoiceStatus,
  3. String? invoiceReference,
  4. String? customerReference,
  5. String? createdDate,
  6. String? expiryDate,
  7. String? expiryTime,
  8. num? invoiceValue,
  9. String? comments,
  10. String? customerName,
  11. String? customerMobile,
  12. String? customerEmail,
  13. String? userDefinedField,
  14. String? invoiceDisplayValue,
  15. int? dueDeposit,
  16. String? depositStatus,
  17. String? recurringId,
  18. List<MFInvoiceItem>? invoiceItems,
  19. List<MFInvoiceTransaction>? invoiceTransactions,
  20. List<MFSupplier>? suppliers,
})

Implementation

MFGetPaymentStatusResponse(
    {this.invoiceId,
    this.invoiceStatus,
    this.invoiceReference,
    this.customerReference,
    this.createdDate,
    this.expiryDate,
    this.expiryTime,
    this.invoiceValue,
    this.comments,
    this.customerName,
    this.customerMobile,
    this.customerEmail,
    this.userDefinedField,
    this.invoiceDisplayValue,
    this.dueDeposit,
    this.depositStatus,
    this.recurringId,
    this.invoiceItems,
    this.invoiceTransactions,
    this.suppliers});