Uses of Class
com.adyen.model.transfers.RoutingDetails
-
Packages that use RoutingDetails Package Description com.adyen.model.transfers -
-
Uses of RoutingDetails in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return RoutingDetails Modifier and Type Method Description RoutingDetailsRoutingDetails. detail(String detail)A human-readable explanation specific to this occurrence of the problem.RoutingDetailsRoutingDetails. errorCode(String errorCode)A code that identifies the problem type.static RoutingDetailsRoutingDetails. fromJson(String jsonString)Create an instance of RoutingDetails given an JSON stringRoutingDetailsRoutingDetails. priority(RoutingDetails.PriorityEnum priority)The priority for the bank transfer.RoutingDetailsRoutingDetails. title(String title)A short, human-readable summary of the problem type.Methods in com.adyen.model.transfers that return types with arguments of type RoutingDetails Modifier and Type Method Description List<RoutingDetails>TransferServiceRestServiceError. getRoutingDetails()Detailed explanation of each attempt to route the transfer with the priorities from the request.Methods in com.adyen.model.transfers with parameters of type RoutingDetails Modifier and Type Method Description TransferServiceRestServiceErrorTransferServiceRestServiceError. addRoutingDetailsItem(RoutingDetails routingDetailsItem)Method parameters in com.adyen.model.transfers with type arguments of type RoutingDetails Modifier and Type Method Description TransferServiceRestServiceErrorTransferServiceRestServiceError. routingDetails(List<RoutingDetails> routingDetails)Detailed explanation of each attempt to route the transfer with the priorities from the request.voidTransferServiceRestServiceError. setRoutingDetails(List<RoutingDetails> routingDetails)Detailed explanation of each attempt to route the transfer with the priorities from the request.
-