Class UpdateExpressPayPalOrderResponse

java.lang.Object
com.broadleafcommerce.adyen.domain.UpdateExpressPayPalOrderResponse
All Implemented Interfaces:
Serializable

public class UpdateExpressPayPalOrderResponse extends Object implements 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 Details

    • UpdateExpressPayPalOrderResponse

      public UpdateExpressPayPalOrderResponse()
  • Method Details

    • addAdditionalAttributes

      public void addAdditionalAttributes(String name, Object value)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • getPaymentData

      public String getPaymentData()
      The updated paymentData.
      Returns:
      The updated paymentData.
    • getStatus

      public String 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

      public void setPaymentData(String paymentData)
      The updated paymentData.
      Parameters:
      paymentData - The updated paymentData.
    • setStatus

      public void setStatus(String status)
      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

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Contains the additional information from the response. It is used as a "fallback" handler for all unrecognized properties from JSON content.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object