Uses of Class
com.adyen.model.transfers.TransferReview.ScaOnApprovalEnum
-
Packages that use TransferReview.ScaOnApprovalEnum Package Description com.adyen.model.transfers -
-
Uses of TransferReview.ScaOnApprovalEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return TransferReview.ScaOnApprovalEnum Modifier and Type Method Description static TransferReview.ScaOnApprovalEnumTransferReview.ScaOnApprovalEnum. fromValue(String value)TransferReview.ScaOnApprovalEnumTransferReview. getScaOnApproval()Shows the status of the Strong Customer Authentication (SCA) process.static TransferReview.ScaOnApprovalEnumTransferReview.ScaOnApprovalEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferReview.ScaOnApprovalEnum[]TransferReview.ScaOnApprovalEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transfers with parameters of type TransferReview.ScaOnApprovalEnum Modifier and Type Method Description TransferReviewTransferReview. scaOnApproval(TransferReview.ScaOnApprovalEnum scaOnApproval)Shows the status of the Strong Customer Authentication (SCA) process.voidTransferReview. setScaOnApproval(TransferReview.ScaOnApprovalEnum scaOnApproval)Shows the status of the Strong Customer Authentication (SCA) process.
-