Uses of Class
com.adyen.model.checkout.PaypalUpdateOrderRequest
-
Packages that use PaypalUpdateOrderRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaypalUpdateOrderRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaypalUpdateOrderRequest Modifier and Type Method Description PaypalUpdateOrderRequestPaypalUpdateOrderRequest. addDeliveryMethodsItem(DeliveryMethod deliveryMethodsItem)PaypalUpdateOrderRequestPaypalUpdateOrderRequest. amount(Amount amount)amountPaypalUpdateOrderRequestPaypalUpdateOrderRequest. deliveryMethods(List<DeliveryMethod> deliveryMethods)The list of new delivery methods and the cost of each.static PaypalUpdateOrderRequestPaypalUpdateOrderRequest. fromJson(String jsonString)Create an instance of PaypalUpdateOrderRequest given an JSON stringPaypalUpdateOrderRequestPaypalUpdateOrderRequest. paymentData(String paymentData)The `paymentData` from the client side.PaypalUpdateOrderRequestPaypalUpdateOrderRequest. pspReference(String pspReference)The original `pspReference` from the `/payments` response.PaypalUpdateOrderRequestPaypalUpdateOrderRequest. sessionId(String sessionId)The original `sessionId` from the `/sessions` response.PaypalUpdateOrderRequestPaypalUpdateOrderRequest. taxTotal(TaxTotal taxTotal)taxTotal -
Uses of PaypalUpdateOrderRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type PaypalUpdateOrderRequest 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
-