Click or drag to resize

OrderListCriteriaIncludeWithoutCommission Property

Also include invoices associated with partners where the invoices are without commission given to the partners. Normally/default these invoices are excluded.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool? IncludeWithoutCommission { get; set; }

Property Value

Type: NullableBoolean
See Also