Worldline Connect Node.js SDK
    Preparing search index...

    Interface PaymentResponse

    interface PaymentResponse {
        hostedCheckoutSpecificOutput?: HostedCheckoutSpecificOutput | null;
        id?: string | null;
        paymentOutput?: PaymentOutput | null;
        status?: string | null;
        statusOutput?: PaymentStatusOutput | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    hostedCheckoutSpecificOutput?: HostedCheckoutSpecificOutput | null
    id?: string | null
    paymentOutput?: PaymentOutput | null
    status?: string | null
    statusOutput?: PaymentStatusOutput | null