actionStatus Data Type

Determine the status of the MEVEO API web service response.

Namespace
(Default)
Subtypes
paymentActionStatus, paymentHostedCheckoutResponseDto
Properties
name data type type namespace min/max occurs constraints description
entityCode string element 0/1   the entity code
entityId long element 0/1   the entity identifier
errorCode meveoApiErrorCodeEnum element 0/1   An error code.
message string element 1/1 required A detailed error message if applicable, can contain the entity id that was created.
status actionStatusEnum element 1/1 required Tells whether the instance of this ActionStatus object ok or not.

Example

<actionStatus>
  <status>...</status>
  <errorCode>...</errorCode>
  <message>...</message>
  <entityId>...</entityId>
  <entityCode>...</entityCode>
</actionStatus>