The Class PaymentActionStatus.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| paymentId | long | element | 0/1 | id of payment . | |
Properties inherited from actionStatus |
|||||
| 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 | A detailed error message if applicable, can contain the entity id that was created. | |
| status | actionStatusEnum | element | 1/1 | Tells whether the instance of this ActionStatus object ok or not. |
|
Example
<paymentActionStatus> <paymentId>...</paymentId> <status>...</status> <errorCode>...</errorCode> <message>...</message> <entityId>...</entityId> <entityCode>...</entityCode> </paymentActionStatus>