# WebhookHeader

Optional header to be specified in webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **string** | Key/name of a header | [default to undefined]
**value** | **string** | Value of a header | [default to undefined]

## Example

```typescript
import { WebhookHeader } from 'shipstation-client';

const instance: WebhookHeader = {
    key,
    value,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
