Click or drag to resize

WriteoffOptions Class

Options to delete and write-off printed order items.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.OrdersWriteoffOptions

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class WriteoffOptions

The WriteoffOptions type exposes the following members.

Properties
 NameDescription
Public propertyRemovalTypeUsed removal type to delete printed order items.
Public propertyUserSelected user, which required to WriteoffToUser write-off type.
Public propertyWriteoffTypeUsed write-off type to delete printed order items.
Top
Methods
 NameDescription
Public methodStatic memberAuto Returns the write-off options which use the first available write-off type.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberWithoutWriteoff Returns the write-off options which delete printed order item without write-off.
Public methodStatic memberWriteoffToCafe Returns the write-off options which delete printed order item to the cafe.
Public methodStatic memberWriteoffToUser Returns the write-off options which delete printed order item to the user with open personal session.
Public methodStatic memberWriteoffToWaiter Returns the write-off options which delete printed order item to the order's waiter or current user.
Top
See Also