Typescript SDK Type Docs
    Preparing search index...

    Interface ExternalTermsAndConditionsPending

    Generated in Payment Only mode when the customer hasn't accepted the terms and conditions yet.

    interface ExternalTermsAndConditionsPending {
        code: "external_terms_and_conditions_pending";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    • IMessage
      • ExternalTermsAndConditionsPending
    Index

    Properties

    code: "external_terms_and_conditions_pending"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    External terms and conditions pending.

    severity: string

    info