Class BillingTransaction
Inheritance
System.Object
BillingTransaction
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 BillingTransaction
Constructors
BillingTransaction()
Declaration
public BillingTransaction()
Properties
CheckAmount
Declaration
public decimal? CheckAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CheckNumber
Declaration
public string CheckNumber { 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 |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionID
Declaration
public string TransactionID { get; set; }
Property Value
Type | Description |
---|---|
System.String |