Class PaymentTransactionList
Represents the a request for the PaymentList method.
Inheritance
System.Object
PaymentTransactionList
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 PaymentTransactionList
Constructors
PaymentTransactionList()
Declaration
public PaymentTransactionList()
Properties
BillingTransactionCodeCode
BillCode
Declaration
public string BillingTransactionCodeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaymentAmount
PaymentAmount
Declaration
public decimal PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PaymentBalance
PaymentAmount
Declaration
public decimal PaymentBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAccountTransactionId
TransactionId
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |