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