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

com.adyen.service.resource.notification.TestNotificationConfiguration Maven / Gradle / Ivy

There is a newer version: 28.4.0
Show newest version
package com.adyen.service.resource.notification;

import com.adyen.Client;
import com.adyen.Service;
import com.adyen.service.Resource;

import java.util.Arrays;


public class TestNotificationConfiguration extends Resource {

    public TestNotificationConfiguration(Service service) {
        super(service,
              service.getClient().getConfig().getMarketPayEndpoint() + "/Notification/" + Client.MARKETPAY_NOTIFICATION_API_VERSION + "/testNotificationConfiguration",
              Arrays.asList(
                      "eventTypes",
                      "notificationId"
              )
        );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy