WriteoffOptions Class | 
Namespace: Resto.Front.Api.Data.Orders
[SerializableAttribute] public sealed class WriteoffOptions
The WriteoffOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| RemovalType | Used removal type to delete printed order items.  | |
| User | Selected user, which required to WriteoffToUser write-off type.  | |
| WriteoffType | Used write-off type to delete printed order items.  | 
| Name | Description | |
|---|---|---|
| Auto | 
            Returns the write-off options which use the first available write-off type.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| WithoutWriteoff | 
            Returns the write-off options which delete printed order item without write-off.
              | |
| WriteoffToCafe | 
            Returns the write-off options which delete printed order item to the cafe.
              | |
| WriteoffToUser | 
            Returns the write-off options which delete printed order item to the user with open personal session.
              | |
| WriteoffToWaiter | 
            Returns the write-off options which delete printed order item to the order's waiter or current user.
              |