Uses of Class
com.adyen.model.management.DiscoverResponseInfo
-
Packages that use DiscoverResponseInfo Package Description com.adyen.model.management -
-
Uses of DiscoverResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return DiscoverResponseInfo Modifier and Type Method Description static DiscoverResponseInfoDiscoverResponseInfo. fromJson(String jsonString)Create an instance of DiscoverResponseInfo given an JSON stringDiscoverResponseInfoPaymentMethod. getDiscover()Get discoverDiscoverResponseInfoDiscoverResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DiscoverResponseInfoDiscoverResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type DiscoverResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. discover(DiscoverResponseInfo discover)discovervoidPaymentMethod. setDiscover(DiscoverResponseInfo discover)discover
-