Class LockPaymentsResponse

    • Constructor Detail

      • LockPaymentsResponse

        public LockPaymentsResponse()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object