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

io.conekta.PayoutMethod Maven / Gradle / Ivy

package io.conekta;

import org.json.JSONObject;

/**
 *
 * @author picharras
 */
public class PayoutMethod extends Resource{

    public void delete() throws Error, ErrorList {
        this.delete(null, null);
    }

    @Override
    public void update(JSONObject params) throws Error, ErrorList {
        super.update(params);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy