Uses of Class
com.adyen.model.transfers.Transfer
-
Packages that use Transfer Package Description com.adyen.model.transfers com.adyen.service -
-
Uses of Transfer in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return Transfer Modifier and Type Method Description TransferTransfer. amount(Amount amount)TransferTransfer. balanceAccountId(String balanceAccountId)TransferTransfer. category(Transfer.CategoryEnum category)TransferTransfer. counterparty(CounterpartyV3 counterparty)TransferTransfer. description(String description)TransferTransfer. direction(Transfer.DirectionEnum direction)static TransferTransfer. fromJson(String jsonString)Create an instance of Transfer given an JSON stringTransferTransfer. id(String id)TransferTransfer. paymentInstrumentId(String paymentInstrumentId)TransferTransfer. priority(Transfer.PriorityEnum priority)TransferTransfer. reason(Transfer.ReasonEnum reason)TransferTransfer. reference(String reference)TransferTransfer. referenceForBeneficiary(String referenceForBeneficiary)TransferTransfer. status(Transfer.StatusEnum status) -
Uses of Transfer in com.adyen.service
Methods in com.adyen.service that return Transfer Modifier and Type Method Description TransferTransfers. transfers(TransferInfo transferInfo)
-