@tax1driver/ts-payu
    Preparing search index...

    Interface OrderNotification

    interface OrderNotification {
        localReceiptDateTime: string;
        order: Order & { status: string };
        properties: { name: string; value: string }[];
    }
    Index

    Properties

    localReceiptDateTime: string
    order: Order & { status: string }
    properties: { name: string; value: string }[]