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