Interface BillingRetryScheduleResolver<P extends BillingRetrySchedule>
- All Known Implementing Classes:
DefaultBillingRetryScheduleResolver
public interface BillingRetryScheduleResolver<P extends BillingRetrySchedule>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PDeprecated.retryScheduleForPayment(BillingEventPayment payment, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve or build aretry schedulefor the paymentdefault PDeprecated.retryScheduleForRefund(RefundEventDetail refund, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve or build aretry schedulefor the refund
-
Method Details
-
retryScheduleForPayment
Deprecated. -
retryScheduleForPayment
P retryScheduleForPayment(BillingEventPayment payment, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve or build aretry schedulefor the payment -
retryScheduleForRefund
Deprecated. -
retryScheduleForRefund
P retryScheduleForRefund(RefundEventDetail refund, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve or build aretry schedulefor the refund
-
retryScheduleForPayment(BillingEventPayment, ContextInfo)instead