Click or drag to resize
ProductMoneyValuesLastPrice Property
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.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<decimal> LastPrice { get; set; }

Property Value

Type: NullableDecimal
See Also