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)TransferInstrumentReferenceTransferInstrumentReference. realLastFour(String realLastFour)TransferInstrumentReferenceTransferInstrumentReference. trustedSource(Boolean trustedSource)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.Methods in com.adyen.model.legalentitymanagement with parameters of type TransferInstrumentReference Modifier and Type Method Description LegalEntityLegalEntity. addTransferInstrumentsItem(TransferInstrumentReference transferInstrumentsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type TransferInstrumentReference Modifier and Type Method Description voidLegalEntity. setTransferInstruments(List<TransferInstrumentReference> transferInstruments)List of transfer instruments that the legal entity owns.LegalEntityLegalEntity. transferInstruments(List<TransferInstrumentReference> transferInstruments)
-