BankingDateStatusResponse Data Type

The Class BankingDateStatusResponse.

Implemented Interfaces
Serializable
Properties
name data type description
bankingDateStatus BankingDateStatusDto The calendar.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "bankingDateStatus" : {
    "date" : 12345,
    "isWorkingDate" : true
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}