GetCurrencyResponse Data Type

This data type has been deprecated. will be rennamed to GetTradingCurrencyResponse

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

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

Example

{
  "currency" : {
    "code" : "...",
    "description" : "..."
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : "INVALID_IMAGE_DATA",
    "message" : "..."
  }
}