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

com.easypost.model.WebhookCollection Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package com.easypost.model;

import java.util.List;
import com.easypost.net.EasyPostResource;

public class WebhookCollection extends EasyPostResource {
    List webhooks;

    public List getWebhooks() {
        return webhooks;
    }
    public void setWebhooks(List webhooks) {
        this.webhooks = webhooks;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy