Uses of Interface
com.broadleafcommerce.billing.domain.RetryPayment
Packages that use RetryPayment
Package
Description
-
Uses of RetryPayment in com.broadleafcommerce.billing.domain
Classes in com.broadleafcommerce.billing.domain that implement RetryPaymentModifier and TypeClassDescriptionclassA payment associated with aBillingEvent.classThis contains the details of a refund summarized by the relatedRefundEvent -
Uses of RetryPayment in com.broadleafcommerce.billing.service
Methods in com.broadleafcommerce.billing.service with parameters of type RetryPaymentModifier and TypeMethodDescriptionvoidNextBillingRetryDateCalculator.calculateNextBillingDate(RetryPayment billingEventPayment, BillingRetrySchedule retrySchedule) Calculates and sets theBillingEventPayment.getNextRetryDate()in theBillingEventPayment. -
Uses of RetryPayment in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl with parameters of type RetryPaymentModifier and TypeMethodDescriptionvoidDefaultNextBillingRetryDateCalculator.calculateNextBillingDate(RetryPayment retryPayment, BillingRetrySchedule retrySchedule) protected voidDefaultNextBillingRetryDateCalculator.determineNextBillingDate(RetryPayment retryPayment, List<IntervalBillingRetrySpecs> retrySpecs) protected DateDefaultNextBillingRetryDateCalculator.getNextBillDate(RetryPayment retryPayment, List<IntervalBillingRetrySpecs> retrySpecs)