Uses of Class
com.adyen.model.transferwebhooks.TransferOperation
-
Packages that use TransferOperation Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferOperation in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferOperation Modifier and Type Method Description TransferOperationTransferOperation. direction(String direction)static TransferOperationTransferOperation. fromJson(String jsonString)Create an instance of TransferOperation given an JSON stringTransferOperationTransferEvent. getTransferOperation()Get transferOperationTransferOperationTransferOperation. reference(String reference)TransferOperationTransferOperation. type(String type)Methods in com.adyen.model.transferwebhooks with parameters of type TransferOperation Modifier and Type Method Description voidTransferEvent. setTransferOperation(TransferOperation transferOperation)TransferEventTransferEvent. transferOperation(TransferOperation transferOperation)
-