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

    Interface OrderStatusOutput

    interface OrderStatusOutput {
        errors?: APIError[] | null;
        isCancellable?: boolean | null;
        isRetriable?: boolean | null;
        providerRawOutput?: KeyValuePair[] | null;
        statusCategory?: string | null;
        statusCode?: number | null;
        statusCodeChangeDateTime?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    errors?: APIError[] | null
    isCancellable?: boolean | null
    isRetriable?: boolean | null
    providerRawOutput?: KeyValuePair[] | null
    statusCategory?: string | null
    statusCode?: number | null
    statusCodeChangeDateTime?: string | null