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

    Interface GetHostedCheckoutResponse

    interface GetHostedCheckoutResponse {
        createdPaymentOutput?: CreatedPaymentOutput | null;
        status?: string | null;
    }
    Index

    Properties

    createdPaymentOutput?: CreatedPaymentOutput | null
    status?: string | null