Module: CheckoutSdk::Disputes::DisputeStatus

Defined in:
lib/checkout_sdk/disputes/dispute_status.rb

Constant Summary collapse

WON =
'won'
LOST =
'lost'
EXPIRED =
'expired'
ACCEPTED =
'accepted'
CANCELED =
'canceled'
RESOLVED =
'resolved'
ARBITRATION_WON =
'arbitration_won'
ARBITRATION_LOST =
'arbitration_lost'
EVIDENCE_REQUIRED =
'evidence_required'
EVIDENCE_UNDER_REVIEW =
'evidence_under_review'
ARBITRATION_UNDER_REVIEW =
'arbitration_under_review'