ActionStatus Data Type

Determine the status of the MEVEO API web service response.

Subtypes
PaymentActionStatus, PaymentHostedCheckoutResponseDto
Properties
name data type description
status ActionStatusEnum Tells whether the instance of this ActionStatus object ok or not.
errorCode MeveoApiErrorCodeEnum An error code.
message string A detailed error message if applicable, can contain the entity id that was created.
entityId number the entity identifier
entityCode string the entity code

Example

{
  "status" : "SUCCESS",
  "errorCode" : "GENERIC_API_EXCEPTION",
  "message" : "...",
  "entityId" : 12345,
  "entityCode" : "..."
}