Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

webhookeventtypeenum.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

WebhookEventTypeEnum

Type of event that triggered the webhook.

Example Usage

import { WebhookEventTypeEnum } from "shippo/models/components";

let value: WebhookEventTypeEnum = "batch_created";

Values

"transaction_created" | "transaction_updated" | "track_updated" | "batch_created" | "batch_purchased" | "all"