Class GenerateNewRefundRequests
java.lang.Object
com.broadleafcommerce.billing.job.domain.GenerateNewRefundRequests
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO is used to kick off generation of new
BillingProcessingRequest to
process
PaymentAccountProcessingTransactionType.REFUND
requests- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenerateNewRefundRequests(String billingJobId, Date billingDateStart, Date billingDateEnd) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanProcess events whose bill date is greater than or equal to value provided.Process events whose bill date is greater than or equal to value provided.The billing job id.getJobId()inthashCode()voidsetBillingDateEnd(Date billingDateEnd) Process events whose bill date is greater than or equal to value provided.voidsetBillingDateStart(Date billingDateStart) Process events whose bill date is greater than or equal to value provided.voidsetBillingJobId(String billingJobId) The billing job id.toString()
-
Constructor Details
-
GenerateNewRefundRequests
public GenerateNewRefundRequests() -
GenerateNewRefundRequests
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
getBillingJobId
The billing job id. -
getBillingDateStart
Process events whose bill date is greater than or equal to value provided. -
getBillingDateEnd
Process events whose bill date is greater than or equal to value provided. -
setBillingJobId
The billing job id. -
setBillingDateStart
Process events whose bill date is greater than or equal to value provided. -
setBillingDateEnd
Process events whose bill date is greater than or equal to value provided. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-