ENUM

RefundRequestStatusEnum

The current status of an refund request.

link GraphQL Schema definition

  • enum RefundRequestStatusEnum {
  • # When the refund request is awaiting actions, usually when a line item is in
  • # Pending Approval or Awaiting Return status
  • AWAITING
  • RETURNED
  • REFUND_ACCEPTED
  • REFUND_DENIED
  • # When any line items in the refund request are in the Refunded status
  • REFUNDED
  • # When all line items in the refund request are in the Refund Denied status
  • DENIED
  • # When all line items in the refund request are in the Refund Accepted status
  • PROCESSED
  • }