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

    Interface CreateTokenResponse

    interface CreateTokenResponse {
        isNewToken?: boolean | null;
        originalPaymentId?: string | null;
        token?: string | null;
    }
    Index

    Properties

    isNewToken?: boolean | null
    originalPaymentId?: string | null
    token?: string | null