Class PaymentFulfillmentCallbackResponse

java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentFulfillmentCallbackResponse
All Implemented Interfaces:
Serializable

public class PaymentFulfillmentCallbackResponse extends Object implements Serializable
Since:
Payment Transaction Service 2.0.9, Release Train 2.3.0
See Also:
  • Constructor Details

    • PaymentFulfillmentCallbackResponse

      public PaymentFulfillmentCallbackResponse()
  • Method Details

    • getFulfillmentUpdates

      public List<ExternalFulfillmentUpdate> getFulfillmentUpdates()
      A list of fulfillment updates that were made by the payment gateway.
    • isValid

      public boolean isValid()
      Whether or not this callback response was determined valid for the payment gateway.
    • setFulfillmentUpdates

      public void setFulfillmentUpdates(List<ExternalFulfillmentUpdate> fulfillmentUpdates)
      A list of fulfillment updates that were made by the payment gateway.
    • setValid

      public void setValid(boolean valid)
      Whether or not this callback response was determined valid for the payment gateway.
    • 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