| Product Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Product : RemovableCorrigoEntity
The Product type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Category | 
             Product Category
             | 
|  | Comments | 
            Comments associated with Product.
            Note: this field is not localized.
            Max Length=1024
             | 
|  | Currencies | 
            Money values
             | 
|  | CustomFields | 
            Custom Fields
             | 
|  | Description | 
            Optional product description.
            Max Length=400
             | 
|  | Discontinued | 
            True means Product is discontinued – which means no further purchases.
             | 
|  | DisplayAs | 
            Display As. Max Length=256
             | 
|  | InvoiceItem | 
             Invoice Dictionary Item associated with Product.
             | 
|  | Manufacturer | 
            Name of the manufacturer of the Product.
            Max Length=256
             | 
|  | PartName | 
            Exposed to end users as “Product ID”. This is a shorthand identification of the product.
            Max Length=64
             | 
|  | PartNumber | 
            Product identifier, typically used as an external identification among suppliers
            Max Length=64
             | 
|  | ScanCode | 
            Code used for QR scanning.
            Max Length=892
             | 
|  | Suppliers | 
            Suppliers
             | 
|  | UnitOfMeasureId | 
            Unit of Measure ID;
             | 
 See Also
See Also