payWithMobileNumber method

Map<String, dynamic> payWithMobileNumber()

Implementation

Map<String, dynamic> payWithMobileNumber() {
  return {
    'amount': amount,
    'currencyId': currencyId,
    'id': id,
    'mobileNumber': mobileNumber,
    'transactionMethodId': 5,
    'uniqueNotificationId': transactionId,
    'merchantId': merchantId.toString(),
    'terminalId': terminalId,
  };
}