MFPaymentMethod constructor
      
      MFPaymentMethod({})
     
    
    
Implementation
MFPaymentMethod(
    {this.paymentMethodId,
    this.paymentMethodAr,
    this.paymentMethodEn,
    this.paymentMethodCode,
    this.isDirectPayment,
    this.serviceCharge,
    this.totalAmount,
    this.currencyIso,
    this.imageUrl,
    this.isEmbeddedSupported,
    this.paymentCurrencyIso});