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