Class PostStipendRequest
Represents the a request for the PostStipend method.
Inheritance
System.Object
PostStipendRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostStipendRequest : ServiceRequest
Constructors
PostStipendRequest()
Declaration
public PostStipendRequest()
Properties
AcademicYear
AcademicYear
Declaration
public decimal AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
BankAccountId
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CheckNumber
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DueDate
DueDate
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsPaymentPeriodUsed
IsPaymentPeriodUsed
Declaration
public bool IsPaymentPeriodUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPreviousYear1098t
Declaration
public bool IsPreviousYear1098t { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PayeeName
PayeeName
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reference
Reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SentDate
SentDate
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StipendAddrID
StipendAddrID
Declaration
public int? StipendAddrID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StipendAddrType
StipendAddType
Declaration
public string StipendAddrType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StipendScheduleId
StipendScheduleId
Declaration
public int StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAcademicYearPaymentPeriodId
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodCampusId
StudentEnrollmentPeriodCampusId
Declaration
public int StudentEnrollmentPeriodCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |