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