Uses of Class
com.adyen.model.openbanking.RIXAccountIdentifier
-
Packages that use RIXAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of RIXAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return RIXAccountIdentifier Modifier and Type Method Description RIXAccountIdentifierRIXAccountIdentifier. accountNumber(String accountNumber)The account number of the bank account.RIXAccountIdentifierRIXAccountIdentifier. clearingNumber(String clearingNumber)The 4- to 5-digit clearing number, without separators or whitespace.static RIXAccountIdentifierRIXAccountIdentifier. fromJson(String jsonString)Create an instance of RIXAccountIdentifier given an JSON stringRIXAccountIdentifierAccountIdentifiers. getRix()Get rixMethods in com.adyen.model.openbanking with parameters of type RIXAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. rix(RIXAccountIdentifier rix)rixvoidAccountIdentifiers. setRix(RIXAccountIdentifier rix)rix
-