Class ReallocateAppliedCreditCustom
Inheritance
System.Object
ReallocateAppliedCreditCustom
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReallocateAppliedCreditCustom
Constructors
ReallocateAppliedCreditCustom()
Declaration
public ReallocateAppliedCreditCustom()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCodeCode
Declaration
public string BillingTransactionCodeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
NewTransactionAmountApplied
Declaration
public decimal NewTransactionAmountApplied { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PaymentPeriod
Declaration
public string PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
ReceiptNumber
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionAmountApplied
Declaration
public decimal TransactionAmountApplied { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionBalance
Declaration
public decimal TransactionBalance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionName
Declaration
public string TransactionName { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|