Class UpdatePaymentsResponse
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.UpdatePaymentsResponse
- All Implemented Interfaces:
Serializable
Response object describing the successful and failed
payment summaries
.- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
List of payments that failed during processing.Map of payment ids to failures messages detailing what failed during processing.List of payments that were successfully processed.int
hashCode()
void
setFailedPayments
(List<PaymentSummary> failedPayments) List of payments that failed during processing.void
setFailureMessages
(Map<String, String> failureMessages) Map of payment ids to failures messages detailing what failed during processing.void
setSuccessfulPayments
(List<PaymentSummary> successfulPayments) List of payments that were successfully processed.toString()
-
Constructor Details
-
UpdatePaymentsResponse
public UpdatePaymentsResponse()
-
-
Method Details
-
getSuccessfulPayments
List of payments that were successfully processed. -
getFailedPayments
List of payments that failed during processing. -
getFailureMessages
Map of payment ids to failures messages detailing what failed during processing. -
setSuccessfulPayments
List of payments that were successfully processed. -
setFailedPayments
List of payments that failed during processing. -
setFailureMessages
Map of payment ids to failures messages detailing what failed during processing. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-