Uses of Class
com.adyen.model.management.NotificationUrl
-
Packages that use NotificationUrl Package Description com.adyen.model.management -
-
Uses of NotificationUrl in com.adyen.model.management
Methods in com.adyen.model.management that return NotificationUrl Modifier and Type Method Description NotificationUrlNotificationUrl. addLocalUrlsItem(Url localUrlsItem)NotificationUrlNotificationUrl. addPublicUrlsItem(Url publicUrlsItem)static NotificationUrlNotificationUrl. fromJson(String jsonString)Create an instance of NotificationUrl given an JSON stringNotificationUrlNexo. getDisplayUrls()displayUrlsNotificationUrlNotificationUrl. localUrls(List<Url> localUrls)One or more local URLs to send notifications to when using Terminal API.NotificationUrlNotificationUrl. publicUrls(List<Url> publicUrls)One or more public URLs to send notifications to when using Terminal API.Methods in com.adyen.model.management with parameters of type NotificationUrl Modifier and Type Method Description NexoNexo. displayUrls(NotificationUrl displayUrls)displayUrlsvoidNexo. setDisplayUrls(NotificationUrl displayUrls)displayUrls
-