copyTheMerchantCodeAndHeadToSedadToPayTheAmount method

  1. @override
String copyTheMerchantCodeAndHeadToSedadToPayTheAmount(
  1. Object identifier,
  2. Object paymentMethod
)
override

No description provided for @copyTheMerchantCodeAndHeadToSedadToPayTheAmount.

In en, this message translates to: 'Copy the {identifier} and head to {paymentMethod} to pay the amount'

Implementation

@override
String copyTheMerchantCodeAndHeadToSedadToPayTheAmount(
    Object identifier, Object paymentMethod) {
  return 'انسخ $identifier التاجر وتوجه إلى $paymentMethod لدفع المبلغ';
}