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