|
Change Parameter Type priceOverrides : List<PhasePriceOverrideJson> to priceOverrides : List<PhasePriceJson> in method public SubscriptionJson(accountId UUID, bundleId UUID, subscriptionId UUID, externalKey String, startDate LocalDate, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, phaseType PhaseType, priceList String, planName String, state EntitlementState, sourceType EntitlementSourceType, cancelledDate LocalDate, chargedThroughDate LocalDate, billingStartDate LocalDate, billingEndDate LocalDate, billCycleDayLocal Integer, events List<EventSubscriptionJson>, priceOverrides List<PhasePriceJson>, prices List<PhasePriceJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Parameter Type usagePriceOverrides : List<UsagePriceOverrideJson> to usagePrices : List<UsagePriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices List<UsagePriceJson>) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Parameter Type tierPriceOverrides : List<TierPriceOverrideJson> to tierPrices : List<TierPriceJson> in method public UsagePriceJson(usageName String, usageType UsageType, billingMode BillingMode, tierBlockPolicy TierBlockPolicy, tierPrices List<TierPriceJson>) in class org.killbill.billing.jaxrs.json.UsagePriceJson |
From |
To |
|
Change Parameter Type priceOverrides : List<PhasePriceOverrideJson> to priceOverrides : List<PhasePriceJson> in method public toPlanPhasePriceOverrides(priceOverrides List<PhasePriceJson>, spec PlanSpecifier, currency Currency) : List<PlanPhasePriceOverride> in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Parameter Type priceOverrides : List<PhasePriceOverrideJson> to priceOverrides : List<PhasePriceJson> in method public InvoiceDryRunJson(dryRunType DryRunType, dryRunAction SubscriptionEventType, phaseType PhaseType, productName String, productCategory ProductCategory, billingPeriod BillingPeriod, priceListName String, subscriptionId UUID, bundleId UUID, effectiveDate LocalDate, billingPolicy BillingActionPolicy, priceOverrides List<PhasePriceJson>) in class org.killbill.billing.jaxrs.json.InvoiceDryRunJson |
From |
To |
|
Rename Variable tierPriceOverrideJson : TierPriceOverrideJson to tierPriceJson : TierPriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Variable usagePriceOverrideJson : UsagePriceOverrideJson to usagePriceJson : UsagePriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Variable blockPriceOverrideJson : BlockPriceOverrideJson to blockPriceJson : BlockPriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Variable blockPriceOverridesJson : List<BlockPriceOverrideJson> to blockPrices : List<BlockPriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Variable tierPriceOverridesJson : List<TierPriceOverrideJson> to usageTierPrices : List<TierPriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type that : UsagePriceOverrideJson to that : UsagePriceJson in method public equals(o Object) : boolean in class org.killbill.billing.jaxrs.json.UsagePriceJson |
From |
To |
|
Change Variable Type overrides : List<PhasePriceOverride> to overrides : List<PhasePrice> in method public testOverridePrice() : void in class org.killbill.billing.jaxrs.TestEntitlement |
From |
To |
|
Change Variable Type input : PhasePriceOverrideJson to input : PhasePriceJson in method public DefaultDryRunArguments(input InvoiceDryRunJson, account Account) in class org.killbill.billing.jaxrs.resources.InvoiceResource.DefaultDryRunArguments |
From |
To |
|
Change Variable Type blockPriceOverridesJson : List<BlockPriceOverrideJson> to blockPrices : List<BlockPriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type that : BlockPriceOverrideJson to that : BlockPriceJson in method public equals(o Object) : boolean in class org.killbill.billing.jaxrs.json.BlockPriceJson |
From |
To |
|
Change Variable Type blockPriceOverrideJson : BlockPriceOverrideJson to blockPriceJson : BlockPriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type tierPriceOverridesJson : List<TierPriceOverrideJson> to usageTierPrices : List<TierPriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type usageOverrideJson : UsagePriceOverrideJson to usageOverrideJson : UsagePriceJson in method public toPlanPhasePriceOverrides(priceOverrides List<PhasePriceJson>, spec PlanSpecifier, currency Currency) : List<PlanPhasePriceOverride> in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type input : PhasePriceOverrideJson to input : PhasePriceJson in method public toPlanPhasePriceOverrides(priceOverrides List<PhasePriceJson>, spec PlanSpecifier, currency Currency) : List<PlanPhasePriceOverride> in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type phase : PhasePriceOverrideJson to phase : PhasePriceJson in method public SubscriptionJson(subscription Subscription, currency Currency, accountAuditLogs AccountAuditLogs) in class org.killbill.billing.jaxrs.json.SubscriptionJson |
From |
To |
|
Change Variable Type that : PhasePriceOverrideJson to that : PhasePriceJson in method public equals(o Object) : boolean in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type tierPriceOverrideJson : TierPriceOverrideJson to tierPriceJson : TierPriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type priceOverride : PhasePriceOverrideJson to priceOverride : PhasePriceJson in method public testJson() : void in class org.killbill.billing.jaxrs.json.TestEntitlementJsonWithEvents |
From |
To |
|
Change Variable Type block : BlockPriceOverrideJson to block : BlockPriceJson in method public toPlanPhasePriceOverrides(priceOverrides List<PhasePriceJson>, spec PlanSpecifier, currency Currency) : List<PlanPhasePriceOverride> in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Change Variable Type priceOverride : PhasePriceOverrideJson to priceOverride : PhasePriceJson in method public testJson() : void in class org.killbill.billing.jaxrs.json.TestBundleJsonWithSubscriptions |
From |
To |
|
Change Variable Type usagePriceOverrideJson : UsagePriceOverrideJson to usagePriceJson : UsagePriceJson in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Parameter usagePriceOverrides : Usage[] to usagePrices : Usage[] in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices Usage[], currency Currency) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Parameter usagePriceOverrides : List<UsagePriceOverrideJson> to usagePrices : List<UsagePriceJson> in method public PhasePriceJson(planName String, phaseName String, phaseType String, fixedPrice BigDecimal, recurringPrice BigDecimal, usagePrices List<UsagePriceJson>) in class org.killbill.billing.jaxrs.json.PhasePriceJson |
From |
To |
|
Rename Parameter tierPriceOverrides : List<TierPriceOverrideJson> to tierPrices : List<TierPriceJson> in method public UsagePriceJson(usageName String, usageType UsageType, billingMode BillingMode, tierBlockPolicy TierBlockPolicy, tierPrices List<TierPriceJson>) in class org.killbill.billing.jaxrs.json.UsagePriceJson |
From |
To |