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

    Interface Category

    interface Category {
        categoryId: number;
        categoryName: string;
        createdDate: string;
        description?: string;
        hasChild?: boolean;
        isDeleted?: boolean;
        modifiedDate: string;
        parentId: null | number;
        rank?: number;
        retailerId: number;
    }
    Index

    Properties

    categoryId: number
    categoryName: string
    createdDate: string
    description?: string
    hasChild?: boolean
    isDeleted?: boolean
    modifiedDate: string
    parentId: null | number
    rank?: number
    retailerId: number