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