Class ClearOpenRevenueRequest
Represents the a request for the ClearOpenRevenue method.
Inheritance
System.Object
ClearOpenRevenueRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ClearOpenRevenueRequest : ServiceRequest
Constructors
ClearOpenRevenueRequest()
Declaration
public ClearOpenRevenueRequest()
Properties
RevenueSummaryChildTermId
Declaration
public int? RevenueSummaryChildTermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentRevenueDetailId
Declaration
public int StudentRevenueDetailId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentRevenueSummaryId
Declaration
public int? StudentRevenueSummaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|