Class PostRefundOrStipendData
Inheritance
System.Object
PostRefundOrStipendData
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 PostRefundOrStipendData
Constructors
PostRefundOrStipendData()
Declaration
public PostRefundOrStipendData()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
DueDate
Declaration
public string DueDate { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsApp
Declaration
public bool IsApp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNonPayable
Declaration
public bool IsNonPayable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPayeeModified
Declaration
public bool IsPayeeModified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MessageId
Declaration
public int? MessageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PayeeAddress
Declaration
public string PayeeAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
PayeeName
Declaration
public string PayeeName { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriod
Declaration
public string PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
Process
Declaration
public string Process { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundAddressType
Declaration
public string RefundAddressType { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundStudentRelationshipAddressId
Declaration
public int? RefundStudentRelationshipAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ReturnMethod
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
StipendScheduleId
Declaration
public int? StipendScheduleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StipendSummaryId
Declaration
public int? StipendSummaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSubsidiaryAccountRefundId
Declaration
public int? StudentSubsidiaryAccountRefundId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|