Uses of Class
com.adyen.model.transfers.BRLocalAccountIdentification
-
Packages that use BRLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of BRLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type BRLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(BRLocalAccountIdentification o)
-