> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/enums/order-granted-refund-status-enum

# OrderGrantedRefundStatusEnum Enum

Represents the status of a granted refund.

NONE - the refund on related transactionItem is not processed PENDING - the refund on related transactionItem is pending FULL - the refund on related transactionItem is fully processed FAIL - the refund on related transactionItem failed

<a id="values"></a>

### Values

<a id="none"></a>

#### [`NONE`](#none)

<a id="pending"></a>

#### [`PENDING`](#pending)

<a id="success"></a>

#### [`SUCCESS`](#success)

<a id="failure"></a>

#### [`FAILURE`](#failure)

<a id="member-of"></a>

### Member Of

[`OrderGrantedRefund`](/api-reference/orders/objects/order-granted-refund.md) object
