Event
Profile
An Event represents information about an event as part of a Dispute.
Properties
| name | type |
|---|---|
| event | string |
| date | ISO 8601 date |
| reason1 | string |
| reason_code1 | string |
1
Presence depends on
event. Example representation
{
"date": "2016-02-28",
"event": "1st_chargeback",
"reason_code": "4837",
"reason": "fraud"
}