Mayson Monorepo Documentation
    Preparing search index...
    interface EventDestinationUpdateParams {
        description?: string;
        enabled_events?: string[];
        include?: "webhook_endpoint.url"[];
        metadata?: MetadataParam;
        name?: string;
        webhook_endpoint?: Stripe.V2.Core.EventDestinationUpdateParams.WebhookEndpoint;
    }
    Index

    Properties

    description?: string

    An optional description of what the event destination is used for.

    enabled_events?: string[]

    The list of events to enable for this endpoint.

    include?: "webhook_endpoint.url"[]

    Additional fields to include in the response. Currently supports webhook_endpoint.url.

    metadata?: MetadataParam

    Metadata.

    name?: string

    Event destination name.

    Webhook endpoint configuration.