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