GetLanguageResponse Data Type

This data type has been deprecated. will be renammed to GetTradingLanguageResponse

All the MEVEO API web service response must extend this class.

Available Since
Oct 7, 2013
Implemented Interfaces
Serializable
Properties
name data type description
language LanguageDto
Properties inherited from BaseResponse
actionStatus ActionStatus

Example

{
  "language" : {
    "code" : "...",
    "description" : "..."
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : "ACTION_FORBIDDEN",
    "message" : "..."
  }
}