> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shop/llms.txt)
> Source: https://docs.saleor.io/api-reference/shop/inputs/refund-settings-update-input

# RefundSettingsUpdateInput Input Type

No description

```graphql
input RefundSettingsUpdateInput {
  refundReasonReferenceType: ID!
}
```

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

### Fields

<a id="refund-reason-reference-type"></a>

#### [`refundReasonReferenceType`](#refund-reason-reference-type) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of a model type, that will be used to reference refund reasons. All models with of this type will be accepted as refund reasons.

Added in Saleor 3.22

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

### Member Of

[`refundSettingsUpdate`](/api-reference/shop/mutations/refund-settings-update.md) mutation
