Click or drag to resize

BookingCriteriaPaymentExpected Property

Set to true if the booking expects a payment in a short period after creation. If the payment isn't received within the time period, the invoice on the booking will be credited after the period ends.

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 PaymentExpected { get; set; }

Property Value

Type: Boolean
Remarks
This property is optional. The value defaults to false.
See Also