Class TransportWebhookLogMessageResponse

The SMTP response information.

Hierarchy

  • TransportWebhookLogMessageResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enhancedSmtpCode?: string

The enhanced SMTP status code.

reason?: string

The SMTP response message.

smtpCode?: string

The SMTP status code.

Generated using TypeDoc