/**
 * ProductCategory
 * @targetNSAlias `tns`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities.CustomProduct`
 */
export interface ProductCategory {
    /** xs:int */
    CustomProductCategoryID?: number;
    /** xs:string */
    Description?: string;
}
