Class UpdateRefundEvents

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

public class UpdateRefundEvents extends AbstractBillingOperation implements JobRequest
This message DTO is used to update refunds based on processing results of the provided requests
See Also:
  • Constructor Details

    • UpdateRefundEvents

      public UpdateRefundEvents()
    • UpdateRefundEvents

      public UpdateRefundEvents(String billingJobId, List<@NotBlank String> billingProcessingRequestIds)
  • Method Details