java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UpdatePaymentsResponse
All Implemented Interfaces:
Serializable

public class UpdatePaymentsResponse extends Object implements Serializable
Response object describing the successful and failed payment summaries.
Author:
Marie Standeven (marieStandeven)
See Also:
  • Constructor Details

    • UpdatePaymentsResponse

      public UpdatePaymentsResponse()
  • Method Details

    • getSuccessfulPayments

      public List<PaymentSummary> getSuccessfulPayments()
      List of payments that were successfully processed.
    • getFailedPayments

      public List<PaymentSummary> getFailedPayments()
      List of payments that failed during processing.
    • getFailureMessages

      public Map<String,String> getFailureMessages()
      Map of payment ids to failures messages detailing what failed during processing.
    • setSuccessfulPayments

      public void setSuccessfulPayments(List<PaymentSummary> successfulPayments)
      List of payments that were successfully processed.
    • setFailedPayments

      public void setFailedPayments(List<PaymentSummary> failedPayments)
      List of payments that failed during processing.
    • setFailureMessages

      public void setFailureMessages(Map<String,String> failureMessages)
      Map of payment ids to failures messages detailing what failed during processing.
    • 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