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

com.adyen.service.resource.notification.GetNotificationConfiguration 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 GetNotificationConfiguration extends Resource {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy