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

    Interface CategoryListParams

    interface CategoryListParams {
        currentItem?: number;
        hierarchicalData?: boolean;
        includeRemoveIds?: boolean;
        lastModifiedFrom?: string;
        orderBy?: string;
        orderDirection?: "ASC" | "DESC";
        pageSize?: number;
    }
    Index

    Properties

    currentItem?: number
    hierarchicalData?: boolean
    includeRemoveIds?: boolean
    lastModifiedFrom?: string
    orderBy?: string
    orderDirection?: "ASC" | "DESC"
    pageSize?: number