Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingOrderCancellationRequestStatus

An enum representing the possible statuses of an order cancellation request.

enum OrderingOrderCancellationRequestStatus {
  Pending
  Approved
  Denied
}

Pending

The cancellation request is pending approval.


Approved

The cancellation request has been approved.


Denied

The cancellation request has been denied.

Was this page helpful?