Uses of Class
com.adyen.model.configurationwebhooks.UKLocalAccountIdentification
-
Packages that use UKLocalAccountIdentification Package Description com.adyen.model.configurationwebhooks -
-
Uses of UKLocalAccountIdentification in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return UKLocalAccountIdentification Modifier and Type Method Description UKLocalAccountIdentificationUKLocalAccountIdentification. accountNumber(String accountNumber)UKLocalAccountIdentificationUKLocalAccountIdentification. formFactor(String formFactor)static UKLocalAccountIdentificationUKLocalAccountIdentification. fromJson(String jsonString)Create an instance of UKLocalAccountIdentification given an JSON stringUKLocalAccountIdentificationPaymentInstrumentBankAccount. getUKLocalAccountIdentification()Get the actual instance of `UKLocalAccountIdentification`.UKLocalAccountIdentificationUKLocalAccountIdentification. sortCode(String sortCode)UKLocalAccountIdentificationUKLocalAccountIdentification. type(UKLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.configurationwebhooks with parameters of type UKLocalAccountIdentification Constructor Description PaymentInstrumentBankAccount(UKLocalAccountIdentification o)
-