Skip to content

ChargeDisputeStatus

Charge dispute statuses

Used By

Definition

"""
Charge dispute statuses
"""
enum ChargeDisputeStatus {
LOST
NEEDS_RESPONSE
UNDER_REVIEW
WARNING_CLOSED
WARNING_NEEDS_RESPONSE
WARNING_UNDER_REVIEW
WON
}