toJson method

Map<String, String> toJson()

Implementation

Map<String, String> toJson() {
  return {
    'amount': amount,
    'cashbackAmount': cashbackAmount,
    'currencyCode': currencyCode,
    'transactionType': transactionType,
  };
}