Class SaveCNFFundSourceResponse
Represents the response for the AddUpdateFundSourceResponse method.
Inheritance
System.Object
SaveCNFFundSourceResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveCNFFundSourceResponse : ServiceResponse
Constructors
SaveCNFFundSourceResponse()
Declaration
public SaveCNFFundSourceResponse()
Properties
FundSourceCode
The Fund Source code that is created or updated.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The Fund Source Id that is created or updated.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |