InvoiceDryRunJson(DryRunType dryRunType,
SubscriptionEventType dryRunAction,
PhaseType phaseType,
java.lang.String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
java.lang.String priceListName,
java.util.UUID subscriptionId,
java.util.UUID bundleId,
org.joda.time.LocalDate effectiveDate,
BillingActionPolicy billingPolicy,
java.util.List<PhasePriceJson> priceOverrides) |
SubscriptionJson(java.util.UUID accountId,
java.util.UUID bundleId,
java.lang.String bundleExternalKey,
java.util.UUID subscriptionId,
java.lang.String externalKey,
org.joda.time.LocalDate startDate,
java.lang.String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
PhaseType phaseType,
java.lang.String priceList,
java.lang.String planName,
Entitlement.EntitlementState state,
Entitlement.EntitlementSourceType sourceType,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
java.lang.Integer billCycleDayLocal,
java.util.List<SubscriptionJson.EventSubscriptionJson> events,
java.util.List<PhasePriceJson> priceOverrides,
java.util.List<PhasePriceJson> prices,
java.util.List<AuditLogJson> auditLogs) |
SubscriptionJson(java.util.UUID accountId,
java.util.UUID bundleId,
java.lang.String bundleExternalKey,
java.util.UUID subscriptionId,
java.lang.String externalKey,
org.joda.time.LocalDate startDate,
java.lang.String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
PhaseType phaseType,
java.lang.String priceList,
java.lang.String planName,
Entitlement.EntitlementState state,
Entitlement.EntitlementSourceType sourceType,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
java.lang.Integer billCycleDayLocal,
java.util.List<SubscriptionJson.EventSubscriptionJson> events,
java.util.List<PhasePriceJson> priceOverrides,
java.util.List<PhasePriceJson> prices,
java.util.List<AuditLogJson> auditLogs) |