@jackdevau/up-api API Reference
Preparing search index...
WebhookEventResource
Interface WebhookEventResource
interface
WebhookEventResource
{
type
:
string
;
id
:
string
;
attributes
:
{
eventType
:
WebhookEventTypeEnum
;
createdAt
:
string
}
;
relationships
:
{
webhook
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
transaction
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
}
;
}
Index
Properties
type
id
attributes
relationships
Properties
type
type
:
string
id
id
:
string
attributes
attributes
:
{
eventType
:
WebhookEventTypeEnum
;
createdAt
:
string
}
relationships
relationships
:
{
webhook
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
transaction
?:
{
data
?:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
attributes
relationships
@jackdevau/up-api API Reference
Loading...