PayFanout API reference
Preparing search index...
adapter-gocardless-server/src
GoCardlessEventLike
Interface GoCardlessEventLike
Structural shape of one event inside a GoCardless webhook delivery / events list.
interface
GoCardlessEventLike
{
action
?:
string
;
created_at
?:
string
;
details
?:
Record
<
string
,
unknown
>
;
id
?:
string
;
links
?:
Record
<
string
,
string
|
undefined
>
;
metadata
?:
Record
<
string
,
unknown
>
;
resource_type
?:
string
;
}
Index
Properties
action?
created_
at?
details?
id?
links?
metadata?
resource_
type?
Properties
Optional
action
action
?:
string
Optional
created_
at
created_at
?:
string
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
id
id
?:
string
Optional
links
links
?:
Record
<
string
,
string
|
undefined
>
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
resource_
type
resource_type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
created_
at
details
id
links
metadata
resource_
type
PayFanout API reference
Loading...
Structural shape of one event inside a GoCardless webhook delivery / events list.