/** * Finix API */ import { ProcessorLinks } from './processorLinks'; import { WebhookAuthentication } from './webhookAuthentication'; import { WebhookEnabledEventsInner } from './webhookEnabledEventsInner'; export declare class Webhook { /** * The ID of the `Webhook` resource. */ 'id'?: string; /** * Timestamp of when the object was created. */ 'createdAt'?: Date; /** * Timestamp of when the object was last updated. */ 'updatedAt'?: Date; /** * The ID of the `Application` resource the `Webhook` was created under. */ 'application'?: string; 'authentication'?: WebhookAuthentication; /** * Details if the `Webhook` is enabled: