mapToPayWithToken method
Implementation
Map<String, dynamic> mapToPayWithToken() => {
'amount': amount,
'terminalId': terminalId,
'merchantId': merchantId,
'currencyCode': currencyCode,
'transactionId': transactionId,
'clientMail': clientMail,
'customerId': customerId,
'customerTokenId': customerTokenId,
'cvV2': cvV2,
};