shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 612 B
Markdown
# 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)