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