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