MFSendPaymentRequest constructor

MFSendPaymentRequest({
  1. String? customerName,
  2. String? notificationOption,
  3. String? displayCurrencyIso,
  4. String? mobileCountryCode,
  5. String? customerMobile,
  6. String? customerEmail,
  7. num? invoiceValue,
  8. String? language,
  9. String? customerReference,
  10. String? customerCivilId,
  11. String? userDefinedField,
  12. MFCustomerAddres? customerAddress,
  13. String? expiryDate,
  14. List<MFInvoiceItem>? invoiceItems,
})

Implementation

MFSendPaymentRequest({
  this.customerName,
  this.notificationOption,
  this.displayCurrencyIso,
  this.mobileCountryCode,
  this.customerMobile,
  this.customerEmail,
  this.invoiceValue,
  this.language,
  this.customerReference,
  this.customerCivilId,
  this.userDefinedField,
  this.customerAddress,
  this.expiryDate,
  this.invoiceItems,
  // this.shippingMethod,
  // this.shippingConsignee,
  // this.suppliers
});