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