Uses of Class
com.adyen.model.legalentitymanagement.TransferInstrumentReference
-
Packages that use TransferInstrumentReference Package Description com.adyen.model.legalentitymanagement -
-
Uses of TransferInstrumentReference in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TransferInstrumentReference Modifier and Type Method Description TransferInstrumentReferenceTransferInstrumentReference. accountIdentifier(String accountIdentifier)static TransferInstrumentReferenceTransferInstrumentReference. fromJson(String jsonString)Create an instance of TransferInstrumentReference given an JSON stringTransferInstrumentReferenceTransferInstrumentReference. id(String id)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type TransferInstrumentReference Modifier and Type Method Description List<TransferInstrumentReference>LegalEntity. getTransferInstruments()List of transfer instruments that the legal entity owns.Constructor parameters in com.adyen.model.legalentitymanagement with type arguments of type TransferInstrumentReference Constructor Description LegalEntity(Map<String,LegalEntityCapability> capabilities, String id, List<TransferInstrumentReference> transferInstruments)
-