| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json |
| Modifier and Type | Method and Description |
|---|---|
List<PhasePriceOverrideJson> |
SubscriptionJson.getPriceOverrides() |
List<PhasePriceOverrideJson> |
InvoiceDryRunJson.getPriceOverrides() |
| Modifier and Type | Method and Description |
|---|---|
static List<PlanPhasePriceOverride> |
PhasePriceOverrideJson.toPlanPhasePriceOverrides(List<PhasePriceOverrideJson> input,
PlanSpecifier spec,
Currency currency) |
| Constructor and Description |
|---|
InvoiceDryRunJson(String dryRunType,
String dryRunAction,
String phaseType,
String productName,
String productCategory,
String billingPeriod,
String priceListName,
String subscriptionId,
String bundleId,
org.joda.time.LocalDate effectiveDate,
String billingPolicy,
List<PhasePriceOverrideJson> priceOverrides) |
SubscriptionJson(String accountId,
String bundleId,
String subscriptionId,
String externalKey,
org.joda.time.LocalDate startDate,
String productName,
String productCategory,
String billingPeriod,
String phaseType,
String priceList,
String state,
String sourceType,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
List<SubscriptionJson.EventSubscriptionJson> events,
List<PhasePriceOverrideJson> priceOverrides,
List<AuditLogJson> auditLogs) |
Copyright © 2010-2015. All Rights Reserved.