This table follows standard multi-currency child patterns. At least one currency field must not be NULL/empty to save the record.
Inheritance Hierarchy Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class ProductMoneyValues : CorrigoEntityMoneyValues
<SerializableAttribute>
Public Class ProductMoneyValues
Inherits CorrigoEntityMoneyValues
No code example is currently available or this language may not be supported.
The ProductMoneyValues type exposes the following members.
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.
|
Top
See Also