Uses of Class
com.adyen.model.transferwebhooks.TransferReview
-
Packages that use TransferReview Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferReview in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferReview Modifier and Type Method Description static TransferReviewTransferReview. fromJson(String jsonString)Create an instance of TransferReview given an JSON stringTransferReviewTransferData. getReview()reviewTransferReviewTransferReview. numberOfApprovalsCompleted(Integer numberOfApprovalsCompleted)Shows the number of approvals completed for the transfer.TransferReviewTransferReview. numberOfApprovalsRequired(Integer numberOfApprovalsRequired)Shows the number of [approvals](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) required to process the transfer.TransferReviewTransferReview. scaOnApproval(TransferReview.ScaOnApprovalEnum scaOnApproval)Shows the status of the Strong Customer Authentication (SCA) process.Methods in com.adyen.model.transferwebhooks with parameters of type TransferReview Modifier and Type Method Description TransferDataTransferData. review(TransferReview review)reviewvoidTransferData. setReview(TransferReview review)review
-