Click or drag to resize

IDeliveryOrderIsPrintedBillActual Property

Whether the order bill was already printed and since then it's considered to be actual. Also means whether the bill will be printed automatically according to settings: if it's not already printed, it will.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool IsPrintedBillActual { get; }

Property Value

Type: Boolean
See Also