Uses of Class
com.adyen.model.configurationwebhooks.NetworkTokenRequestor
-
Packages that use NetworkTokenRequestor Package Description com.adyen.model.configurationwebhooks -
-
Uses of NetworkTokenRequestor in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return NetworkTokenRequestor Modifier and Type Method Description static NetworkTokenRequestorNetworkTokenRequestor. fromJson(String jsonString)Create an instance of NetworkTokenRequestor given an JSON stringNetworkTokenRequestorNetworkTokenNotificationDataV2. getTokenRequestor()Get tokenRequestorNetworkTokenRequestorNetworkTokenRequestor. id(String id)The id of the network token requestor.NetworkTokenRequestorNetworkTokenRequestor. name(String name)The name of the network token requestor.Methods in com.adyen.model.configurationwebhooks with parameters of type NetworkTokenRequestor Modifier and Type Method Description voidNetworkTokenNotificationDataV2. setTokenRequestor(NetworkTokenRequestor tokenRequestor)tokenRequestorNetworkTokenNotificationDataV2NetworkTokenNotificationDataV2. tokenRequestor(NetworkTokenRequestor tokenRequestor)tokenRequestor
-