Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 542 Bytes

cancel-payment-by-idempotency-key-response.md

File metadata and controls

22 lines (14 loc) · 542 Bytes

Cancel Payment by Idempotency Key Response

Return value from the CancelPaymentByIdempotencyKey endpoint. On success, errors will be empty.

Structure

CancelPaymentByIdempotencyKeyResponse

Fields

Name Type Tags Description Getter
Errors List<Error> Optional Any errors that occurred during the request. List getErrors()

Example (as JSON)

{}