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)bankAccountstatic TransferInstrumentInfoTransferInstrumentInfo. fromJson(String jsonString)Create an instance of TransferInstrumentInfo given an JSON stringTransferInstrumentInfoTransferInstrumentInfo. legalEntityId(String legalEntityId)The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id) that owns the transfer instrument.TransferInstrumentInfoTransferInstrumentInfo. type(TransferInstrumentInfo.TypeEnum type)The type of transfer instrument. -
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
-