Class UpdatePaymentsResponse

    • Constructor Detail

      • UpdatePaymentsResponse

        public UpdatePaymentsResponse()
    • Method Detail

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

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object