IQuoteAlternativeERPDiscountAmount Property |
ERPDiscountAmount: 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.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxdouble ERPDiscountAmount { get; set; }
Property ERPDiscountAmount As Double
Get
Set
Dim instance As IQuoteAlternative
Dim value As Double
value = instance.ERPDiscountAmount
instance.ERPDiscountAmount = value
property double ERPDiscountAmount {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also