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