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)
Syntaxpublic int? NumberOfPersons { get; set; }
Property Value
Type:
NullableInt32
RemarksThis property is optional. Leave it as null if unused.
See Also