PayFanout API reference
    Preparing search index...

    Interface KrClientAnswerLike

    interface KrClientAnswerLike {
        orderDetails?: { orderId?: string | null };
        orderStatus?: string;
        transactions?: {
            detailedErrorCode?: string | null;
            detailedStatus?: string;
            errorCode?: string | null;
            uuid?: string;
        }[];
    }
    Index
    orderDetails?: { orderId?: string | null }
    orderStatus?: string
    transactions?: {
        detailedErrorCode?: string | null;
        detailedStatus?: string;
        errorCode?: string | null;
        uuid?: string;
    }[]