TicketResponse
"TicketResponse" refers to a Customer's offer.
| Property | Type | Description |
|---|---|---|
| ticketId | int | Unique identifier of the ticket |
| fiTicketId | int | Unique identifier of the ticket at FI side |
| customerId | int | CustomerId of the ticket |
| ticketStatus | TicketStatus | Status of the ticket. See the TicketStatus section for details |
| resolutionType | ResolutionType | Ticket resolution type. See the ResolutionType section for details |
| comment | string | Comments provided by CSR at FI side |
| cardlyticsComment | string | Comments provided by Cardlytics |
| goodwillAmount | decimal | Good will amount |
| createDt | string | Date string representing the ticket created date |
| createdBy | string | Username who created the ticket |
| updateDt | string | Date string representing the ticket updated date |
| updatedBy | string | Username who updated the ticket |
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |