Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 645 Bytes

DisputeState.md

File metadata and controls

24 lines (18 loc) · 645 Bytes

DisputeState

Description

List of possible dispute states.

Properties

Name Type
UNKNOWN_STATE string
INQUIRY_EVIDENCE_REQUIRED string
INQUIRY_PROCESSING string
INQUIRY_CLOSED string
EVIDENCE_REQUIRED string
PROCESSING string
WON string
LOST string
ACCEPTED string
WAITING_THIRD_PARTY string

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]