# WhitelistItemInput

Input for `addWhitelistItem`.

```
input WhitelistItemInput {

  type: WhitelistItemType!

  value: String!

  note: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`WhitelistItemInput.type`](#type) ● [`WhitelistItemType!`](https://docs.monei.com/es/es/apis/graphql/types/enums/whitelist-item-type/.md) non-null enum[​](#type "Enlace directo al type")

Payment attribute this rule should match against.

#### [`WhitelistItemInput.value`](#value) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#value "Enlace directo al value")

Value to match. Format depends on `type` (email or session fingerprint).

#### [`WhitelistItemInput.note`](#note) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#note "Enlace directo al note")

Free-form note explaining why the rule is being added.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`addWhitelistItem`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/add-whitelist-item/.md) mutation
