Uses of Class
com.adyen.model.legalentitymanagement.TransferInstrument
-
Packages that use TransferInstrument Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of TransferInstrument in com.adyen.model.legalentitymanagement
-
Uses of TransferInstrument in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return TransferInstrument Modifier and Type Method Description TransferInstrumentTransferInstrumentsApi. createTransferInstrument(TransferInstrumentInfo transferInstrumentInfo)Create a transfer instrumentTransferInstrumentTransferInstrumentsApi. createTransferInstrument(TransferInstrumentInfo transferInstrumentInfo, RequestOptions requestOptions)Create a transfer instrumentTransferInstrumentTransferInstrumentsApi. getTransferInstrument(String id)Get a transfer instrumentTransferInstrumentTransferInstrumentsApi. getTransferInstrument(String id, RequestOptions requestOptions)Get a transfer instrumentTransferInstrumentTransferInstrumentsApi. updateTransferInstrument(String id, TransferInstrumentInfo transferInstrumentInfo)Update a transfer instrumentTransferInstrumentTransferInstrumentsApi. updateTransferInstrument(String id, TransferInstrumentInfo transferInstrumentInfo, RequestOptions requestOptions)Update a transfer instrument
-