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 SummaryConstructors
- 
Method SummaryModifier 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- 
UpdatePaymentsResponsepublic UpdatePaymentsResponse()
 
- 
- 
Method Details- 
getSuccessfulPaymentsList of payments that were successfully processed.
- 
getFailedPaymentsList of payments that failed during processing.
- 
getFailureMessagesMap of payment ids to failures messages detailing what failed during processing.
- 
setSuccessfulPaymentsList of payments that were successfully processed.
- 
setFailedPaymentsList of payments that failed during processing.
- 
setFailureMessagesMap of payment ids to failures messages detailing what failed during processing.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-