MFInitiatePaymentRequest.fromJson constructor

MFInitiatePaymentRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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