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 codes that specify the reasons for the provided scores.WalletWallet. type(String type)The type of wallet that the network token is associated with.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
-