Documentation
    Preparing search index...
    interface Value {
        BookingRef: BookingRef;
        DataLists: DataLists;
        OrderID: string;
        OrderItem: OrderItem[];
        OwnerCode: string;
        PaymentInfo: any[];
        PaymentTimeLimitDateTime: string;
        StatusCode: string;
        TotalPrice: TotalPrice;
    }
    Index

    Properties

    BookingRef: BookingRef
    DataLists: DataLists
    OrderID: string
    OrderItem: OrderItem[]
    OwnerCode: string
    PaymentInfo: any[]
    PaymentTimeLimitDateTime: string
    StatusCode: string
    TotalPrice: TotalPrice