Class InvoiceDataByCharge
Represents the a request for the InvoiceDataByCharge method.
Inheritance
System.Object
InvoiceDataByCharge
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 InvoiceDataByCharge
Constructors
InvoiceDataByCharge()
Declaration
public InvoiceDataByCharge()
Properties
StudentAccountTransactionId
TransactionId
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TermCode
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |