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