Uses of Class
org.killbill.billing.jaxrs.json.PhasePriceJson
-
Packages that use PhasePriceJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of PhasePriceJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type PhasePriceJson Modifier and Type Method Description List<PhasePriceJson>InvoiceDryRunJson. getPriceOverrides()List<PhasePriceJson>SubscriptionJson. getPriceOverrides()List<PhasePriceJson>SubscriptionJson. getPrices()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type PhasePriceJson Constructor Description InvoiceDryRunJson(DryRunType dryRunType, SubscriptionEventType dryRunAction, PhaseType phaseType, String productName, ProductCategory productCategory, BillingPeriod billingPeriod, String priceListName, UUID subscriptionId, UUID bundleId, org.joda.time.LocalDate effectiveDate, BillingActionPolicy billingPolicy, List<PhasePriceJson> priceOverrides, String planName) -
Uses of PhasePriceJson in org.killbill.billing.jaxrs.resources
Method parameters in org.killbill.billing.jaxrs.resources with type arguments of type PhasePriceJson Modifier and Type Method Description static List<PlanPhasePriceOverride>SubscriptionResourceHelpers. buildPlanPhasePriceOverrides(Iterable<PhasePriceJson> priceOverrides, Currency currency, PlanPhaseSpecifier planPhaseSpecifier)
-