IQuoteLineERPDiscountPercent Property |
ERPDiscountPercent: The discount the system calculates based on customer / amount / whatever. Can be overridden by the salesman in the field 'discountPercent' or 'discountAmount'. Only one of the two ERPDiscountPercent and ERPDiscountAmount' will be filled out
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxdouble ERPDiscountPercent { get; set; }
Property ERPDiscountPercent As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.ERPDiscountPercent
instance.ERPDiscountPercent = value
property double ERPDiscountPercent {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also