Record
webhook-endpoint
No description available.
record webhook-endpoint {
api-version: option<string>,
application: option<string>,
created: s32,
description: option<string>,
enabled-events: list<string>,
id: string,
livemode: bool,
metadata: webhook-endpoint-metadata,
object: webhook-endpoint-object-enum,
secret: option<string>,
status: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| api-version | option<string> | |
| application | option<string> | |
| created | s32 | |
| description | option<string> | |
| enabled-events | list<string> | |
| id | string | |
| livemode | bool | |
| metadata | webhook-endpoint-metadata | |
| object | webhook-endpoint-object-enum | |
| secret | option<string> | |
| status | string | |
| url | string |