Class PaymentProcessingResultHandlerDTO
java.lang.Object
com.broadleafcommerce.billing.job.service.dto.PaymentProcessingResultHandlerDTO
This is a container holding various lists of
requests, separated
by their status for next steps. Also, holds a list of PaymentAccountProcessedEvent for
payments that finished processing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinalize(BillingProcessingRequest request) recordError(BillingProcessingRequest request) reprocess(BillingProcessingRequest request)
-
Constructor Details
-
PaymentProcessingResultHandlerDTO
-
-
Method Details
-
recordError
-
finalize
-
reprocess
-
paymentAccountEvent
-
getBillingJobId
-
getErrorRequests
-
getRequestsToFinalize
-
getRequestsToReprocess
-
getPaymentAccountProcessedEvents
-