public class OverdueConditionJson extends Object
| Constructor and Description |
|---|
OverdueConditionJson(CatalogJson.DurationJson timeSinceEarliestUnpaidInvoiceEqualsOrExceeds,
ControlTagType controlTagInclusion,
ControlTagType controlTagExclusion,
Integer numberOfUnpaidInvoicesEqualsOrExceeds,
PaymentResponse[] responseForLastFailedPayment,
BigDecimal totalUnpaidInvoiceBalanceEqualsOrExceeds) |
OverdueConditionJson(OverdueCondition overdueCondition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ControlTagType |
getControlTagExclusion() |
ControlTagType |
getControlTagInclusion() |
Integer |
getNumberOfUnpaidInvoicesEqualsOrExceeds() |
PaymentResponse[] |
getResponseForLastFailedPayment() |
CatalogJson.DurationJson |
getTimeSinceEarliestUnpaidInvoiceEqualsOrExceeds() |
BigDecimal |
getTotalUnpaidInvoiceBalanceEqualsOrExceeds() |
int |
hashCode() |
static DefaultOverdueCondition |
toOverdueCondition(OverdueConditionJson input) |
String |
toString() |
public OverdueConditionJson(CatalogJson.DurationJson timeSinceEarliestUnpaidInvoiceEqualsOrExceeds, ControlTagType controlTagInclusion, ControlTagType controlTagExclusion, Integer numberOfUnpaidInvoicesEqualsOrExceeds, PaymentResponse[] responseForLastFailedPayment, BigDecimal totalUnpaidInvoiceBalanceEqualsOrExceeds)
public OverdueConditionJson(OverdueCondition overdueCondition)
public CatalogJson.DurationJson getTimeSinceEarliestUnpaidInvoiceEqualsOrExceeds()
public ControlTagType getControlTagInclusion()
public ControlTagType getControlTagExclusion()
public Integer getNumberOfUnpaidInvoicesEqualsOrExceeds()
public PaymentResponse[] getResponseForLastFailedPayment()
public BigDecimal getTotalUnpaidInvoiceBalanceEqualsOrExceeds()
public static DefaultOverdueCondition toOverdueCondition(OverdueConditionJson input)
Copyright © 2010–2022. All rights reserved.