Variable ListDisputesStatusConst

ListDisputesStatus: {
    CLOSED: "closed";
    LOST: "lost";
    NEEDS_RESPONSE: "needs_response";
    UNDER_REVIEW: "under_review";
    WARNING_CLOSED: "warning_closed";
    WARNING_NEEDS_RESPONSE: "warning_needs_response";
    WARNING_UNDER_REVIEW: "warning_under_review";
    WON: "won";
} = ...

Export

Type declaration

  • Readonly CLOSED: "closed"
  • Readonly LOST: "lost"
  • Readonly NEEDS_RESPONSE: "needs_response"
  • Readonly UNDER_REVIEW: "under_review"
  • Readonly WARNING_CLOSED: "warning_closed"
  • Readonly WARNING_NEEDS_RESPONSE: "warning_needs_response"
  • Readonly WARNING_UNDER_REVIEW: "warning_under_review"
  • Readonly WON: "won"

Generated using TypeDoc