WriteoffOptionsAuto Method |
Returns the write-off options which use the first available write-off type.
Namespace: Resto.Front.Api.Data.OrdersAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic static WriteoffOptions Auto(
IRemovalType removalType,
IUser defaultWriteoffUser = null
)
Parameters
- removalType IRemovalType
-
- defaultWriteoffUser IUser (Optional)
-
Return Value
WriteoffOptions
See Also