Class ThirdPartyAgencyBatchData
Inheritance
System.Object
ThirdPartyAgencyBatchData
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 ThirdPartyAgencyBatchData
Constructors
ThirdPartyAgencyBatchData()
Declaration
public ThirdPartyAgencyBatchData()
Properties
AccountBalance
Declaration
public decimal AccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
AgencyBranchId
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InvoiceDate
Declaration
public DateTime? InvoiceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
InvoiceNumber
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrintId
Declaration
public string PrintId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.Int32 |