Class AgencyRecordForBatch
Inheritance
System.Object
AgencyRecordForBatch
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 AgencyRecordForBatch
Constructors
AgencyRecordForBatch()
Declaration
public AgencyRecordForBatch()
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 |