SubscriptionJson(String accountId,
String bundleId,
String subscriptionId,
String externalKey,
org.joda.time.LocalDate startDate,
String productName,
String productCategory,
String billingPeriod,
String priceList,
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<SubscriptionJson.NewEventSubscriptionJson> newEvents,
List<SubscriptionJson.DeletedEventSubscriptionJson> deletedEvents,
List<AuditLogJson> auditLogs) |