Uses of Class
com.adyen.model.transferwebhooks.BRLocalAccountIdentification
-
Packages that use BRLocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of BRLocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BRLocalAccountIdentification Modifier and Type Method Description BRLocalAccountIdentificationBRLocalAccountIdentification. accountNumber(String accountNumber)BRLocalAccountIdentificationBRLocalAccountIdentification. bankCode(String bankCode)BRLocalAccountIdentificationBRLocalAccountIdentification. branchNumber(String branchNumber)static BRLocalAccountIdentificationBRLocalAccountIdentification. fromJson(String jsonString)Create an instance of BRLocalAccountIdentification given an JSON stringBRLocalAccountIdentificationBankAccountV3AccountIdentification. getBRLocalAccountIdentification()Get the actual instance of `BRLocalAccountIdentification`.BRLocalAccountIdentificationBRLocalAccountIdentification. ispb(String ispb)BRLocalAccountIdentificationBRLocalAccountIdentification. type(BRLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type BRLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(BRLocalAccountIdentification o)
-