Class ProcessBillingEventPaymentResults

java.lang.Object
com.broadleafcommerce.billing.job.domain.ProcessBillingEventPaymentResults
All Implemented Interfaces:
JobRequest, Serializable

public class ProcessBillingEventPaymentResults extends Object implements JobRequest
This message DTO holds a list of events. It is used to kick off updating related entities (e.g. subscriptions and entitlements) given the billing results
See Also:
  • Constructor Details

    • ProcessBillingEventPaymentResults

      public ProcessBillingEventPaymentResults()
    • ProcessBillingEventPaymentResults

      public ProcessBillingEventPaymentResults(String billingJobId, List<BillingEventPaymentProcessedEvent> eventPaymentProcessedEventList)
  • Method Details