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 'Copy the $identifier and head to $paymentMethod to pay the amount';
}