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