Class GetStipendUnlockRequest
Inheritance
System.Object
GetStipendUnlockRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStipendUnlockRequest : ServiceRequest
Constructors
GetStipendUnlockRequest()
Declaration
public GetStipendUnlockRequest()
Properties
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusNameList
Declaration
public string CampusNameList { get; set; }
Property Value
Type |
Description |
System.String |
|
ProcessType
Declaration
public string ProcessType { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordIdList
Declaration
public ICollection<int> RecordIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StipendRecordList
Declaration
public ICollection<StipendRecord> StipendRecordList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<StipendRecord> |
|