Click or drag to resize
IQueryRunnerCommissionsFactory Method
This function creates a Commissions object.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
ICommissions CommissionsFactory(
	string planId = "default"
)

Parameters

planId (Optional)
Type: SystemString
The plan identifier.

Return Value

Type: ICommissions
The Commissions object. ICommissions
See Also