Class PaymentDueDateUpdateCustom
Inheritance
System.Object
PaymentDueDateUpdateCustom
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 PaymentDueDateUpdateCustom
Constructors
PaymentDueDateUpdateCustom()
Declaration
public PaymentDueDateUpdateCustom()
Properties
AcademicYear
Declaration
public string AcademicYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentDueDate
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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 |
|
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.Nullable<System.Decimal> |
|
TransactionBillCode
Declaration
public string TransactionBillCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TransactionName
Declaration
public string TransactionName { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionNumber
Declaration
public decimal TransactionNumber { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|
UpdatedPaymentDueDate
Declaration
public DateTime? UpdatedPaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|