Click or drag to resize

DetailsCriteriaNumberOfPersons Property

This property is used to calculate any person related discounts if available. This should hold the value as the number of adults, adolescents and children combined.

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 int? NumberOfPersons { get; set; }

Property Value

Type: NullableInt32
Remarks
This property is optional. Leave it as null if unused.
See Also