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

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

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

import com.mangopay.entities.SettlementTransfer;

public interface SettlementApi {

    /**
     * Get settlement transfer entity
     *
     * @param id settlement identifier
     * @return settlement entity returned from API
     * @throws Exception
     */
    SettlementTransfer get(String id) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy