MFSendPaymentRequest class

Constructors

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})
MFSendPaymentRequest.fromJson(Map<String, dynamic> json)

Properties

customerAddress MFCustomerAddres?
getter/setter pair
customerCivilId String?
getter/setter pair
customerEmail String?
getter/setter pair
customerMobile String?
getter/setter pair
customerName String?
getter/setter pair
customerReference String?
getter/setter pair
displayCurrencyIso String?
getter/setter pair
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceItems List<MFInvoiceItem>?
getter/setter pair
invoiceValue num?
getter/setter pair
language String?
getter/setter pair
mobileCountryCode String?
getter/setter pair
notificationOption String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userDefinedField String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited