> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/objects/refund-reason-reference-type-clear

# RefundReasonReferenceTypeClear Object

Updates RefundSettings. The `Page` (Model) Type will be cleared from `reasonReferenceType`. When it's cleared, passing reason reference to refund mutations is no longer accepted and will raise error.

Added in Saleor 3.22.

Requires the MANAGE\_SETTINGS permission.

```graphql
type RefundReasonReferenceTypeClear {
  refundSettings: RefundSettings!
  refundSettingsErrors: [RefundReasonReferenceTypeClearError!]! @deprecated
  errors: [RefundReasonReferenceTypeClearError!]!
}
```

<a id="fields"></a>

### Fields

<a id="refund-settings"></a>

#### [`refundSettings`](#refund-settings) ● [`RefundSettings!`](/api-reference/orders/objects/refund-settings.md)

Refund settings.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[RefundReasonReferenceTypeClearError!]!`](/api-reference/shop/objects/refund-reason-reference-type-clear-error.md)

Show deprecatedHide deprecated

<a id="refund-settings-errors"></a>

#### [`refundSettingsErrors`](#refund-settings-errors) ● [`[RefundReasonReferenceTypeClearError!]!`](/api-reference/shop/objects/refund-reason-reference-type-clear-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`refundReasonReferenceClear`](/api-reference/orders/mutations/refund-reason-reference-clear.md) mutation
