Class GetRefundUnlockRequest
Inheritance
System.Object
GetRefundUnlockRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetRefundUnlockRequest : ServiceRequest
Constructors
GetRefundUnlockRequest()
Declaration
public GetRefundUnlockRequest()
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> |
|
RefundRecordList
Declaration
public ICollection<RefundRecord> RefundRecordList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<RefundRecord> |
|