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