Class GetBatchChargeEventArgs
Represents arguments to GetBatchChargeEvent.
Inheritance
System.Object
GetBatchChargeEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBatchChargeEventArgs : ServiceEventArgs<GetBatchChargeRequest, GetBatchChargeResponse>
Constructors
GetBatchChargeEventArgs(GetBatchChargeRequest)
Initializes a new instance of the GetBatchChargeEventArgs class.
Declaration
public GetBatchChargeEventArgs(GetBatchChargeRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetBatchChargeRequest | request | The request. |