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