ordercloud-javascript-sdk
    Preparing search index...

    Interface Category<TCategoryXp>

    interface Category<TCategoryXp = any> {
        Active?: boolean;
        ChildCount?: number;
        Description?: string;
        ID?: string;
        ListOrder?: number;
        Name?: string;
        ParentID?: string;
        xp?: TCategoryXp;
    }

    Type Parameters

    • TCategoryXp = any
    Index
    Active?: boolean
    ChildCount?: number
    Description?: string
    ID?: string
    ListOrder?: number
    Name?: string
    ParentID?: string