Uses of Class
com.adyen.model.management.IdealResponseInfo
-
Packages that use IdealResponseInfo Package Description com.adyen.model.management -
-
Uses of IdealResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return IdealResponseInfo Modifier and Type Method Description static IdealResponseInfoIdealResponseInfo. fromJson(String jsonString)Create an instance of IdealResponseInfo given an JSON stringIdealResponseInfoPaymentMethod. getIdeal()Get idealIdealResponseInfoIdealResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.IdealResponseInfoIdealResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type IdealResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. ideal(IdealResponseInfo ideal)idealvoidPaymentMethod. setIdeal(IdealResponseInfo ideal)ideal
-