ordercloud-javascript-sdk
    Preparing search index...

    Interface CatalogAssignment

    interface CatalogAssignment {
        BuyerGroupID?: string;
        BuyerID?: string;
        CatalogID?: string;
        ViewAllCategories?: boolean;
        ViewAllProducts?: boolean;
    }
    Index
    BuyerGroupID?: string
    BuyerID?: string
    CatalogID?: string
    ViewAllCategories?: boolean
    ViewAllProducts?: boolean