Uses of Class
com.adyen.model.checkoututility.OriginKeysResponse
-
Packages that use OriginKeysResponse Package Description com.adyen.model.checkoututility com.adyen.service -
-
Uses of OriginKeysResponse in com.adyen.model.checkoututility
Methods in com.adyen.model.checkoututility that return OriginKeysResponse Modifier and Type Method Description OriginKeysResponseOriginKeysResponse. originKeys(Map<String,String> originKeys)OriginKeysResponseOriginKeysResponse. putOriginKeysItem(String key, String originKeysItem) -
Uses of OriginKeysResponse in com.adyen.service
Methods in com.adyen.service that return OriginKeysResponse Modifier and Type Method Description OriginKeysResponseCheckoutUtility. originKeys(OriginKeysRequest originKeysRequest)POST /originKeys API call
-