PayFanout API reference
    Preparing search index...

    Interface PayZenKrAnswerLike

    interface PayZenKrAnswerLike {
        orderCycle?: string;
        orderDetails?: {
            metadata?: Record<string, string> | null;
            orderId?: string | null;
        };
        orderStatus?: string;
        serverDate?: string;
        shopId?: string;
        transactions?: PayZenKrAnswerTransactionLike[];
    }
    Index
    orderCycle?: string
    orderDetails?: {
        metadata?: Record<string, string> | null;
        orderId?: string | null;
    }
    orderStatus?: string
    serverDate?: string
    shopId?: string