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