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