Class CreateRevenueDetailAdjustmentResponse
Represents the response for the CreateRevenueDetailAdjustment method.
Inheritance
System.Object
CreateRevenueDetailAdjustmentResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateRevenueDetailAdjustmentResponse : ServiceResponse
Constructors
CreateRevenueDetailAdjustmentResponse()
Declaration
public CreateRevenueDetailAdjustmentResponse()
Properties
StudentRevenueSummary
Declaration
public StudentRevenueSummaryEntity StudentRevenueSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentRevenueSummaryEntity |
StudentRevenueSummaryChildTerm
Declaration
public StudentRevenueSummaryChildTermEntity StudentRevenueSummaryChildTerm { get; set; }
Property Value
Type | Description |
---|---|
StudentRevenueSummaryChildTermEntity |