Class ProcessPayments

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

public class ProcessPayments extends Object implements JobRequest
This message DTO is used to kick off payment processing on the embedded requests
See Also:
  • Constructor Details

  • Method Details

    • getJobId

      @NonNull public String getJobId()
      Specified by:
      getJobId in interface JobRequest
    • getBillingJobId

      public String getBillingJobId()
      The billing job id.
    • getProcessingRequests

      public List<@NotNull BillingProcessingRequest> getProcessingRequests()
      The list of billing processing requests to process.
    • setBillingJobId

      public void setBillingJobId(String billingJobId)
      The billing job id.
    • setProcessingRequests

      public void setProcessingRequests(List<@NotNull BillingProcessingRequest> processingRequests)
      The list of billing processing requests to process.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object