Click or drag to resize

IReserve.CancelReason Property

The reserve cancellation reason or null if the reserve hasn't been canceled.

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
ReserveCancelReason? CancelReason { get; }

Property Value

Type: Nullable<ReserveCancelReason>
See Also