Uses of Class
com.adyen.model.transferwebhooks.USLocalAccountIdentification
-
Packages that use USLocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of USLocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return USLocalAccountIdentification Modifier and Type Method Description USLocalAccountIdentificationUSLocalAccountIdentification. accountNumber(String accountNumber)USLocalAccountIdentificationUSLocalAccountIdentification. accountType(USLocalAccountIdentification.AccountTypeEnum accountType)static USLocalAccountIdentificationUSLocalAccountIdentification. fromJson(String jsonString)Create an instance of USLocalAccountIdentification given an JSON stringUSLocalAccountIdentificationBankAccountV3AccountIdentification. getUSLocalAccountIdentification()Get the actual instance of `USLocalAccountIdentification`.USLocalAccountIdentificationUSLocalAccountIdentification. routingNumber(String routingNumber)USLocalAccountIdentificationUSLocalAccountIdentification. type(USLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type USLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(USLocalAccountIdentification o)
-