Class SaveCNFFundSourceRequest
Represents request for AddUpdateFundSource method.
Inheritance
System.Object
SaveCNFFundSourceRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveCNFFundSourceRequest : ServiceRequest
Constructors
SaveCNFFundSourceRequest()
Declaration
public SaveCNFFundSourceRequest()
Properties
Code
The Fund Source code. This value is mandatory.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The Fund Source description. This value is mandatory.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceType
The type of Fund Source. This value is mandatory.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GraceDays
The grace days for a Fund Source.
Declaration
public int GraceDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Indicates whether the Fund Source is active or inactive. This value is mandatory.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncludedRemainingNeed
The IncludeRemainNeed for a Fund Source.
Declaration
public bool IsIncludedRemainingNeed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |