Uses of Class
com.adyen.model.management.ClearpayResponseInfo
-
Packages that use ClearpayResponseInfo Package Description com.adyen.model.management -
-
Uses of ClearpayResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return ClearpayResponseInfo Modifier and Type Method Description static ClearpayResponseInfoClearpayResponseInfo. fromJson(String jsonString)Create an instance of ClearpayResponseInfo given an JSON stringClearpayResponseInfoPaymentMethod. getClearpay()Get clearpayClearpayResponseInfoClearpayResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ClearpayResponseInfoClearpayResponseInfo. supportUrl(String supportUrl)Support UrlMethods in com.adyen.model.management with parameters of type ClearpayResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. clearpay(ClearpayResponseInfo clearpay)clearpayvoidPaymentMethod. setClearpay(ClearpayResponseInfo clearpay)clearpay
-