Class GetBillingReviewResponse
Represents the response for the BillingReview method.
Inheritance
System.Object
GetBillingReviewResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBillingReviewResponse : ServiceResponse
Constructors
GetBillingReviewResponse()
Declaration
public GetBillingReviewResponse()
Properties
BillingReviewList
Declaration
public List<StudentAccountBillingReview> BillingReviewList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAccountBillingReview> |