toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'pan': pan,
    'amount': amount,
    'terminalId': terminalId,
    'merchantId': merchantId,
    'cardHolderName': cardHolderName,
    'cvV2': cvV2,
    'merchantReference': merchantReference,
    'dateExpiration': dateExpiration,
    'refundReason': refundReason,
    // 'requestDateTime': requestDateTime,
    'orderCustomerEmail': orderCustomerEmail,
    'otp': otp,
    'orderKey': orderKey,
    'clientMail': clientMail,
    'transactionIdentifierType': 0,
    'currencyCode': 512,
    'currencyId': 512,
    'transactionId': transactionId,
  };
}