Class CloseCashDrawerSessionEventArgs
Inheritance
System.Object
CloseCashDrawerSessionEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CloseCashDrawerSessionEventArgs : ServiceEventArgs<UpdateCashDrawerSessionReconcileRequest, UpdateCashDrawerSessionReconcileResponse>
Constructors
CloseCashDrawerSessionEventArgs(UpdateCashDrawerSessionReconcileRequest)
Initializes a new instance of the AdjustCashDrawerSessionEventArgs class.
Declaration
public CloseCashDrawerSessionEventArgs(UpdateCashDrawerSessionReconcileRequest request)
Parameters
Type | Name | Description |
---|---|---|
UpdateCashDrawerSessionReconcileRequest | request | The request. |