Uses of Class
com.adyen.model.legalentitymanagement.TransferInstrumentInfo
-
Packages that use TransferInstrumentInfo Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of TransferInstrumentInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TransferInstrumentInfo Modifier and Type Method Description TransferInstrumentInfoTransferInstrumentInfo. bankAccount(BankAccountInfo bankAccount)static TransferInstrumentInfoTransferInstrumentInfo. fromJson(String jsonString)Create an instance of TransferInstrumentInfo given an JSON stringTransferInstrumentInfoTransferInstrumentInfo. legalEntityId(String legalEntityId)TransferInstrumentInfoTransferInstrumentInfo. type(TransferInstrumentInfo.TypeEnum type) -
Uses of TransferInstrumentInfo in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement with parameters of type TransferInstrumentInfo Modifier and Type Method Description TransferInstrumentTransferInstrumentsApi. createTransferInstrument(TransferInstrumentInfo transferInstrumentInfo)Create a transfer instrumentTransferInstrumentTransferInstrumentsApi. createTransferInstrument(TransferInstrumentInfo transferInstrumentInfo, RequestOptions requestOptions)Create a transfer instrumentTransferInstrumentTransferInstrumentsApi. updateTransferInstrument(String id, TransferInstrumentInfo transferInstrumentInfo)Update a transfer instrumentTransferInstrumentTransferInstrumentsApi. updateTransferInstrument(String id, TransferInstrumentInfo transferInstrumentInfo, RequestOptions requestOptions)Update a transfer instrument
-