Class AgencyRecordForStudent
Inheritance
System.Object
AgencyRecordForStudent
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 AgencyRecordForStudent
Constructors
AgencyRecordForStudent()
Declaration
public AgencyRecordForStudent()
Properties
AccountBalance
Declaration
public decimal? AccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
AgencyBranchId
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AgencyBranchNameFundSourceCode
Declaration
public string AgencyBranchNameFundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StudentAwardId
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |