The Class PaymentGatewayResponseDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| result | result | element | 0/1 | The urlPaymentHostedCheckout. | |
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
<PaymentHostedCheckoutResponseDto>
<result>
<hostedCheckoutUrl>...</hostedCheckoutUrl>
<ca>...</ca>
<returnUrl>...</returnUrl>
</result>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
<entityId>...</entityId>
<entityCode>...</entityCode>
</PaymentHostedCheckoutResponseDto>