Class GenerateNewRefundRequests

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

public class GenerateNewRefundRequests extends Object implements JobRequest
This message DTO is used to kick off generation of new BillingProcessingRequest to process PaymentAccountProcessingTransactionType.REFUND requests
See Also:
  • Constructor Details

    • GenerateNewRefundRequests

      public GenerateNewRefundRequests()
    • GenerateNewRefundRequests

      public GenerateNewRefundRequests(String billingJobId, Date billingDateStart, Date billingDateEnd)
  • Method Details

    • getJobId

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

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

      public Date getBillingDateStart()
      Process events whose bill date is greater than or equal to value provided.
    • getBillingDateEnd

      public Date getBillingDateEnd()
      Process events whose bill date is greater than or equal to value provided.
    • setBillingJobId

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

      public void setBillingDateStart(Date billingDateStart)
      Process events whose bill date is greater than or equal to value provided.
    • setBillingDateEnd

      public void setBillingDateEnd(Date billingDateEnd)
      Process events whose bill date is greater than or equal to value provided.
    • 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