PayFanout API reference
    Preparing search index...

    Interface PayZenOrderLike

    Structural subset of the Order/Get answer (V4/OrderTransactions).

    interface PayZenOrderLike {
        orderDetails?: { orderId?: string | null };
        orderStatus?: string;
        transactions?: PayZenTransactionLike[];
    }
    Index
    orderDetails?: { orderId?: string | null }
    orderStatus?: string
    transactions?: PayZenTransactionLike[]