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)The masked IBAN or bank account number.static TransferInstrumentReferenceTransferInstrumentReference. fromJson(String jsonString)Create an instance of TransferInstrumentReference given an JSON stringTransferInstrumentReferenceTransferInstrumentReference. id(String id)The unique identifier of the resource.TransferInstrumentReferenceTransferInstrumentReference. realLastFour(String realLastFour)Four last digits of the bank account number.TransferInstrumentReferenceTransferInstrumentReference. trustedSource(Boolean trustedSource)Identifies if the bank account was created through [instant bank verification](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-08-hosted-onboarding).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)List of transfer instruments that the legal entity owns.
-