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

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

The newest version!
package com.mangopay.core.APIs;

import com.mangopay.entities.Deposit;
import com.mangopay.entities.subentities.CreateDeposit;

public interface DepositApi {
    Deposit create(CreateDeposit deposit, String idempotencyKey) throws Exception;

    Deposit get(String depositId) throws Exception;

    Deposit cancel(String depositId) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy