Class StudentSubsidiaryRefundDetails
Inheritance
System.Object
StudentSubsidiaryRefundDetails
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 StudentSubsidiaryRefundDetails
Constructors
StudentSubsidiaryRefundDetails()
Declaration
public StudentSubsidiaryRefundDetails()
Properties
AccountBalance
Declaration
public decimal? AccountBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AmountReceived
Declaration
public decimal? AmountReceived { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AmountRefunded
Declaration
public decimal? AmountRefunded { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumberTo
Declaration
public int? EnrollmentNumberTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsDefaultSchedule
Declaration
public bool? IsDefaultSchedule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsDefaultTransfer
Declaration
public bool? IsDefaultTransfer { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsMultipleEnrollments
Declaration
public bool? IsMultipleEnrollments { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordType
Declaration
public string RecordType { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundAmount
Declaration
public decimal? RefundAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ReturnMethod
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
StudentSubsidiaryAccountId
Declaration
public int? StudentSubsidiaryAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentSubsidiaryAccountRefundAmount
Declaration
public decimal? StudentSubsidiaryAccountRefundAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
SubsidiaryName
Declaration
public string SubsidiaryName { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferToEnrollment
Declaration
public string TransferToEnrollment { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferToStudentEnrollmentPeriodId
Declaration
public int? TransferToStudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|