kiotviet-client-sdk - v0.3.4
    Preparing search index...

    Interface OrderListParams

    interface OrderListParams {
        branchIds?: number[];
        createdDate?: string;
        currentItem?: number;
        customerCode?: string;
        customerIds?: number[];
        includeOrderDelivery?: boolean;
        includePayment?: boolean;
        lastModifiedFrom?: string;
        orderBy?: string;
        orderDirection?: "ASC" | "DESC";
        pageSize?: number;
        saleChannelId?: number;
        status?: number[];
        toDate?: string;
    }
    Index

    Properties

    branchIds?: number[]
    createdDate?: string
    currentItem?: number
    customerCode?: string
    customerIds?: number[]
    includeOrderDelivery?: boolean
    includePayment?: boolean
    lastModifiedFrom?: string
    orderBy?: string
    orderDirection?: "ASC" | "DESC"
    pageSize?: number
    saleChannelId?: number
    status?: number[]
    toDate?: string