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

    Interface CompletePaymentResponse

    interface CompletePaymentResponse {
        creationOutput?: PaymentCreationOutput | null;
        merchantAction?: MerchantAction | null;
        payment?: Payment | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    creationOutput?: PaymentCreationOutput | null
    merchantAction?: MerchantAction | null
    payment?: Payment | null