MFInitiatePaymentRequest.fromJson(Map<String, dynamic> json) { invoiceAmount = json['InvoiceAmount']; currencyIso = json['CurrencyIso']; }