Package org.killbill.billing.overdue.api
Interface OverdueCondition
-
public interface OverdueCondition
-
-
Method Summary
-
-
-
Method Detail
-
getNumberOfUnpaidInvoicesEqualsOrExceeds
Integer getNumberOfUnpaidInvoicesEqualsOrExceeds()
-
getTotalUnpaidInvoiceBalanceEqualsOrExceeds
BigDecimal getTotalUnpaidInvoiceBalanceEqualsOrExceeds()
-
getTimeSinceEarliestUnpaidInvoiceEqualsOrExceeds
Duration getTimeSinceEarliestUnpaidInvoiceEqualsOrExceeds()
-
getResponseForLastFailedPaymentIn
PaymentResponse[] getResponseForLastFailedPaymentIn()
-
getInclusionControlTagType
ControlTagType getInclusionControlTagType()
-
getExclusionControlTagType
ControlTagType getExclusionControlTagType()
-
-