# WhitelistItemInput

Input for `addWhitelistItem`.

```
input WhitelistItemInput {

  type: WhitelistItemType!

  value: String!

  note: String

}
```

### Fields[​](#fields "Direct link to Fields")

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

Payment attribute this rule should match against.

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

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

#### [`WhitelistItemInput.note`](#note) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#note "Direct link to note")

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

### Member Of[​](#member-of "Direct link to Member Of")

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