Uses of Class
com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequestAccountIdentification
-
Packages that use BankAccountIdentificationValidationRequestAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccountIdentificationValidationRequestAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccountIdentificationValidationRequestAccountIdentification Modifier and Type Method Description BankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static BankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. fromJson(String jsonString)Create an instance of BankAccountIdentificationValidationRequestAccountIdentification given an JSON stringBankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequest. getAccountIdentification()accountIdentificationBankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.balanceplatform with parameters of type BankAccountIdentificationValidationRequestAccountIdentification Modifier and Type Method Description BankAccountIdentificationValidationRequestBankAccountIdentificationValidationRequest. accountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)accountIdentificationvoidBankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationSerializer. serialize(BankAccountIdentificationValidationRequestAccountIdentification value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidBankAccountIdentificationValidationRequest. setAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)accountIdentificationConstructor parameters in com.adyen.model.balanceplatform with type arguments of type BankAccountIdentificationValidationRequestAccountIdentification Constructor Description BankAccountIdentificationValidationRequestAccountIdentificationSerializer(Class<BankAccountIdentificationValidationRequestAccountIdentification> t)
-