Class UpdateExpressPayPalOrderResponse
java.lang.Object
com.broadleafcommerce.adyen.domain.UpdateExpressPayPalOrderResponse
- All Implemented Interfaces:
Serializable
Response object provided by Adyen after updating a PayPal order as part of the PayPal express
checkout flow.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdditionalAttributes
(String name, Object value) protected boolean
boolean
The updated paymentData.The status of the request.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Contains the additional information from the response.void
setPaymentData
(String paymentData) The updated paymentData.void
The status of the request.toString()
-
Constructor Details
-
UpdateExpressPayPalOrderResponse
public UpdateExpressPayPalOrderResponse()
-
-
Method Details
-
addAdditionalAttributes
-
getAdditionalAttributes
-
getPaymentData
The updated paymentData.- Returns:
- The updated paymentData.
-
getStatus
The status of the request. This indicates whether the order was successfully updated with PayPal.- Returns:
- The status of the request. This indicates whether the order was successfully updated with PayPal.
-
setPaymentData
The updated paymentData.- Parameters:
paymentData
- The updated paymentData.
-
setStatus
The status of the request. This indicates whether the order was successfully updated with PayPal.- Parameters:
status
- The status of the request. This indicates whether the order was successfully updated with PayPal.
-
setAdditionalAttributes
Contains the additional information from the response. It is used as a "fallback" handler for all unrecognized properties from JSON content. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-