Uses of Class
com.adyen.model.balanceplatform.AULocalAccountIdentification
-
Packages that use AULocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of AULocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AULocalAccountIdentification Modifier and Type Method Description AULocalAccountIdentificationAULocalAccountIdentification. accountNumber(String accountNumber)AULocalAccountIdentificationAULocalAccountIdentification. bsbCode(String bsbCode)static AULocalAccountIdentificationAULocalAccountIdentification. fromJson(String jsonString)Create an instance of AULocalAccountIdentification given an JSON stringAULocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getAULocalAccountIdentification()Get the actual instance of `AULocalAccountIdentification`.AULocalAccountIdentificationAULocalAccountIdentification. type(AULocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type AULocalAccountIdentification Constructor Description BankAccountIdentificationValidationRequestAccountIdentification(AULocalAccountIdentification o)
-