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

# CheckoutChargeStatusEnum Enum

Determine the current charge status for the checkout.

The checkout is considered overcharged when the sum of the transactionItem's charge amounts exceeds the value of `checkout.total`. If the sum of the transactionItem's charge amounts equals `checkout.total`, we consider the checkout to be fully charged. If the sum of the transactionItem's charge amounts covers a part of the `checkout.total`, we treat the checkout as partially charged.

NONE - the funds are not charged. PARTIAL - the funds that are charged don't cover the checkout's total FULL - the funds that are charged fully cover the checkout's total OVERCHARGED - the charged funds are bigger than checkout's total

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

### Values

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

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

<a id="partial"></a>

#### [`PARTIAL`](#partial)

<a id="full"></a>

#### [`FULL`](#full)

<a id="overcharged"></a>

#### [`OVERCHARGED`](#overcharged)

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

### Member Of

[`Checkout`](/api-reference/checkout/objects/checkout.md) object  ● [`CheckoutFilterInput`](/api-reference/checkout/inputs/checkout-filter-input.md) input
