Class DistributionDisbursementList
Inheritance
System.Object
DistributionDisbursementList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DistributionDisbursementList
Constructors
DistributionDisbursementList()
Declaration
public DistributionDisbursementList()
Properties
DisbursementId
Declaration
public int DisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisbursementNumber
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPreviousYear
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsScholarshipOrGrant
Declaration
public bool IsScholarshipOrGrant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RefundAmount
Declaration
public decimal RefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |