All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mangopay.core.APIs.IdempotencyApi Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.APIs;

import com.mangopay.entities.IdempotencyResponse;

/**
 * Created by thepa on 18-Jan-17.
 */
public interface IdempotencyApi {
    /**
     * Gets idempotency response.
     *
     * @param idempotencyKey idempotency key.
     * @return idempotency response instance returned from API.
     * @throws Exception
     */
    IdempotencyResponse get(String idempotencyKey) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy