public class UpdateAlternativePaymentOptionsJob extends AbstractAbortableJobPerformable<IsvAlternativePaymentOptionsCronJobModel>
Constructor and Description |
---|
UpdateAlternativePaymentOptionsJob() |
Modifier and Type | Method and Description |
---|---|
PerformResult |
perform(IsvAlternativePaymentOptionsCronJobModel cronJob)
Updates alternative payment options through a call to payment options service instance.
|
void |
setPaymentOptionReverseConverter(<any> paymentOptionReverseConverter) |
void |
setPaymentOptionService(PaymentOptionService paymentOptionService) |
isAbortable
public PerformResult perform(IsvAlternativePaymentOptionsCronJobModel cronJob)
cronJob
- cron job model that holds configuration for current executionPerformResult
that encapsulates status and result.public void setPaymentOptionService(PaymentOptionService paymentOptionService)
public void setPaymentOptionReverseConverter(<any> paymentOptionReverseConverter)