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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public sealed class WriteoffOptions

The WriteoffOptions type exposes the following members.

Properties
  NameDescription
Public propertyRemovalType
Used removal type to delete printed order items.
Public propertyUser
Selected user, which required to WriteoffToUser write-off type.
Public propertyWriteoffType
Used 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns 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