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

    Interface CaptureStatusOutput

    interface CaptureStatusOutput {
        isFinal?: boolean | null;
        isRefundable?: boolean | null;
        isRetriable?: boolean | null;
        providerRawOutput?: KeyValuePair[] | null;
        statusCode?: number | null;
        statusCodeChangeDateTime?: string | null;
    }
    Index

    Properties

    isFinal?: boolean | null
    isRefundable?: boolean | null
    isRetriable?: boolean | null
    providerRawOutput?: KeyValuePair[] | null
    statusCode?: number | null
    statusCodeChangeDateTime?: string | null