Class BatchPaymentDetail
Inheritance
System.Object
BatchPaymentDetail
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 BatchPaymentDetail
Constructors
BatchPaymentDetail()
Declaration
public BatchPaymentDetail()
Properties
AcademicYearSequence
Declaration
public string AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.String |
|
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
CashPaymentCode
Declaration
public string CashPaymentCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaidByUserId
Declaration
public int PaidByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentMode
Declaration
public PaymentMode PaymentMode { get; set; }
Property Value
PaymentName
Declaration
public string PaymentName { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|