Uses of Class
com.adyen.model.checkout.CheckoutUtilityResponse
-
Packages that use CheckoutUtilityResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CheckoutUtilityResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutUtilityResponse Modifier and Type Method Description static CheckoutUtilityResponseCheckoutUtilityResponse. fromJson(String jsonString)Create an instance of CheckoutUtilityResponse given an JSON stringCheckoutUtilityResponseCheckoutUtilityResponse. originKeys(Map<String,String> originKeys)CheckoutUtilityResponseCheckoutUtilityResponse. putOriginKeysItem(String key, String originKeysItem) -
Uses of CheckoutUtilityResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return CheckoutUtilityResponse Modifier and Type Method Description CheckoutUtilityResponseUtilityApi. originKeys(CheckoutUtilityRequest checkoutUtilityRequest)Deprecated.CheckoutUtilityResponseUtilityApi. originKeys(CheckoutUtilityRequest checkoutUtilityRequest, RequestOptions requestOptions)Deprecated.
-