PaymentActionStatus Data Type

The Class PaymentActionStatus.

Properties
name data type description
paymentId number id of payment .
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

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