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