Class PostFinancialAidDisbursementResponse
Represents the response for the PostFinancialAidDisbursement method.
Inheritance
System.Object
PostFinancialAidDisbursementResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostFinancialAidDisbursementResponse : ServiceResponse
Constructors
PostFinancialAidDisbursementResponse()
Declaration
public PostFinancialAidDisbursementResponse()
Properties
DirectoryPath
Declaration
public string DirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsProcessSuccessful
Declaration
public bool IsProcessSuccessful { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |