Class GetBillingReviewEventArgs
Event args class for one of the validation for GetBillingReview.
Inheritance
System.Object
GetBillingReviewEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBillingReviewEventArgs : ServiceEventArgs<GetBillingReviewRequest, GetBillingReviewResponse>
Constructors
GetBillingReviewEventArgs(GetBillingReviewRequest)
Initializes a new instance of the GetBillingReviewEventArgs class.
Declaration
public GetBillingReviewEventArgs(GetBillingReviewRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetBillingReviewRequest | request | The request. |