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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TransferInstrumentReferenceTransferInstrumentReference. realLastFour(String realLastFour)Four last digits of the bank account number.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(String id, List<TransferInstrumentReference> transferInstruments, List<VerificationDeadline> verificationDeadlines)
-