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

public class LockPaymentsResponse extends Object implements Serializable
Response object describing the locked payment summaries.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • LockPaymentsResponse

      public LockPaymentsResponse()
  • Method Details

    • getPaymentSummaries

      public List<PaymentSummary> getPaymentSummaries()
      List of payments that were locked.
    • getLockTokens

      public Map<String,String> getLockTokens()
      Map of payment ids to payment lock tokens.
    • setPaymentSummaries

      public void setPaymentSummaries(List<PaymentSummary> paymentSummaries)
      List of payments that were locked.
    • setLockTokens

      public void setLockTokens(Map<String,String> lockTokens)
      Map of payment ids to payment lock tokens.
    • 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