Class PaymentCallbackValidationResponse

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

public class PaymentCallbackValidationResponse extends Object implements Serializable
Object used to return the results of the validation performed on the payment callback request.
Author:
mariestandeven
See Also:
  • Constructor Details

    • PaymentCallbackValidationResponse

      public PaymentCallbackValidationResponse()
  • Method Details

    • isValid

      public boolean isValid()
      Whether or not the payment callback request is valid.
    • getValidationMessage

      public String getValidationMessage()
      If the request is not valid, this contains any message provided on why it failed.
    • getAttributes

      public Map<String,String> getAttributes()
      Any additional attributes that should be passed.
    • setValid

      public void setValid(boolean valid)
      Whether or not the payment callback request is valid.
    • setValidationMessage

      public void setValidationMessage(String validationMessage)
      If the request is not valid, this contains any message provided on why it failed.
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
      Any additional attributes that should be passed.
    • 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