Uses of Class
com.adyen.model.configurationwebhooks.Wallet
-
Packages that use Wallet Package Description com.adyen.model.configurationwebhooks -
-
Uses of Wallet in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Wallet Modifier and Type Method Description WalletWallet. accountScore(String accountScore)The confidence score of the wallet account, calculated by the wallet provider.WalletWallet. addRecommendationReasonsItem(Wallet.RecommendationReasonsEnum recommendationReasonsItem)WalletWallet. device(Device device)deviceWalletWallet. deviceScore(String deviceScore)The confidence score of the device, calculated by the wallet provider.static WalletWallet. fromJson(String jsonString)Create an instance of Wallet given an JSON stringWalletNetworkTokenNotificationDataV2. getWallet()Get walletWalletWallet. provisioningMethod(String provisioningMethod)The method used for provisioning the network token.WalletWallet. recommendationReasons(List<Wallet.RecommendationReasonsEnum> recommendationReasons)A list of risk indicators triggered at the time of provisioning the network token.WalletWallet. type(String type)Deprecated.since Configuration webhooks v2 Use name of the `tokenRequestor` instead.Methods in com.adyen.model.configurationwebhooks with parameters of type Wallet Modifier and Type Method Description voidNetworkTokenNotificationDataV2. setWallet(Wallet wallet)walletNetworkTokenNotificationDataV2NetworkTokenNotificationDataV2. wallet(Wallet wallet)wallet
-