toMap method

Map<String, String> toMap()

Implementation

Map<String, String> toMap() {
  return {
    "process_id": "$process_id",
    "customer": "$customer",
    "merchant": "$merchant",
    "amount": "$amount",
    "transaction_id": "$transaction_id",
    "status": "$status"
  };
}