| ProductMoneyValues Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class ProductMoneyValues : CorrigoEntityMoneyValues
The ProductMoneyValues type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LastPrice | 
            Last purchase price; negative and zero values are allowed. Max. precision is 4. On save value is rounded automatically to 4 digits after the decimal point at pre-commit stage.
             | 
|  | UnitPrice | 
            Product catalog price; negative and zero values are allowed. Max. precision is 4. On save value is rounded automatically to 4 digits after the decimal point at pre-commit stage.
             | 
 See Also
See Also