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