TransactionResponse
"TransactionResponse" refers to a Customer's transaction.
| Property | Type | Description |
|---|---|---|
| transactionId | int | Unique identifier of the transaction |
| accountName | string | Account Name of the transaction |
| amount | decimal | Date string representing the date the offer starts |
| matchKey | string | Transaction match key |
| cleanName | string | Transaction cleaned name |
| transactionDate | string | Date string representing the date transaction made |
| fiMerchantId | string | FI merchant Id |
| fileDate | string | Transaction filed date |
| customerId | int | Customer ID to which offer is mapped |
| CardName | string | Card name |
| SourceTransactionType | string | Source transaction type |
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 | |