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