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
- # When any line items in the refund request are in the Refunded status
- # When all line items in the refund request are in the Refund Denied status
- # When all line items in the refund request are in the Refund Accepted status
- }