Gets or sets the salesperson's commission rate for this order.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public double CommissionRate { get; set; } |
| Visual Basic |
|---|
Public Property CommissionRate As Double Get Set |
| Visual C++ |
|---|
public: 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.