MFPaymentMethod constructor

MFPaymentMethod({
  1. int? paymentMethodId,
  2. String? paymentMethodAr,
  3. String? paymentMethodEn,
  4. String? paymentMethodCode,
  5. bool? isDirectPayment,
  6. num? serviceCharge,
  7. num? totalAmount,
  8. String? currencyIso,
  9. String? imageUrl,
  10. bool? isEmbeddedSupported,
  11. String? paymentCurrencyIso,
})

Implementation

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