Class GetThirdPartyAgencyExistingInvoice
Inheritance
System.Object
GetThirdPartyAgencyExistingInvoice
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 GetThirdPartyAgencyExistingInvoice
Constructors
GetThirdPartyAgencyExistingInvoice()
Declaration
public GetThirdPartyAgencyExistingInvoice()
Properties
AgencyBranchId
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AgencyBranchName
Declaration
public string AgencyBranchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
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 |
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |