Gets or sets the salesperson's commission rate for this order.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected double CommissionRate { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property CommissionRate As Double |
| Visual C++ |
|---|
protected: property double CommissionRate { double get (); void set (double value); } |
Field Value
The percentage rate of the salesperson's commission for this order. For example, 3.5% would have a value of 3.50.
Remarks
The commission rate entered is for information only and is not used for processing an order.