Class SaveBankAccountDelimiterResponse
Represents the response for the SaveBankAccountDelimiter method.
Inheritance
System.Object
SaveBankAccountDelimiterResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBankAccountDelimiterResponse : ServiceResponse
Constructors
SaveBankAccountDelimiterResponse()
Declaration
public SaveBankAccountDelimiterResponse()
Properties
FailedReason
Reason for failed save action, empty if save succeeded
Declaration
public string FailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSuccess
Switch to indicate whether save action succedeed/failed
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |