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