Uses of Class
org.killbill.billing.jaxrs.json.OverdueConditionJson
-
Packages that use OverdueConditionJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of OverdueConditionJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return OverdueConditionJson Modifier and Type Method Description OverdueConditionJsonOverdueStateConfigJson. getCondition()Methods in org.killbill.billing.jaxrs.json with parameters of type OverdueConditionJson Modifier and Type Method Description static DefaultOverdueConditionOverdueConditionJson. toOverdueCondition(OverdueConditionJson input)Constructors in org.killbill.billing.jaxrs.json with parameters of type OverdueConditionJson Constructor Description OverdueStateConfigJson(String name, Boolean isClearState, OverdueConditionJson condition, String externalMessage, Boolean isBlockChanges, Boolean isDisableEntitlement, OverdueCancellationPolicy subscriptionCancellationPolicy, Integer autoReevaluationInterval)
-