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