> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/objects/gateway-config-line

# GatewayConfigLine Object

Payment gateway client configuration key and value pair.

```graphql
type GatewayConfigLine {
  field: String!
  value: String
}
```

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

### Fields

<a id="field"></a>

#### [`field`](#field) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

Gateway config key.

<a id="value"></a>

#### [`value`](#value) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Gateway config value for key.

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

### Member Of

[`PaymentGateway`](/api-reference/payments/objects/payment-gateway.md) object
