Class TaxCalculationHandlerRequests

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

public class TaxCalculationHandlerRequests extends Object implements JobRequest
This message DTO transfers objects to start tax calculation in the TaxCalculationProcessorHandler.
See Also:
  • Constructor Details

    • TaxCalculationHandlerRequests

      public TaxCalculationHandlerRequests()
    • TaxCalculationHandlerRequests

      public TaxCalculationHandlerRequests(String billingJobId, List<@NotNull BillingProcessingRequestWithBillingEventDTO> billingProcessingRequestsWithBillingEventDTO)
  • Method Details