Class SaveFundSourceStipendReturnOrderRequest
Represents the a request for the SaveFundSourceStipendReturnOrder method.
Inheritance
System.Object
SaveFundSourceStipendReturnOrderRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveFundSourceStipendReturnOrderRequest : ServiceRequest
Constructors
SaveFundSourceStipendReturnOrderRequest()
Declaration
public SaveFundSourceStipendReturnOrderRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FundSourcePriorityOrderList
Declaration
public ICollection<FundSourcePriorityOrder> FundSourcePriorityOrderList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<FundSourcePriorityOrder> |