MFSendPaymentRequest constructor
MFSendPaymentRequest({
- String? customerName,
- String? notificationOption,
- String? displayCurrencyIso,
- String? mobileCountryCode,
- String? customerMobile,
- String? customerEmail,
- num? invoiceValue,
- String? language,
- String? customerReference,
- String? customerCivilId,
- String? userDefinedField,
- MFCustomerAddres? customerAddress,
- String? expiryDate,
- 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
});