Class UpdatePaymentsResponse
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UpdatePaymentsResponse
- All Implemented Interfaces:
Serializable
Response object describing the successful and failed
payment summaries.- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList 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.inthashCode()voidsetFailedPayments(List<PaymentSummary> failedPayments) List of payments that failed during processing.voidsetFailureMessages(Map<String, String> failureMessages) Map of payment ids to failures messages detailing what failed during processing.voidsetSuccessfulPayments(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
-