Uses of Class
com.adyen.model.checkout.PaypalUpdateOrderResponse
-
Packages that use PaypalUpdateOrderResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaypalUpdateOrderResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaypalUpdateOrderResponse Modifier and Type Method Description static PaypalUpdateOrderResponsePaypalUpdateOrderResponse. fromJson(String jsonString)Create an instance of PaypalUpdateOrderResponse given an JSON stringPaypalUpdateOrderResponsePaypalUpdateOrderResponse. paymentData(String paymentData)PaypalUpdateOrderResponsePaypalUpdateOrderResponse. status(PaypalUpdateOrderResponse.StatusEnum status) -
Uses of PaypalUpdateOrderResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaypalUpdateOrderResponse Modifier and Type Method Description PaypalUpdateOrderResponseUtilityApi. updatesOrderForPaypalExpressCheckout(PaypalUpdateOrderRequest paypalUpdateOrderRequest)Updates the order for PayPal Express CheckoutPaypalUpdateOrderResponseUtilityApi. updatesOrderForPaypalExpressCheckout(PaypalUpdateOrderRequest paypalUpdateOrderRequest, RequestOptions requestOptions)Updates the order for PayPal Express Checkout
-