Class UnlockRefundOrStipendRequest
Represents the a request for the UnlockRefundOrStipend method.
Inheritance
System.Object
UnlockRefundOrStipendRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UnlockRefundOrStipendRequest : ServiceRequest
Constructors
UnlockRefundOrStipendRequest()
Declaration
public UnlockRefundOrStipendRequest()
Properties
ProcessType
Declaration
public string ProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordId
Declaration
public List<int> RecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StipendId
Declaration
public int? StipendId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |