Click or drag to resize

ServiceOptionWebSalesPrice Property

Sales price for the service task. If this property is not null and OwnerPayedForTask is false, then the owner is invoiced this amount if one of the owners or owners contactperson is not the supplier of this service task.

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 double? SalesPrice { get; set; }

Property Value

Type: NullableDouble
See Also