DisputeStatus
How a dispute ended, or that it has not ended.
enum DisputeStatus {
OPEN
WON
LOST
}
Values
DisputeStatus.OPEN
Still open: the merchant can still send evidence.
DisputeStatus.WON
Decided in the merchant's favour; the money stayed with them.
DisputeStatus.LOST
Decided against the merchant; the money went back to the customer.