Click or drag to resize

OpsCustomReceiptEventArgs Constructor

Constructor. All actions are initialized to None

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public OpsCustomReceiptEventArgs(
	GuestCheck guestCheck,
	DataStoreClient dataStoreClientEx
)

Parameters

guestCheck  GuestCheck
 
dataStoreClientEx  DataStoreClient
 
See Also