Class ApplyAccountTransactionCredit
Inheritance
System.Object
ApplyAccountTransactionCredit
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 ApplyAccountTransactionCredit
Constructors
ApplyAccountTransactionCredit()
Declaration
public ApplyAccountTransactionCredit()
Properties
AmountPaid
AmountPaid
Declaration
public decimal AmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
AppliedToStudentAccountTransactionId
ApplyToStudentAccountTransactionId
Declaration
public int AppliedToStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DifferenceAmountPaid
AmountPaid
Declaration
public decimal DifferenceAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TransactionAmount
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TransactionBalance
TransactionBalance
Declaration
public decimal TransactionBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TransactionNumber
Declaration
public int TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |