CustomerCardConfigApiHeader
An API header that will be sent to the configured API URL.
type CustomerCardConfigApiHeader {
name: String!
value: String!
}
Fields
CustomerCardConfigApiHeader.name
● String!
non-null scalar
The name of the header, trimmed and treated case insensitively for deduplication purposes (min length: 1, max length: 100). Not all header names are allowed.
CustomerCardConfigApiHeader.value
● String!
non-null scalar
The value of the header, treated case sensitively for deduplication purposes (min length: 1, max length: 500).
Member of
CustomerCardConfig
object