Uses of Interface
org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun
-
Packages that use EntitlementAOStatusDryRun Package Description org.killbill.billing.entitlement.api -
-
Uses of EntitlementAOStatusDryRun in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return types with arguments of type EntitlementAOStatusDryRun Modifier and Type Method Description List<EntitlementAOStatusDryRun>EntitlementApi. getDryRunStatusForChange(UUID bundleId, String targetProductName, org.joda.time.LocalDate effectiveDate, TenantContext context)Simulate a change of product for the BP on that bundle and return the effect it would have on the existing ADD_ON-- if any.
-