All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| availableQuantity | number | |
| reservationId | number | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"availableQuantity" : 12345.0,
"reservationId" : 12345,
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INSUFFICIENT_BALANCE",
"message" : "..."
}
}