Uses of Class
com.adyen.model.transferwebhooks.TransferNotificationValidationFact
-
Packages that use TransferNotificationValidationFact Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferNotificationValidationFact in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferNotificationValidationFact Modifier and Type Method Description static TransferNotificationValidationFactTransferNotificationValidationFact. fromJson(String jsonString)Create an instance of TransferNotificationValidationFact given an JSON stringTransferNotificationValidationFactTransferNotificationValidationFact. result(String result)TransferNotificationValidationFactTransferNotificationValidationFact. type(String type)Methods in com.adyen.model.transferwebhooks that return types with arguments of type TransferNotificationValidationFact Modifier and Type Method Description List<TransferNotificationValidationFact>TransferNotificationData. getValidationFacts()Deprecated.Methods in com.adyen.model.transferwebhooks with parameters of type TransferNotificationValidationFact Modifier and Type Method Description TransferNotificationDataTransferNotificationData. addValidationFactsItem(TransferNotificationValidationFact validationFactsItem)Method parameters in com.adyen.model.transferwebhooks with type arguments of type TransferNotificationValidationFact Modifier and Type Method Description voidTransferNotificationData. setValidationFacts(List<TransferNotificationValidationFact> validationFacts)Deprecated.TransferNotificationDataTransferNotificationData. validationFacts(List<TransferNotificationValidationFact> validationFacts)Deprecated.
-