Class UnappliedCreditEventArgs
Inheritance
System.Object
UnappliedCreditEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UnappliedCreditEventArgs : ServiceEventArgs<ManageAutoApplyCreditRequest, GetUnappliedCreditResponse>
Constructors
UnappliedCreditEventArgs(ManageAutoApplyCreditRequest)
Initializes a new instance of the UnappliedCreditEventArgs class.
Declaration
public UnappliedCreditEventArgs(ManageAutoApplyCreditRequest request)
Parameters
Type | Name | Description |
---|---|---|
ManageAutoApplyCreditRequest | request | The request. |