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
Methods in com.adyen.model.legalentitymanagement that return TransferInstrument Modifier and Type Method Description TransferInstrumentTransferInstrument. addDocumentDetailsItem(DocumentReference documentDetailsItem)TransferInstrumentTransferInstrument. addProblemsItem(CapabilityProblem problemsItem)TransferInstrumentTransferInstrument. bankAccount(BankAccountInfo bankAccount)bankAccountTransferInstrumentTransferInstrument. capabilities(Map<String,SupportingEntityCapability> capabilities)List of capabilities for this transfer instrument.TransferInstrumentTransferInstrument. documentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the transfer instrument.static TransferInstrumentTransferInstrument. fromJson(String jsonString)Create an instance of TransferInstrument given an JSON stringTransferInstrumentTransferInstrument. id(String id)The unique identifier of the transfer instrument.TransferInstrumentTransferInstrument. 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.TransferInstrumentTransferInstrument. problems(List<CapabilityProblem> problems)The verification errors related to capabilities for this transfer instrument.TransferInstrumentTransferInstrument. putCapabilitiesItem(String key, SupportingEntityCapability capabilitiesItem)TransferInstrumentTransferInstrument. type(TransferInstrument.TypeEnum type)The type of transfer instrument. -
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
-