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

com.unzer.payment.webhook.WebhookList Maven / Gradle / Ivy

package com.unzer.payment.webhook;

import java.util.List;

/**
 * WebhookList contains list of Webhooks returned by Payment API
 */
public class WebhookList {

    private List events;

    public List getEvents() {
        return events;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy