Uses of Class
com.adyen.model.transferwebhooks.AULocalAccountIdentification
-
Packages that use AULocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of AULocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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 stringAULocalAccountIdentificationBankAccountV3AccountIdentification. getAULocalAccountIdentification()Get the actual instance of `AULocalAccountIdentification`.AULocalAccountIdentificationAULocalAccountIdentification. type(AULocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type AULocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(AULocalAccountIdentification o)
-