Uses of Class
com.adyen.model.legalentitymanagement.UKLocalAccountIdentification
-
Packages that use UKLocalAccountIdentification Package Description com.adyen.model.legalentitymanagement -
-
Uses of UKLocalAccountIdentification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement 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 stringUKLocalAccountIdentificationBankAccountInfoAccountIdentification. getUKLocalAccountIdentification()Get the actual instance of `UKLocalAccountIdentification`.UKLocalAccountIdentificationUKLocalAccountIdentification. sortCode(String sortCode)UKLocalAccountIdentificationUKLocalAccountIdentification. type(UKLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.legalentitymanagement with parameters of type UKLocalAccountIdentification Constructor Description BankAccountInfoAccountIdentification(UKLocalAccountIdentification o)
-