Uses of Class
com.adyen.model.openbanking.BSBAccountIdentifier
-
Packages that use BSBAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of BSBAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return BSBAccountIdentifier Modifier and Type Method Description BSBAccountIdentifierBSBAccountIdentifier. accountNumber(String accountNumber)The account number of the bank account.BSBAccountIdentifierBSBAccountIdentifier. bsbCode(String bsbCode)The BSB (Bank-State-Branch) code.static BSBAccountIdentifierBSBAccountIdentifier. fromJson(String jsonString)Create an instance of BSBAccountIdentifier given an JSON stringBSBAccountIdentifierAccountIdentifiers. getBsb()Get bsbMethods in com.adyen.model.openbanking with parameters of type BSBAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. bsb(BSBAccountIdentifier bsb)bsbvoidAccountIdentifiers. setBsb(BSBAccountIdentifier bsb)bsb
-