MFGetPaymentStatusResponse constructor
MFGetPaymentStatusResponse({
- int? invoiceId,
- String? invoiceStatus,
- String? invoiceReference,
- String? customerReference,
- String? createdDate,
- String? expiryDate,
- String? expiryTime,
- num? invoiceValue,
- String? comments,
- String? customerName,
- String? customerMobile,
- String? customerEmail,
- String? userDefinedField,
- String? invoiceDisplayValue,
- int? dueDeposit,
- String? depositStatus,
- String? recurringId,
- List<
MFInvoiceItem> ? invoiceItems, - List<
MFInvoiceTransaction> ? invoiceTransactions, - 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});