PayFanout API reference
    Preparing search index...

    Interface PayZenKrAnswerTransactionLike

    Structural subset of the kr-answer V4/Payment object.

    interface PayZenKrAnswerTransactionLike {
        amount?: number;
        creationDate?: string;
        currency?: string;
        detailedErrorCode?: string | null;
        detailedStatus?: string;
        errorCode?: string | null;
        operationType?: string;
        status?: string;
        transactionDetails?: { parentTransactionUuid?: string | null };
        uuid?: string;
    }
    Index
    amount?: number
    creationDate?: string
    currency?: string
    detailedErrorCode?: string | null
    detailedStatus?: string
    errorCode?: string | null
    operationType?: string
    status?: string
    transactionDetails?: { parentTransactionUuid?: string | null }
    uuid?: string