Class ProcessPayments
java.lang.Object
com.broadleafcommerce.billing.job.domain.ProcessPayments
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO is used to kick off payment processing on the embedded
requests- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessPayments(String billingJobId, List<@NotNull BillingProcessingRequest> processingRequests) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.getJobId()List<@NotNull BillingProcessingRequest>The list of billing processing requests to process.inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetProcessingRequests(List<@NotNull BillingProcessingRequest> processingRequests) The list of billing processing requests to process.toString()
-
Constructor Details
-
ProcessPayments
public ProcessPayments() -
ProcessPayments
public ProcessPayments(String billingJobId, List<@NotNull BillingProcessingRequest> processingRequests)
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
getBillingJobId
The billing job id. -
getProcessingRequests
The list of billing processing requests to process. -
setBillingJobId
The billing job id. -
setProcessingRequests
The list of billing processing requests to process. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-