import type * as Square from "../index"; /** * Defines the response returned by * [CancelPaymentByIdempotencyKey](api-endpoint:Payments-CancelPaymentByIdempotencyKey). * On success, `errors` is empty. */ export interface CancelPaymentByIdempotencyKeyResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }