Uses of Class
com.adyen.model.openbanking.BACSAccountIdentifier
-
Packages that use BACSAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of BACSAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return BACSAccountIdentifier Modifier and Type Method Description BACSAccountIdentifierBACSAccountIdentifier. accountNumber(String accountNumber)The account number of the bank account.static BACSAccountIdentifierBACSAccountIdentifier. fromJson(String jsonString)Create an instance of BACSAccountIdentifier given an JSON stringBACSAccountIdentifierAccountIdentifiers. getBacs()Get bacsBACSAccountIdentifierBACSAccountIdentifier. sortCode(String sortCode)A number that identifies the specific bank and branch where a UK bank account is held.Methods in com.adyen.model.openbanking with parameters of type BACSAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. bacs(BACSAccountIdentifier bacs)bacsvoidAccountIdentifiers. setBacs(BACSAccountIdentifier bacs)bacs
-