Click or drag to resize

WriteoffOptionsAuto Method

Returns the write-off options which use the first available write-off type.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public static WriteoffOptions Auto(
	IRemovalType removalType,
	IUser defaultWriteoffUser = null
)

Parameters

removalType  IRemovalType
 
defaultWriteoffUser  IUser  (Optional)
 

Return Value

WriteoffOptions
See Also