From 4cdaba912f093c8c8f09a24c2b95d67b1a9bc298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Honor=C3=A9?= Date: Mon, 9 Dec 2024 10:08:08 +0000 Subject: [PATCH] Decommission DigiSubs2023 --- .../handlers/AmendmentHandler.scala | 9 - .../handlers/NotificationHandler.scala | 11 +- .../SalesforcePriceRiseCreationHandler.scala | 1 - .../migrations/DigiSubs2023Migration.scala | 244 - .../model/AmendmentData.scala | 2 - .../model/MigrationType.scala | 11 +- .../util/StartDates.scala | 3 - .../DigiSubs2023/annual/account.json | 50 - .../DigiSubs2023/annual/catalogue.json | 14185 ---------------- .../DigiSubs2023/annual/invoice-preview.json | 25 - .../DigiSubs2023/annual/subscription.json | 241 - .../monthly/discounted/account.json | 48 - .../monthly/discounted/catalogue.json | 13745 --------------- .../monthly/discounted/invoice-preview.json | 45 - .../monthly/discounted/subscription.json | 240 - .../DigiSubs2023/monthly/readme.txt | 1 - .../DigiSubs2023/monthly/regular/account.json | 48 - .../monthly/regular/catalogue.json | 13745 --------------- .../monthly/regular/invoice-preview.json | 185 - .../monthly/regular/subscription.json | 165 - .../DigiSubs2023/quarterly/account.json | 50 - .../DigiSubs2023/quarterly/catalogue.json | 14185 ---------------- .../quarterly/invoice-preview.json | 65 - .../DigiSubs2023/quarterly/subscription.json | 165 - .../DigiSubs2023MigrationTest.scala | 515 - 25 files changed, 5 insertions(+), 57979 deletions(-) delete mode 100644 lambda/src/main/scala/pricemigrationengine/migrations/DigiSubs2023Migration.scala delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/annual/account.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/annual/catalogue.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/annual/invoice-preview.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/annual/subscription.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/account.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/catalogue.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/invoice-preview.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/subscription.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/readme.txt delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/account.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/catalogue.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/invoice-preview.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/subscription.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/account.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/catalogue.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/invoice-preview.json delete mode 100644 lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/subscription.json delete mode 100644 lambda/src/test/scala/pricemigrationengine/migrations/DigiSubs2023MigrationTest.scala diff --git a/lambda/src/main/scala/pricemigrationengine/handlers/AmendmentHandler.scala b/lambda/src/main/scala/pricemigrationengine/handlers/AmendmentHandler.scala index e11691b5..0cc0bf25 100644 --- a/lambda/src/main/scala/pricemigrationengine/handlers/AmendmentHandler.scala +++ b/lambda/src/main/scala/pricemigrationengine/handlers/AmendmentHandler.scala @@ -1,6 +1,5 @@ package pricemigrationengine.handlers -import pricemigrationengine.migrations.DigiSubs2023Migration import pricemigrationengine.model.CohortTableFilter.NotificationSendDateWrittenToSalesforce import pricemigrationengine.model._ import pricemigrationengine.migrations._ @@ -97,7 +96,6 @@ object AmendmentHandler extends CohortHandler { // estimated price (which wasn't including the extra contribution). MigrationType(cohortSpec) match { - case DigiSubs2023 => true case Newspaper2024 => true case GW2024 => true case SupporterPlus2024 => false @@ -204,13 +202,6 @@ object AmendmentHandler extends CohortHandler { Zuora.fetchInvoicePreview(subscriptionBeforeUpdate.accountId, invoicePreviewTargetDate) update <- MigrationType(cohortSpec) match { - case DigiSubs2023 => - ZIO.fromEither( - DigiSubs2023Migration.zuoraUpdate( - subscriptionBeforeUpdate, - startDate, - ) - ) case Newspaper2024 => ZIO.fromEither( newspaper2024Migration.Amendment.zuoraUpdate( diff --git a/lambda/src/main/scala/pricemigrationengine/handlers/NotificationHandler.scala b/lambda/src/main/scala/pricemigrationengine/handlers/NotificationHandler.scala index 5ad3f432..fadf7841 100644 --- a/lambda/src/main/scala/pricemigrationengine/handlers/NotificationHandler.scala +++ b/lambda/src/main/scala/pricemigrationengine/handlers/NotificationHandler.scala @@ -6,12 +6,7 @@ import pricemigrationengine.model.membershipworkflow._ import pricemigrationengine.services._ import zio.{Clock, ZIO} import com.gu.i18n -import pricemigrationengine.migrations.{ - DigiSubs2023Migration, - GW2024Migration, - newspaper2024Migration, - SupporterPlus2024Migration, -} +import pricemigrationengine.migrations.{GW2024Migration, newspaper2024Migration, SupporterPlus2024Migration} import pricemigrationengine.model.RateplansProbe import java.time.{LocalDate, ZoneId} @@ -150,7 +145,6 @@ object NotificationHandler extends CohortHandler { priceWithOptionalCappingWithCurrencySymbol = MigrationType(cohortSpec) match { case Default => s"${currencySymbol}${PriceCap.priceCapLegacy(oldPrice, estimatedNewPrice)}" - case DigiSubs2023 => s"${currencySymbol}${estimatedNewPrice}" case Newspaper2024 => s"${currencySymbol}${estimatedNewPrice}" case GW2024 => s"${currencySymbol}${PriceCap.priceCapForNotification(oldPrice, estimatedNewPrice, GW2024Migration.priceCap)}" @@ -290,7 +284,6 @@ object NotificationHandler extends CohortHandler { def maxLeadTime(cohortSpec: CohortSpec): Int = { MigrationType(cohortSpec) match { - case DigiSubs2023 => DigiSubs2023Migration.maxLeadTime case Newspaper2024 => newspaper2024Migration.StaticData.maxLeadTime case GW2024 => GW2024Migration.maxLeadTime case SupporterPlus2024 => SupporterPlus2024Migration.maxLeadTime @@ -300,7 +293,6 @@ object NotificationHandler extends CohortHandler { def minLeadTime(cohortSpec: CohortSpec): Int = { MigrationType(cohortSpec) match { - case DigiSubs2023 => DigiSubs2023Migration.minLeadTime case Newspaper2024 => newspaper2024Migration.StaticData.minLeadTime case GW2024 => GW2024Migration.minLeadTime case SupporterPlus2024 => SupporterPlus2024Migration.minLeadTime @@ -363,7 +355,6 @@ object NotificationHandler extends CohortHandler { } MigrationType(cohortSpec) match { - case DigiSubs2023 => testCompatibleEmptySalesforceAddress(contact) case SupporterPlus2024 => testCompatibleEmptySalesforceAddress(contact) case _ => (for { diff --git a/lambda/src/main/scala/pricemigrationengine/handlers/SalesforcePriceRiseCreationHandler.scala b/lambda/src/main/scala/pricemigrationengine/handlers/SalesforcePriceRiseCreationHandler.scala index 4fa64b0f..5e88b89b 100644 --- a/lambda/src/main/scala/pricemigrationengine/handlers/SalesforcePriceRiseCreationHandler.scala +++ b/lambda/src/main/scala/pricemigrationengine/handlers/SalesforcePriceRiseCreationHandler.scala @@ -82,7 +82,6 @@ object SalesforcePriceRiseCreationHandler extends CohortHandler { .orElseFail(SalesforcePriceRiseWriteFailure(s"$cohortItem does not have a startDate")) } yield { val estimatedPriceWithOptionalCapping = MigrationType(cohortSpec) match { - case DigiSubs2023 => estimatedNewPrice case Newspaper2024 => estimatedNewPrice case GW2024 => PriceCap.priceCapForNotification(oldPrice, estimatedNewPrice, GW2024Migration.priceCap) case SupporterPlus2024 => estimatedNewPrice // [1] diff --git a/lambda/src/main/scala/pricemigrationengine/migrations/DigiSubs2023Migration.scala b/lambda/src/main/scala/pricemigrationengine/migrations/DigiSubs2023Migration.scala deleted file mode 100644 index 9cab9570..00000000 --- a/lambda/src/main/scala/pricemigrationengine/migrations/DigiSubs2023Migration.scala +++ /dev/null @@ -1,244 +0,0 @@ -package pricemigrationengine.migrations -import pricemigrationengine.model._ - -import java.time.LocalDate - -object DigiSubs2023Migration { - - val maxLeadTime = 33 - val minLeadTime = 31 - - // ------------------------------------------- - // Support Data - // ------------------------------------------- - - case class TargetRatePlanDetails(ratePlanId: String, ratePlanChargeId: String) - - private val priceMapMonthlies: Map[Currency, BigDecimal] = Map( - "GBP" -> BigDecimal(14.99), - "USD" -> BigDecimal(24.99), - "EUR" -> BigDecimal(18.99), - "CAD" -> BigDecimal(27.44), - "AUD" -> BigDecimal(26.99), - "NZD" -> BigDecimal(26.99), - ) - - private val priceMapQuarterlies: Map[Currency, BigDecimal] = Map( - "GBP" -> BigDecimal(44.94), - "USD" -> BigDecimal(74.94), - "EUR" -> BigDecimal(56.19), - "CAD" -> BigDecimal(82.31), - "AUD" -> BigDecimal(79.99), - "NZD" -> BigDecimal(79.99), - ) - - private val priceMapAnnuals: Map[Currency, BigDecimal] = Map( - "GBP" -> BigDecimal(149), - "USD" -> BigDecimal(249), - "EUR" -> BigDecimal(187), - "CAD" -> BigDecimal(274), - "AUD" -> BigDecimal(269.99), - "NZD" -> BigDecimal(269.99), - ) - - private val billingPeriodToRatePlanId: Map[BillingPeriod, TargetRatePlanDetails] = Map( - Monthly -> TargetRatePlanDetails( - "2c92a0fb4edd70c8014edeaa4eae220a", - "2c92a0fb4edd70c9014edeaa50342192" - ), // Digital Pack Monthly (rate plan) (old) - Quarterly -> TargetRatePlanDetails( - "2c92a0fb4edd70c8014edeaa4e8521fe", - "2c92a0fb4edd70c9014edeaa4fd42186" - ), // Digital Pack Quarterly (rate plan) (old) - Annual -> TargetRatePlanDetails( - "2c92a0fb4edd70c8014edeaa4e972204", - "2c92a0fb4edd70c9014edeaa5001218c" - ), // Digital Pack Annual (rate plan) (old) - ) - - // ------------------------------------------- - // Support Functions - // ------------------------------------------- - - def newPriceLookup( - currency: String, - billingPeriod: BillingPeriod - ): Either[DataExtractionFailure, BigDecimal] = { - billingPeriod match { - case Monthly => - priceMapMonthlies.get(currency) match { - case None => Left(DataExtractionFailure(s"Could not determine a new monthly price for currency: ${currency}")) - case Some(price) => Right(price) - } - case Quarterly => - priceMapQuarterlies.get(currency) match { - case None => - Left(DataExtractionFailure(s"Could not determine a new quarterly price for currency: ${currency}")) - case Some(price) => Right(price) - } - case Annual => - priceMapAnnuals.get(currency) match { - case None => Left(DataExtractionFailure(s"Could not determine a new annual price for currency: ${currency}")) - case Some(price) => Right(price) - } - case SemiAnnual => Left(DataExtractionFailure(s"There are no defined semi-annual prices for this migration")) - } - } - - def subscriptionRatePlan(subscription: ZuoraSubscription): Either[DataExtractionFailure, ZuoraRatePlan] = { - // Takes a subscription and return the active rate plan - // This function is specific to the current Migration, eg: DigiSubs2023, so we can be effective in the look up of - // that rate plan - subscription.ratePlans.find(_.productName == "Digital Pack") match { - case None => - Left(DataExtractionFailure(s"Subscription ${subscription.subscriptionNumber} doesn't have any rate plan")) - case Some(ratePlan) => Right(ratePlan) - } - } - - def subscriptionIsDiscounted(subscription: ZuoraSubscription): Boolean = { - subscription.ratePlans.exists(rp => rp.productName == "Discounts") - } - - def subscriptionRatePlanCharge( - subscription: ZuoraSubscription, - ratePlan: ZuoraRatePlan - ): Either[DataExtractionFailure, ZuoraRatePlanCharge] = { - // Takes a rate plan and return the active rate plan charges - // Since it's migration specific we can be effective in the look up - // Note that we also pass the subscription to the function in case we need to return a Failure object - ratePlan.ratePlanCharges.headOption match { - case None => { - // Although not enforced by the signature of the function, for this error message to make sense we expect that - // the rate plan belongs to the currency - Left( - DataExtractionFailure(s"Subscription ${subscription.subscriptionNumber} has a rate plan, but with no charge") - ) - } - case Some(ratePlanCharge) => Right(ratePlanCharge) - } - } - - def getPriceFromRatePlanCharge( - subscription: ZuoraSubscription, - ratePlanCharge: ZuoraRatePlanCharge - ): Either[DataExtractionFailure, BigDecimal] = { - // This function takes a rate plan charge and returns the price - // We also pass the subscription in case we need to return a Failure object - ratePlanCharge.price match { - case None => { - Left( - DataExtractionFailure( - s"Subscription ${subscription.subscriptionNumber} has a rate plan charge, but with no currency" - ) - ) - } - case Some(price) => Right(price) - } - } - - def getBillingPeriodFromRatePlanCharge( - subscription: ZuoraSubscription, - ratePlanCharge: ZuoraRatePlanCharge - ): Either[DataExtractionFailure, BillingPeriod] = { - // This function takes a rate plan charge and returns the price - // We also pass the subscription in case we need to return a Failure object - ratePlanCharge.billingPeriod match { - case None => { - Left( - DataExtractionFailure( - s"Subscription ${subscription.subscriptionNumber} has a rate plan charge, but with no currency" - ) - ) - } - case Some(period) => Right(BillingPeriod.fromString(period)) - } - } - - def getBillingPeriodFromSubscription( - subscription: ZuoraSubscription - ): Either[DataExtractionFailure, BillingPeriod] = { - for { - ratePlan <- subscriptionRatePlan(subscription) - ratePlanCharge <- subscriptionRatePlanCharge(subscription, ratePlan) - billingPeriod <- getBillingPeriodFromRatePlanCharge(subscription, ratePlanCharge) - } yield billingPeriod - } - - // ------------------------------------------- - // Main Functions - // ------------------------------------------- - - def priceData( - subscription: ZuoraSubscription, - ): Either[DataExtractionFailure, PriceData] = { - - // This function computes a - // PriceData(currency: Currency, oldPrice: BigDecimal, newPrice: BigDecimal, billingPeriod: String) - // for a subscription - - for { - ratePlan <- subscriptionRatePlan(subscription) - ratePlanCharge <- subscriptionRatePlanCharge(subscription, ratePlan) - currency = ratePlanCharge.currency - billingPeriod <- getBillingPeriodFromRatePlanCharge(subscription, ratePlanCharge) - oldPrice <- getPriceFromRatePlanCharge(subscription, ratePlanCharge) - newPrice <- newPriceLookup(currency, billingPeriod) - } yield PriceData(currency, oldPrice, newPrice, BillingPeriod.toString(billingPeriod)) - } - - def zuoraUpdate( - subscription: ZuoraSubscription, - effectiveDate: LocalDate, - ): Either[DataExtractionFailure, ZuoraSubscriptionUpdate] = { - - // This function essentially compute the data required for the amendment, it returns - // a Either[..., ZuoraSubscriptionUpdate] which indicates the rate plans that are removed and the ones - // that are added to the subscription. It is possible to override the price in the rate - // plan charges as charge overrides. - - // Note that AddZuoraRatePlan requires the product catalogue ratePlanId and ratePlanChargeId, but that - // RemoveZuoraRatePlan requires the specific id of the rate plan carried by the subscription - // (which is not the same as the catalogue's ratePlanId) - - for { - existingRatePlan <- subscriptionRatePlan(subscription) - existingRatePlanCharge <- subscriptionRatePlanCharge(subscription, existingRatePlan) - currency = existingRatePlanCharge.currency - oldPrice <- getPriceFromRatePlanCharge(subscription, existingRatePlanCharge) - billingPeriod <- getBillingPeriodFromSubscription(subscription) - newPrice <- newPriceLookup(currency, billingPeriod) - targetRatePlanDetails <- billingPeriodToRatePlanId.get(billingPeriod) match { - case None => - Left( - DataExtractionFailure( - s"Could not extract ratePlan for billing period: ${BillingPeriod.toString(billingPeriod)}" - ) - ) - case Some(period) => Right(period) - } - } yield ZuoraSubscriptionUpdate( - add = List( - AddZuoraRatePlan( - targetRatePlanDetails.ratePlanId, - effectiveDate, - List( - ChargeOverride( - targetRatePlanDetails.ratePlanChargeId, - BillingPeriod.toString(billingPeriod), - newPrice - ) - ) - ) - ), - remove = List( - RemoveZuoraRatePlan( - existingRatePlan.id, - effectiveDate - ) - ), - currentTerm = None, - currentTermPeriodType = None - ) - } -} diff --git a/lambda/src/main/scala/pricemigrationengine/model/AmendmentData.scala b/lambda/src/main/scala/pricemigrationengine/model/AmendmentData.scala index 276002f9..7c570f47 100644 --- a/lambda/src/main/scala/pricemigrationengine/model/AmendmentData.scala +++ b/lambda/src/main/scala/pricemigrationengine/model/AmendmentData.scala @@ -1,7 +1,6 @@ package pricemigrationengine.model import pricemigrationengine.migrations.{ - DigiSubs2023Migration, GuardianWeeklyMigration, GW2024Migration, newspaper2024Migration, @@ -289,7 +288,6 @@ object AmendmentData { ): Either[Failure, PriceData] = { MigrationType(cohortSpec) match { - case DigiSubs2023 => DigiSubs2023Migration.priceData(subscription) case Newspaper2024 => newspaper2024Migration.Estimation.priceData(subscription) case GW2024 => GW2024Migration.priceData(subscription, account) case SupporterPlus2024 => SupporterPlus2024Migration.priceData(subscription) diff --git a/lambda/src/main/scala/pricemigrationengine/model/MigrationType.scala b/lambda/src/main/scala/pricemigrationengine/model/MigrationType.scala index 228cf5c0..ca5eda84 100644 --- a/lambda/src/main/scala/pricemigrationengine/model/MigrationType.scala +++ b/lambda/src/main/scala/pricemigrationengine/model/MigrationType.scala @@ -2,18 +2,15 @@ package pricemigrationengine.model sealed trait MigrationType object Default extends MigrationType -object DigiSubs2023 extends MigrationType object Newspaper2024 extends MigrationType object GW2024 extends MigrationType object SupporterPlus2024 extends MigrationType object MigrationType { def apply(cohortSpec: CohortSpec): MigrationType = cohortSpec.cohortName match { - case "DigiSubs2023_Batch1" => DigiSubs2023 - case "DigiSubs2023_Batch2" => DigiSubs2023 - case "Newspaper2024" => Newspaper2024 - case "GW2024" => GW2024 - case "SupporterPlus2024" => SupporterPlus2024 - case _ => Default + case "Newspaper2024" => Newspaper2024 + case "GW2024" => GW2024 + case "SupporterPlus2024" => SupporterPlus2024 + case _ => Default } } diff --git a/lambda/src/main/scala/pricemigrationengine/util/StartDates.scala b/lambda/src/main/scala/pricemigrationengine/util/StartDates.scala index f7b602c6..aaabb024 100644 --- a/lambda/src/main/scala/pricemigrationengine/util/StartDates.scala +++ b/lambda/src/main/scala/pricemigrationengine/util/StartDates.scala @@ -28,7 +28,6 @@ object StartDates { def lastPriceRiseDate(cohortSpec: CohortSpec, subscription: ZuoraSubscription): Option[LocalDate] = { MigrationType(cohortSpec) match { case GW2024 => GW2024Migration.subscriptionToLastPriceMigrationDate(subscription) - case DigiSubs2023 => None case Newspaper2024 => None case SupporterPlus2024 => None case Default => None @@ -87,7 +86,6 @@ object StartDates { if (isMonthlySubscription(subscription, invoicePreview)) { MigrationType(cohortSpec) match { case Newspaper2024 => newspaper2024Migration.Estimation.startDateSpreadPeriod(subscription) - case DigiSubs2023 => 3 case GW2024 => 3 case SupporterPlus2024 => 1 // no spread for S+2024 monthlies case Default => 3 @@ -106,7 +104,6 @@ object StartDates { val startDateLowerBound1 = MigrationType(cohortSpec) match { case Newspaper2024 => newspaper2024Migration.Estimation.startDateLowerbound(today, subscription) - case DigiSubs2023 => cohortSpecLowerBound(cohortSpec, today) case GW2024 => cohortSpecLowerBound(cohortSpec, today) case SupporterPlus2024 => cohortSpecLowerBound(cohortSpec, today) case Default => cohortSpecLowerBound(cohortSpec, today) diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/account.json b/lambda/src/test/resources/Migrations/DigiSubs2023/annual/account.json deleted file mode 100644 index 259b76d9..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/account.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "basicInfo" : { - "id" : "ACCOUNT-ID", - "name" : "ACCOUNT-NAME", - "accountNumber" : "ACCOUNT-NUMBER", - "notes" : null, - "status" : "Active", - "crmId" : "ACCOUNT-NAME", - "batch" : "Batch1", - "invoiceTemplateId" : "2c92a0fb49377eae014951ca848e074b", - "communicationProfileId" : null, - "profileNumber" : null, - "purchaseOrderNumber" : null, - "customerServiceRepName" : null, - "IdentityId__c" : "ACCOUNT-IDENTITY-ID", - "sfContactId__c" : "ACCOUNT-SF-CONTACT-ID", - "CCURN__c" : null, - "SpecialDeliveryInstructions__c" : null, - "NonStandardDataReason__c" : null, - "ProcessingAdvice__c" : "NoAdvice", - "CreatedRequestId__c" : "f4d76fec-a56b-aa98-0000-000000004086", - "RetryStatus__c" : null, - "salesRep" : null, - "summaryStatementTemplateId" : null, - "sequenceSetId" : null - }, - "billingAndPayment" : { - "billCycleDay" : 17, - "currency" : "GBP", - "paymentTerm" : "Due Upon Receipt", - "paymentGateway" : "PayPal Express", - "paymentGatewayNumber" : "PG-00000006", - "defaultPaymentMethodId" : "DEFAULT-PAYMENT-METHOD-ID", - "invoiceDeliveryPrefsPrint" : false, - "invoiceDeliveryPrefsEmail" : true, - "autoPay" : true, - "additionalEmailAddresses" : [ ], - "paymentMethodCascadingConsent" : false - }, - "metrics" : { - "balance" : 0.000000000, - "totalInvoiceBalance" : 0.000000000, - "creditBalance" : 0.000000000, - "contractedMrr" : 9.920000000 - }, - "billToContact" : null, - "soldToContact" : null, - "taxInfo" : null, - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/catalogue.json b/lambda/src/test/resources/Migrations/DigiSubs2023/annual/catalogue.json deleted file mode 100644 index ea13cefe..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/catalogue.json +++ /dev/null @@ -1,14185 +0,0 @@ -{ - "products" : [ { - "id" : "2c92a0ff5345f9200153559c6d2a3385", - "sku" : "ABC-00000012", - "name" : "Discounts", - "description" : "Template discount rate plans", - "category" : null, - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "productNumber" : "PC-00000008", - "allowFeatureChanges" : false, - "ProductEnabled__c" : null, - "Entitlements__c" : null, - "AcquisitionProfile__c" : null, - "ProductType__c" : null, - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a128adf8b64bcfd018b6b6fdc7674f5", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2023-10-26", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129c288b64d798018b6b711d8845d0", - "name" : "Cancellation Save Discount - 25% off for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000307" - } ], - "productRatePlanNumber" : "PRP-00000189" - }, { - "id" : "8a1288018b37ad08018b388709951c46", - "status" : "Active", - "name" : "Acquisition Discount - 12% off for 12 months", - "description" : "", - "effectiveStartDate" : "2023-10-16", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1281f38b37ad1c018b38885ee06166", - "name" : "Acquisition Discount - 12% off for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "12% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 12.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000306" - } ], - "productRatePlanNumber" : "PRP-00000188" - }, { - "id" : "8a1299c28aff1e73018b004582a22581", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - National Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1299c28aff1e73018b004583002583", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : null - }, { - "id" : "8a128e208aff0721018b003d0dfe59d9", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - National Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128e208aff0721018b003d0e5959e0", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : null - }, { - "id" : "8a128432880a889f01880f873d2b1b7a", - "status" : "Active", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12989f880a9e8001880f8836a32b33", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "33.29% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 33.290000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000290" - } ], - "productRatePlanNumber" : "PRP-00000004" - }, { - "id" : "8a1290f1880a9e7401880f834fb70bce", - "status" : "Active", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12921d880a9e7901880f841d0a5c71", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "46.19% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 46.190000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000289" - } ], - "productRatePlanNumber" : "PRP-00000003" - }, { - "id" : "8a1282d4880a889501880f817b9d5c7a", - "status" : "Active", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128cd5880a888f01880f8229e17ceb", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50.5% discount", "0% discount" ], - "pricing" : [ { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.500000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000288" - } ], - "productRatePlanNumber" : "PRP-00000002" - }, { - "id" : "8a12867b880a888901880f7f007913f6", - "status" : "Active", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129e06880a9e7c01880f7fe5ec4d06", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30.03% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.030000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000287" - } ], - "productRatePlanNumber" : "PRP-00000001" - }, { - "id" : "8a1297638021d0d7018022d4bb3342c2", - "status" : "Active", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4bda76fdb", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "13% discount", "13% discount", "13% discount", "13% discount", "13% discount", "13% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000272" - } ], - "productRatePlanNumber" : "PRP-00000172" - }, { - "id" : "8a12972d8021d0d3018022d4c2a36f0c", - "status" : "Active", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128aa88021da2d018022d4c4f06176", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "18% discount", "18% discount", "18% discount", "18% discount", "18% discount", "18% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000274" - } ], - "productRatePlanNumber" : "PRP-00000174" - }, { - "id" : "8a1295918021d0d2018022d4ca0c4aac", - "status" : "Active", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4cb8e4ab6", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000276" - } ], - "productRatePlanNumber" : "PRP-00000176" - }, { - "id" : "8a128f138021d0d6018022d4c65b0384", - "status" : "Active", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129f6f8021d0d4018022d4c84f5545", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000275" - } ], - "productRatePlanNumber" : "PRP-00000175" - }, { - "id" : "8a128eda8021d0d4018022d4af5e4318", - "status" : "Active", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed88021d0e0018022d4b17e7570", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "7% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 7.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000269" - } ], - "productRatePlanNumber" : "PRP-00000169" - }, { - "id" : "8a128eda8021d0d4018022d4aab842f9", - "status" : "Active", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12972d8021d0d3018022d4ad3c6db1", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000268" - } ], - "productRatePlanNumber" : "PRP-00000168" - }, { - "id" : "8a128e2d8021d0d4018022d4bf72421e", - "status" : "Active", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4c126703b", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 17.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000273" - } ], - "productRatePlanNumber" : "PRP-00000173" - }, { - "id" : "8a128aa88021da2d018022d4b38b613e", - "status" : "Active", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128b618021d0cf018022d4b554090b", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "8% discount", "8% discount", "8% discount", "8% discount", "8% discount", "8% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000271" - } ], - "productRatePlanNumber" : "PRP-00000170" - }, { - "id" : "8a128aa88021da2d018022d4a6856101", - "status" : "Active", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4a8784983", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "5% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 5.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000267" - } ], - "productRatePlanNumber" : "PRP-00000167" - }, { - "id" : "8a12892d8021d0dc018022d4b6f94f05", - "status" : "Active", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128eda8021d0d4018022d4b9024332", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000270" - } ], - "productRatePlanNumber" : "PRP-00000171" - }, { - "id" : "8a12865b8021d0d9018022d2a2e52c74", - "status" : "Active", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295258021d0d3018022d2b4251038", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000265" - } ], - "productRatePlanNumber" : "PRP-00000165" - }, { - "id" : "8a12801c8021d0e8018022d4a1815301", - "status" : "Active", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129b9c8021d0d2018022d4a4417880", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "4% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 4.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000266" - } ], - "productRatePlanNumber" : "PRP-00000166" - }, { - "id" : "2c92a0ff74296d7201742b7daf20123d", - "status" : "Active", - "name" : "Digipack Acq Offer - 1st Payment", - "description" : "a percentage discount on Annual Digipack subscriptions, where the percentage is dependent on the billing currency. This discount is available so that our Customer Service Reps are able to provide the same level of discounting as is available on the website, to subscriptions acquired through the call centre", - "effectiveStartDate" : "2020-08-27", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff74296d7201742b7daf2f123f", - "name" : "Digipack Acq Offer - 1st Payment", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17.09% discount", "25.53% discount", "16.11% discount", "16.81% discount", "20.09% discount", "18.61% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 17.090000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.530000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.110000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.810000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.090000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 18.610000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000257" - } ], - "productRatePlanNumber" : "PRP-00000157" - }, { - "id" : "2c92a0ff65c757150165c8eab88b788e", - "status" : "Expired", - "name" : "Home Delivery Adjustment charge", - "description" : "Call centre version", - "effectiveStartDate" : "2018-09-11", - "effectiveEndDate" : "2019-09-11", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff65c757150165c8eab8c07896", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000189" - } ], - "productRatePlanNumber" : "PRP-00000119" - }, { - "id" : "2c92a0ff64176cd40164232c8ec97661", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd40164232c8eda7664", - "name" : "25% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000188" - } ], - "productRatePlanNumber" : "PRP-00000118" - }, { - "id" : "2c92a0ff5e09bd67015e0a93efe86d2e", - "status" : "Active", - "name" : "Customer Experience Adjustment - Voucher", - "description" : "", - "effectiveStartDate" : "2016-08-01", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5e09bd67015e0a93f0026d34", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000176" - } ], - "productRatePlanNumber" : "PRP-00000108" - }, { - "id" : "2c92a0ff56fe33f301572314aed277fb", - "status" : "Active", - "name" : "Percentage Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc56fe26ba01572315d66d026e", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : true, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000123" - } ], - "productRatePlanNumber" : "PRP-00000066" - }, { - "id" : "2c92a0ff5345f9220153559d915d5c26", - "status" : "Active", - "name" : "Percentage", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd5345efa10153559e97bb76c6", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "0% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000044" - } ], - "productRatePlanNumber" : "PRP-00000048" - }, { - "id" : "2c92a0fe750b35d001750d4522f43817", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Digital Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe750b35d001750d4523103819", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000260" - } ], - "productRatePlanNumber" : "PRP-00000160" - }, { - "id" : "2c92a0fe7375d60901737c64808e4be1", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - Home Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe7375d60901737c6480bc4be3", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000254" - } ], - "productRatePlanNumber" : "PRP-00000154" - }, { - "id" : "2c92a0fe72c5c3480172c7f1fb545f81", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe72c5c3480172c7f1fb7f5f87", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000253" - } ], - "productRatePlanNumber" : "PRP-00000153" - }, { - "id" : "2c92a0fe65f0ac1f0165f2189bca248c", - "status" : "Active", - "name" : "Digipack Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe65f0ac1f0165f2189bdf248f", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount", "20% discount", "20% discount", "20% discount", "20% discount", "20% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000190" - } ], - "productRatePlanNumber" : "PRP-00000120" - }, { - "id" : "2c92a0fe62b7edde0162dd29b8124a8e", - "status" : "Active", - "name" : "Guardian Weekly Adjustment charge", - "description" : "To fix premature refunds", - "effectiveStartDate" : "2018-04-19", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe62b7edde0162dd29b83f4a9e", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "Adjustment for premature refunds where the product was not removed in advance.", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000186" - } ], - "productRatePlanNumber" : "PRP-00000116" - }, { - "id" : "2c92a0fe5fe26834015fe33c70a24f50", - "status" : "Active", - "name" : "Black Friday 50% for 3 months for existing customers", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : "TBC", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5fe26834015fe33c70b74f52", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "50% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000179" - } ], - "productRatePlanNumber" : "PRP-00000111" - }, { - "id" : "2c92a0fe56fe33ff015723143e4778be", - "status" : "Active", - "name" : "Fixed Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff576f2f760157aec73aa34ccc", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000131" - } ], - "productRatePlanNumber" : "PRP-00000065" - }, { - "id" : "2c92a0fd6f1426ef016f18a86c515ed7", - "status" : "Active", - "name" : "Cancellation Save Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd6f1426ef016f18a86c705ed9", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "20% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000205" - } ], - "productRatePlanNumber" : "PRP-00000134" - }, { - "id" : "2c92a0fc6ae918b6016b080950e96d75", - "status" : "Active", - "name" : "Guardian Weekly Holiday Credit", - "description" : "", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc6ae918b6016b0809512f6d7f", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000200" - } ], - "productRatePlanNumber" : "PRP-00000129" - }, { - "id" : "2c92a0fc610e738901612d83fce461fd", - "status" : "Expired", - "name" : "Tabloid launch 25% off for one year for existing customers", - "description" : "", - "effectiveStartDate" : "2017-12-19", - "effectiveEndDate" : "2020-12-19", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : "GTL99C", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc610e738901612d85acb06a73", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "25% off for one year", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000180" - } ], - "productRatePlanNumber" : "PRP-00000112" - }, { - "id" : "2c92a0fc5b42d2c9015b6259f7f40040", - "status" : "Expired", - "name" : "Guardian Weekly Holiday Credit - old", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2019-05-29", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6ad50f58016ad9ca59962c8c", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000199" - }, { - "id" : "2c92a0ff5b42e3ad015b627c142f072a", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000173" - } ], - "productRatePlanNumber" : "PRP-00000105" - }, { - "id" : "2c92a0fc596d31ea01598d623a297897", - "status" : "Active", - "name" : "Home Delivery Holiday Credit v2", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc596d31ea01598d72baf33417", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000146" - } ], - "productRatePlanNumber" : "PRP-00000078" - }, { - "id" : "2c92a0fc569c311201569dfbecb4215f", - "status" : "Expired", - "name" : "Home Delivery Holiday Credit", - "description" : "Call centre version", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2017-07-31", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe569c441901569e03b5cc619e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000080" - } ], - "productRatePlanNumber" : "PRP-00000056" - }, { - "id" : "2c92a0117468816901748bdb3a8c1ac4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0117468816901748bdb3aab1ac6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000259" - } ], - "productRatePlanNumber" : "PRP-00000159" - }, { - "id" : "2c92a01072c5c2e30172c7f0764772c9", - "status" : "Active", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7f0766372cb", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000251" - } ], - "productRatePlanNumber" : "PRP-00000151" - }, { - "id" : "2c92a01072c5c2e20172c7efe01125c6", - "status" : "Active", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7efe02325ca", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "9% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 9.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000250" - } ], - "productRatePlanNumber" : "PRP-00000150" - }, { - "id" : "2c92a01072c5c2e20172c7ee96b91a7c", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7ee96e71a7e", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000249" - } ], - "productRatePlanNumber" : "PRP-00000149" - }, { - "id" : "2c92a00f7468817d01748bd88f0d1d6c", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Home Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f7468817d01748bd88f2e1d6e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000258" - } ], - "productRatePlanNumber" : "PRP-00000158" - }, { - "id" : "2c92a00d6f9de7f6016f9f6f52765aa4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - GW", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d6f9de7f6016f9f6f529e5aaf", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000207" - } ], - "productRatePlanNumber" : "PRP-00000136" - }, { - "id" : "2c92a00872c5d4770172c7f140a32d62", - "status" : "Active", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00872c5d4770172c7f140c52d64", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "16% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000252" - } ], - "productRatePlanNumber" : "PRP-00000152" - }, { - "id" : "2c92a0086f1426d1016f18a9c71058a5", - "status" : "Active", - "name" : "Acquisition Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086f1426d1016f18a9c73058a7", - "name" : "25% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000206" - } ], - "productRatePlanNumber" : "PRP-00000135" - }, { - "id" : "2c92a0086b25c750016b32548239308d", - "status" : "Active", - "name" : "Customer Experience - Complementary 100% discount", - "description" : "Head-office use only", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086b25c750016b32548256308f", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount", "100% discount", "100% discount", "100% discount", "100% discount", "100% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000202" - } ], - "productRatePlanNumber" : "PRP-00000131" - }, { - "id" : "2c92a00864176ce90164232ac0d90fc1", - "status" : "Active", - "name" : "Cancellation Save Discount - 50% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd50164232c7e493410", - "name" : "50% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50% discount", "50% discount", "50% discount", "50% discount", "50% discount", "50% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000187" - } ], - "productRatePlanNumber" : "PRP-00000117" - }, { - "id" : "2c92a00772c5c2e90172c7ebd62a68c4", - "status" : "Active", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7ed605b60d3", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000248" - } ], - "productRatePlanNumber" : "PRP-00000148" - }, { - "id" : "2c92a0076ae9189c016b080c930a6186", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - GW", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086ae928d7016b080f638477a6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000201" - } ], - "productRatePlanNumber" : "PRP-00000130" - }, { - "id" : "8a12902787109bb7018712c479592ee9", - "status" : "Active", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1290f187109bb0018712c5227f7842", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000286" - } ], - "productRatePlanNumber" : "PRP-00000184" - }, { - "id" : "8a12989f87109bb0018712c33dc63674", - "status" : "Active", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12867b871080e2018712c3f4177d3d", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000285" - } ], - "productRatePlanNumber" : "PRP-00000183" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "sku" : "ABC-00000005", - "name" : "Digital Pack", - "description" : "The Guardian & Observer Digital Pack gives you 7-day access to the Guardian & Observer daily edition for iPad, Android tablet and Kindle Fire as well as premium tier access to the iOS and Android live news apps.", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000006", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Digital Pack", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff73add07f0173b99f14390afc", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff73add07f0173b9a80a584466", - "name" : "Digital Subscription Three Month Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000256" - } ], - "productRatePlanNumber" : "PRP-00000156" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4eae220a", - "status" : "Active", - "name" : "Digital Pack Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa50342192", - "name" : "Digital Pack Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD24.99", "NZD26.99", "EUR18.99", "GBP14.99", "CAD27.44", "AUD26.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 24.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 18.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 27.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000022" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e972204", - "status" : "Active", - "name" : "Digital Pack Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa5001218c", - "name" : "Digital Pack Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD249", "NZD269.99", "EUR187", "GBP149", "CAD274", "AUD269.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 249.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 187.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 149.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 274.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000021" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e8521fe", - "status" : "Active", - "name" : "Digital Pack Quarterly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa4fd42186", - "name" : "Digital Pack Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD74.94", "NZD79.99", "EUR56.19", "GBP44.94", "CAD82.31", "AUD79.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 74.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 56.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 44.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 82.310000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000020" - }, { - "id" : "2c92a00d779932ef0177a65430d30ac1", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f779933030177a65881490325", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000261" - } ], - "productRatePlanNumber" : "PRP-00000161" - }, { - "id" : "2c92a00d71c96bac0171df3a5622740f", - "status" : "Active", - "name" : "Corporate Digital Subscription", - "description" : "", - "effectiveStartDate" : "2020-01-01", - "effectiveEndDate" : "2050-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A100", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00871c96ba30171df3b481931a0", - "name" : "Corporate Digital Subscription", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Digital Pack", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000247" - } ], - "productRatePlanNumber" : "PRP-00000147" - }, { - "id" : "2c92a00c77992ba70177a6596f710265", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a011779932fd0177a670f43102aa", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000262" - } ], - "productRatePlanNumber" : "PRP-00000162" - }, { - "id" : "2c92a00773adc09d0173b99e4ded7f45", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d73add0220173b9a387c62aec", - "name" : "Digital Subscription One Year Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000255" - } ], - "productRatePlanNumber" : "PRP-00000155" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12999f8a268c57018a27ebddab1460", - "sku" : "ABC-00000033", - "name" : "Newspaper - National Delivery", - "description" : "Newspaper delivery outside the M25, via PaperRound", - "category" : null, - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000019", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - National Delivery", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12999f8a268c57018a27ebfd721883", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ec029418ea", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.74" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.740000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000304" - }, { - "id" : "8a12999f8a268c57018a27ebfecb18c7", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000303" - }, { - "id" : "8a12999f8a268c57018a27ebffb518cf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000300" - }, { - "id" : "8a12999f8a268c57018a27ebfde818ab", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000302" - }, { - "id" : "8a12999f8a268c57018a27ec01a918e2", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000301" - }, { - "id" : "8a12999f8a268c57018a27ec00b418d9", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000305" - } ], - "productRatePlanNumber" : "PRP-00000187" - }, { - "id" : "8a12999f8a268c57018a27ebe868150c", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe8b4150e", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP16" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 16.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000299" - }, { - "id" : "8a12999f8a268c57018a27ebe949151d", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP15.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 15.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000298" - } ], - "productRatePlanNumber" : "PRP-00000186" - }, { - "id" : "8a12999f8a268c57018a27ebe31414a4", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "20", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe35114a6", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.900000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000294" - }, { - "id" : "8a12999f8a268c57018a27ebe65914de", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.89" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.890000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000296" - }, { - "id" : "8a12999f8a268c57018a27ebe44c14b6", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000291" - }, { - "id" : "8a12999f8a268c57018a27ebe4d414bf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000295" - }, { - "id" : "8a12999f8a268c57018a27ebe3ce14ae", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000292" - }, { - "id" : "8a12999f8a268c57018a27ebe5d814d6", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000293" - }, { - "id" : "8a12999f8a268c57018a27ebe55814ca", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000297" - } ], - "productRatePlanNumber" : "PRP-00000185" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4bb97034014bbbc561fa4fed", - "sku" : "SKU-00000013", - "name" : "Supporter", - "description" : "This is the description of the supporter membership.", - "category" : null, - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2099-01-01", - "productNumber" : "PC-00000005", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : "Events:SUPPORTER", - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Membership", - "ProductLevel__c" : "400", - "Tier__c" : "Supporter", - "productRatePlans" : [ { - "id" : "8a129ce886834fa90186a20c3ee70b6a", - "status" : "Active", - "name" : "Supporter - annual (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129ce886834fa90186a20c3f4f0b6c", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "EUR95", "GBP75", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 75.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000284" - } ], - "productRatePlanNumber" : "PRP-00000182" - }, { - "id" : "8a1287c586832d250186a2040b1548fe", - "status" : "Active", - "name" : "Supporter - monthly (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12800986832d1d0186a20bf5136471", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD9.99", "EUR9.99", "GBP7", "CAD12.99", "AUD14.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 7.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000283" - } ], - "productRatePlanNumber" : "PRP-00000181" - }, { - "id" : "2c92a0fb4c5481db014c69f4a1e03bbd", - "status" : "Expired", - "name" : "Non Founder Supporter - annual", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4c5481db014c69f4a2013bbf", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD69", "EUR49", "GBP49", "CAD69", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000009" - } ], - "productRatePlanNumber" : "PRP-00000013" - }, { - "id" : "2c92a0fb4bb97034014bbbc562604ff7", - "status" : "Expired", - "name" : "Supporter - annual", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc5626f4ff9", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP50" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 50.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000008" - } ], - "productRatePlanNumber" : "PRP-00000012" - }, { - "id" : "2c92a0fb4bb97034014bbbc562114fef", - "status" : "Expired", - "name" : "Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc562274ff1", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000007" - } ], - "productRatePlanNumber" : "PRP-00000011" - }, { - "id" : "2c92a0f94c547592014c69f5b0ff4f7e", - "status" : "Expired", - "name" : "Non Founder Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0f94c547592014c69f5b1204f80", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6.99", "EUR4.99", "GBP5", "CAD6.99", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 4.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000010" - } ], - "productRatePlanNumber" : "PRP-00000014" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12865b8219d9b4018221061563643f", - "sku" : "ABC-00000032", - "name" : "Supporter Plus", - "description" : "New Support product July 2022", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000018", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Supporter Plus", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12865b8219d9b401822106192b64dc", - "status" : "Expired", - "name" : "Supporter Plus Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b401822106194e64e3", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000278" - } ], - "productRatePlanNumber" : "PRP-00000178" - }, { - "id" : "8a12865b8219d9b40182210618a464ba", - "status" : "Expired", - "name" : "Supporter Plus Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b40182210618c664c1", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000277" - } ], - "productRatePlanNumber" : "PRP-00000177" - }, { - "id" : "8a128ed885fc6ded018602296ace3eb8", - "status" : "Active", - "name" : "Supporter Plus V2 - Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128d7085fc6dec01860234cd075270", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000281" - }, { - "id" : "8a128ed885fc6ded018602296af13eba", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000280" - } ], - "productRatePlanNumber" : "PRP-00000180" - }, { - "id" : "8a128ed885fc6ded01860228f77e3d5a", - "status" : "Active", - "name" : "Supporter Plus V2 - Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed885fc6ded01860228f7cb3d5f", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000279" - }, { - "id" : "8a12892d85fc6df4018602451322287f", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000282" - } ], - "productRatePlanNumber" : "PRP-00000179" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe6619b4b901661aaf826435de", - "sku" : "ABC-00000030", - "name" : "Guardian Weekly - ROW", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000016", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff79ac64e30179ae45669b3a83", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff79ac64e30179ae4566cb3a86", - "name" : "GW Oct 18 - Monthly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD30", "GBP24.8" ], - "pricing" : [ { - "currency" : "USD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 24.800000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000264" - } ], - "productRatePlanNumber" : "PRP-00000164" - }, { - "id" : "2c92a0ff67cebd140167f0a2f66a12eb", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd140167f0a2f68912ed", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000198" - } ], - "productRatePlanNumber" : "PRP-00000128" - }, { - "id" : "2c92a0fe6619b4b601661ab300222651", - "status" : "Active", - "name" : "GW Oct 18 - Annual - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661ab3002f2653", - "name" : "GW Oct 18 - Annual - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000195" - } ], - "productRatePlanNumber" : "PRP-00000125" - }, { - "id" : "2c92a0086619bf8901661ab545f51b21", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661ab546091b23", - "name" : "GW Oct 18 - First 6 issues - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000196" - } ], - "productRatePlanNumber" : "PRP-00000126" - }, { - "id" : "2c92a0086619bf8901661ab02752722f", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff6619bf8b01661ab2d0396eb2", - "name" : "GW Oct 18 - Quarterly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000194" - } ], - "productRatePlanNumber" : "PRP-00000124" - }, { - "id" : "2c92a0076dd9892e016df8503e7c6c48", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0076dd9892e016df8503e936c4a", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000203" - } ], - "productRatePlanNumber" : "PRP-00000132" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff6619bf8901661aa3247c4b1d", - "sku" : "ABC-00000029", - "name" : "Guardian Weekly - Domestic", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-18", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000015", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a834234e", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a85b2350", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000197" - } ], - "productRatePlanNumber" : "PRP-00000127" - }, { - "id" : "2c92a0fe6619b4b901661aa8e66c1692", - "status" : "Active", - "name" : "GW Oct 18 - Annual - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b901661aa8e6811695", - "name" : "GW Oct 18 - Annual - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000192" - } ], - "productRatePlanNumber" : "PRP-00000122" - }, { - "id" : "2c92a0fe6619b4b301661aa494392ee2", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661aa8b74e623f", - "name" : "GW Oct 18 - Quarterly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000191" - } ], - "productRatePlanNumber" : "PRP-00000121" - }, { - "id" : "2c92a0fd79ac64b00179ae3f9d474960", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd79ac64b00179ae3f9d704962", - "name" : "GW Oct 18 - Monthly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD27.5", "NZD45.5", "EUR23.5", "GBP13.75", "CAD30", "AUD36" ], - "pricing" : [ { - "currency" : "USD", - "price" : 27.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 45.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 23.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 13.750000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000263" - } ], - "productRatePlanNumber" : "PRP-00000163" - }, { - "id" : "2c92a00e6dd988e2016df85387417498", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6dd988e2016df853875d74c6", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000204" - } ], - "productRatePlanNumber" : "PRP-00000133" - }, { - "id" : "2c92a0086619bf8901661aaac94257fe", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661aaac95d5800", - "name" : "GW Oct 18 - First 6 issues - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000193" - } ], - "productRatePlanNumber" : "PRP-00000123" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a00870ec598001710740c3d92eab", - "sku" : "ABC-00000031", - "name" : "Newspaper Digital Voucher", - "description" : "Newspaper Digital Voucher", - "category" : null, - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000017", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - Digital Voucher", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a00870ec598001710740d3d03035", - "status" : "Active", - "name" : "Everyday+", - "description" : "Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A109", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d4143037", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000239" - }, { - "id" : "2c92a00870ec598001710740d4b8304f", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000244" - }, { - "id" : "2c92a00870ec598001710740d54f3069", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000241" - }, { - "id" : "2c92a00870ec598001710740d5fd3073", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000245" - }, { - "id" : "2c92a00870ec598001710740d691307c", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000242" - }, { - "id" : "2c92a00870ec598001710740d7493084", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000246" - }, { - "id" : "2c92a00870ec598001710740d7e2308d", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.45" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.450000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000243" - }, { - "id" : "2c92a00870ec598001710740d8873096", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000240" - } ], - "productRatePlanNumber" : "PRP-00000146" - }, { - "id" : "2c92a00870ec598001710740c78d2f13", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c8c42f40", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000218" - }, { - "id" : "2c92a00870ec598001710740c91d2f4d", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000227" - }, { - "id" : "2c92a00870ec598001710740c7b82f1c", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000229" - }, { - "id" : "2c92a00870ec598001710740c80f2f26", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000220" - }, { - "id" : "2c92a00870ec598001710740c8652f37", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000222" - }, { - "id" : "2c92a00870ec598001710740c9802f59", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000225" - }, { - "id" : "2c92a00870ec598001710740c9d72f61", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.45" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.450000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000224" - } ], - "productRatePlanNumber" : "PRP-00000139" - }, { - "id" : "2c92a00870ec598001710740d24b3022", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "21", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d28e3024", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000234" - }, { - "id" : "2c92a00870ec598001710740d325302c", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000237" - } ], - "productRatePlanNumber" : "PRP-00000145" - }, { - "id" : "2c92a00870ec598001710740ca532f69", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "26", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cc9b2f88", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000219" - }, { - "id" : "2c92a00870ec598001710740cd012f90", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000226" - }, { - "id" : "2c92a00870ec598001710740cd6e2fa2", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.19" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000223" - }, { - "id" : "2c92a00870ec598001710740cb4e2f6b", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000228" - }, { - "id" : "2c92a00870ec598001710740cbb32f77", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000230" - }, { - "id" : "2c92a00870ec598001710740cc2c2f80", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000221" - } ], - "productRatePlanNumber" : "PRP-00000140" - }, { - "id" : "2c92a00870ec598001710740c4582ead", - "status" : "Active", - "name" : "Sixday+", - "description" : "Guardian papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "27", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A110", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c48e2eaf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000217" - }, { - "id" : "2c92a00870ec598001710740c4dc2eb7", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000215" - }, { - "id" : "2c92a00870ec598001710740c5192ebf", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000211" - }, { - "id" : "2c92a00870ec598001710740c55a2ec7", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.19" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000209" - }, { - "id" : "2c92a00870ec598001710740c5962ecf", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000214" - }, { - "id" : "2c92a00870ec598001710740c5cf2ed7", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000212" - }, { - "id" : "2c92a00870ec598001710740c60f2edf", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000216" - } ], - "productRatePlanNumber" : "PRP-00000137" - }, { - "id" : "2c92a00870ec598001710740d0d83017", - "status" : "Active", - "name" : "Sunday", - "description" : "Observer paper", - "effectiveStartDate" : "2017-03-27", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A118", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d1103019", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000236" - } ], - "productRatePlanNumber" : "PRP-00000144" - }, { - "id" : "2c92a00870ec598001710740cf9e3004", - "status" : "Active", - "name" : "Sunday+", - "description" : "Observer paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "4", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A112", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cfda3006", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000238" - }, { - "id" : "2c92a00870ec598001710740d053300f", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000235" - } ], - "productRatePlanNumber" : "PRP-00000143" - }, { - "id" : "2c92a00870ec598001710740c6672ee7", - "status" : "Active", - "name" : "Weekend+", - "description" : "Saturday Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "17", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A113", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c6872ee9", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000210" - }, { - "id" : "2c92a00870ec598001710740c6ce2ef1", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000213" - }, { - "id" : "2c92a00870ec598001710740c7132efe", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000208" - } ], - "productRatePlanNumber" : "PRP-00000138" - }, { - "id" : "2c92a00870ec598001710740ce702ff0", - "status" : "Active", - "name" : "Saturday+", - "description" : "Saturday paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "4", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A111", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cf1e2ffc", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000233" - }, { - "id" : "2c92a00870ec598001710740cea02ff4", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000231" - } ], - "productRatePlanNumber" : "PRP-00000142" - }, { - "id" : "2c92a00870ec598001710740cdd02fbd", - "status" : "Active", - "name" : "Saturday", - "description" : "Saturday paper", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A117", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740ce042fcb", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000232" - } ], - "productRatePlanNumber" : "PRP-00000141" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe5aacfabe015ad24bf6e15ff6", - "sku" : "ABC-00000028", - "name" : "Contributor", - "description" : "", - "category" : null, - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "productNumber" : "PC-00000014", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Contribution", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c200eea", - "status" : "Active", - "name" : "Annual Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Annual", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c7b0f34", - "name" : "Annual Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD60", "EUR60", "GBP60", "CAD5", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000177" - } ], - "productRatePlanNumber" : "PRP-00000109" - }, { - "id" : "2c92a0fc5aacfadd015ad24db4ff5e97", - "status" : "Active", - "name" : "Monthly Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5aacfadd015ad250bf2c6d38", - "name" : "Monthly Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD5", "NZD5", "EUR5", "GBP5", "CAD5", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000170" - } ], - "productRatePlanNumber" : "PRP-00000102" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fd57d0a9870157d73fa27c3de1", - "sku" : "ABC-00000017", - "name" : "Guardian Weekly Zone A", - "description" : "", - "category" : null, - "effectiveStartDate" : "1990-10-18", - "effectiveEndDate" : "2099-10-18", - "productNumber" : "PC-00000011", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb38d201688", - "status" : "Active", - "name" : "Guardian Weekly 10% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb548381f4e", - "name" : "10% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000160" - } ], - "productRatePlanNumber" : "PRP-00000092" - }, { - "id" : "2c92a0ff5a5adca7015a5c51a69c7f2e", - "status" : "Active", - "name" : "Guardian Weekly 3 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "ThreeYears", - "Saving__c" : null, - "DefaultTerm__c" : "36", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c51a6ad7f30", - "name" : "Zone A 3 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD720", "GBP360" ], - "pricing" : [ { - "currency" : "USD", - "price" : 720.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Three_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000153" - } ], - "productRatePlanNumber" : "PRP-00000085" - }, { - "id" : "2c92a0ff5a5adca7015a5c4af5963efa", - "status" : "Active", - "name" : "Guardian Weekly 6 Months", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "SixMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c4af5b63f01", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000150" - } ], - "productRatePlanNumber" : "PRP-00000082" - }, { - "id" : "2c92a0ff5a4b85e7015a4cf95d352a07", - "status" : "Active", - "name" : "Guardian Weekly 12 Issues", - "description" : "12 issues", - "effectiveStartDate" : "1995-11-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a4b85e7015a4cf95d472a09", - "name" : "Zone A 12 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD12", "GBP12" ], - "pricing" : [ { - "currency" : "USD", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 12, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000149" - } ], - "productRatePlanNumber" : "PRP-00000081" - }, { - "id" : "2c92a0ff59d9d540015a41a40b3e07d3", - "status" : "Active", - "name" : "Guardian Weekly 6 Issues", - "description" : "", - "effectiveStartDate" : "1995-02-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a241e5a015a41f1c4b102c3", - "name" : "Zone A 6 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "GBP6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000147" - } ], - "productRatePlanNumber" : "PRP-00000079" - }, { - "id" : "2c92a0ff58bdf4eb0158f2ecc89c1034", - "status" : "Active", - "name" : "Guardian Weekly 1 Year", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff58bdf4eb0158f2ecc8ae1036", - "name" : "Zone A 1 Year", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000136" - } ], - "productRatePlanNumber" : "PRP-00000072" - }, { - "id" : "2c92a0ff57d0a0b60157d741e722439a", - "status" : "Active", - "name" : "Guardian Weekly Annual", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd57d0a9870157d7510cfd66f0", - "name" : "Zone A Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000132" - } ], - "productRatePlanNumber" : "PRP-00000069" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb648541d78", - "status" : "Active", - "name" : "Guardian Weekly 30% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb648631d7a", - "name" : "30% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000162" - } ], - "productRatePlanNumber" : "PRP-00000094" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb59d9407a6", - "status" : "Active", - "name" : "Guardian Weekly 25% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb59db107a8", - "name" : "25% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000161" - } ], - "productRatePlanNumber" : "PRP-00000093" - }, { - "id" : "2c92a0fe5a5ad349015a5c4e3f87184c", - "status" : "Active", - "name" : "Guardian Weekly 6 Months Only", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "SixMonthsOnly", - "Saving__c" : null, - "DefaultTerm__c" : "6", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad349015a5c4e3f99184f", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 6, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000151" - } ], - "productRatePlanNumber" : "PRP-00000083" - }, { - "id" : "2c92a0fe5a5ad343015a5c50b4eb2d72", - "status" : "Active", - "name" : "Guardian Weekly 2 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "TwoYears", - "Saving__c" : null, - "DefaultTerm__c" : "24", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad343015a5c50b4fc2d74", - "name" : "Zone A 2 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD480", "GBP240" ], - "pricing" : [ { - "currency" : "USD", - "price" : 480.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Two_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000152" - } ], - "productRatePlanNumber" : "PRP-00000084" - }, { - "id" : "2c92a0fd57d0a9870157d7412f19424f", - "status" : "Active", - "name" : "Guardian Weekly Quarterly", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff57d0a0b50157d752a0077624", - "name" : "Zone A Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "GBP30" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000133" - } ], - "productRatePlanNumber" : "PRP-00000068" - } ], - "productFeatures" : [ ] - } ], - "nextPage" : "/v1/catalog/products?page=2&pageSize=10", - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/invoice-preview.json b/lambda/src/test/resources/Migrations/DigiSubs2023/annual/invoice-preview.json deleted file mode 100644 index e12b99c7..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/invoice-preview.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "accountId" : "ACCOUNT-ID", - "invoiceItems" : [ { - "id" : "a1774c763db74c108c860fc28af40c94", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2023-11-17", - "serviceEndDate" : "2024-11-16", - "chargeAmount" : 119.000000000, - "chargeDescription" : "", - "chargeName" : "Digital Pack Annual", - "chargeNumber" : "C-04065127", - "chargeId" : "8a128ed8841c577d0184352ef2e457ff", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-11-01 17:37:45", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - } ], - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/subscription.json b/lambda/src/test/resources/Migrations/DigiSubs2023/annual/subscription.json deleted file mode 100644 index 2284b3cd..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/annual/subscription.json +++ /dev/null @@ -1,241 +0,0 @@ -{ - "success" : true, - "id" : "SUBSCRIPTION-ID", - "accountId" : "ACCOUNT-ID", - "accountNumber" : "ACCOUNT-NUMBER", - "accountName" : "ACCOUNT-NAME", - "invoiceOwnerAccountId" : "ACCOUNT-ID", - "invoiceOwnerAccountNumber" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountName" : "ACCOUNT-NAME", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "version" : 2, - "revision" : "2.0", - "termType" : "TERMED", - "invoiceSeparately" : false, - "contractEffectiveDate" : "2022-11-01", - "serviceActivationDate" : "2022-11-01", - "customerAcceptanceDate" : "2022-11-17", - "subscriptionStartDate" : "2022-11-01", - "subscriptionEndDate" : "2024-11-01", - "lastBookingDate" : "2023-11-01", - "termStartDate" : "2023-11-01", - "termEndDate" : "2024-11-01", - "initialTerm" : 12, - "initialTermPeriodType" : "Month", - "currentTerm" : 12, - "currentTermPeriodType" : "Month", - "autoRenew" : true, - "renewalSetting" : "RENEW_WITH_SPECIFIC_TERM", - "renewalTerm" : 12, - "renewalTermPeriodType" : "Month", - "contractedMrr" : 9.92, - "totalContractedValue" : 232.88, - "notes" : null, - "status" : "Active", - "TrialPeriodPrice__c" : null, - "CanadaHandDelivery__c" : null, - "QuoteNumber__QT" : null, - "GifteeIdentityId__c" : null, - "OpportunityName__QT" : null, - "GiftNotificationEmailDate__c" : null, - "Gift_Subscription__c" : "No", - "TrialPeriodDays__c" : null, - "CreatedRequestId__c" : "f4d76fec-a56b-aa98-0000-000000004086", - "AcquisitionSource__c" : null, - "CreatedByCSR__c" : null, - "CASSubscriberID__c" : null, - "LastPriceChangeDate__c" : null, - "InitialPromotionCode__c" : "ANNUAL-INTRO-GLOBAL", - "CpqBundleJsonId__QT" : null, - "RedemptionCode__c" : null, - "QuoteType__QT" : null, - "GiftRedemptionDate__c" : null, - "QuoteBusinessType__QT" : null, - "SupplierCode__c" : null, - "legacy_cat__c" : null, - "DeliveryAgent__c" : null, - "AcquisitionCase__c" : null, - "ReaderType__c" : "Direct", - "ActivationDate__c" : "2023-01-02T18:04:27.412489", - "UserCancellationReason__c" : null, - "OpportunityCloseDate__QT" : null, - "IPaddress__c" : null, - "IPCountry__c" : null, - "PromotionCode__c" : "ANNUAL-INTRO-GLOBAL", - "OriginalSubscriptionStartDate__c" : null, - "LegacyContractStartDate__c" : null, - "CancellationReason__c" : null, - "billToContact" : null, - "paymentTerm" : null, - "invoiceTemplateId" : null, - "invoiceTemplateName" : null, - "sequenceSetId" : null, - "sequenceSetName" : null, - "soldToContact" : null, - "isLatestVersion" : true, - "cancelReason" : null, - "ratePlans" : [ { - "id" : "8a128ab58b7f7f47018b89a3dd763cfc", - "productId" : "2c92a0ff5345f9200153559c6d2a3385", - "productName" : "Discounts", - "productSku" : "ABC-00000012", - "productRatePlanId" : "2c92a0ff5345f9220153559d915d5c26", - "productRatePlanNumber" : null, - "ratePlanName" : "Percentage", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : null, - "ratePlanCharges" : [ { - "id" : "8a128ab58b7f7f47018b89a3dd793d01", - "originalChargeId" : "8a128ed8841c577d0184352ef2c557fa", - "productRatePlanChargeId" : "2c92a0fd5345efa10153559e97bb76c6", - "number" : "C-04065126", - "name" : "Percentage", - "productRatePlanChargeNumber" : null, - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "version" : 2, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingPeriod" : "Month", - "specificBillingPeriod" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToCharge", - "quantity" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2022-11-17", - "effectiveEndDate" : "2023-11-17", - "processedThroughDate" : "2022-11-17", - "chargedThroughDate" : "2022-12-17", - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Fixed_Period", - "upToPeriodsType" : "Months", - "upToPeriods" : 12, - "specificEndDate" : null, - "mrr" : 0.000000000, - "dmrc" : 0.000000000, - "tcv" : 0.000000000, - "dtcv" : 0.000000000, - "originalOrderDate" : "2022-11-01", - "amendedByOrderOn" : "2023-11-01", - "description" : "", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "16.81% discount", - "price" : null, - "discountAmount" : null, - "discountPercentage" : 16.810000000 - } ] - }, { - "id" : "8a128ab58b7f7f47018b89a3dd7c3d04", - "productId" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "productName" : "Digital Pack", - "productSku" : "ABC-00000005", - "productRatePlanId" : "2c92a0fb4edd70c8014edeaa4e972204", - "productRatePlanNumber" : null, - "ratePlanName" : "Digital Pack Annual", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : null, - "ratePlanCharges" : [ { - "id" : "8a128ab58b7f7f47018b89a3dd7e3d06", - "originalChargeId" : "8a128ed8841c577d0184352ef2e457ff", - "productRatePlanChargeId" : "2c92a0fb4edd70c9014edeaa5001218c", - "number" : "C-04065127", - "name" : "Digital Pack Annual", - "productRatePlanChargeNumber" : null, - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "version" : 2, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingPeriod" : "Annual", - "specificBillingPeriod" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToTermStart", - "quantity" : 1.000000000, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2022-11-17", - "effectiveEndDate" : "2024-11-01", - "processedThroughDate" : "2022-11-17", - "chargedThroughDate" : "2023-11-17", - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Subscription_End", - "upToPeriodsType" : null, - "upToPeriods" : null, - "specificEndDate" : null, - "mrr" : 9.916666667, - "dmrc" : 0.000000000, - "tcv" : 232.881720433, - "dtcv" : 119.000000000, - "originalOrderDate" : "2022-11-01", - "amendedByOrderOn" : "2023-11-01", - "description" : "", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "GBP119", - "price" : 119.000000000, - "discountAmount" : null, - "discountPercentage" : null - } ] - } ], - "orderNumber" : "O-01571595", - "externallyManagedBy" : null, - "statusHistory" : [ { - "startDate" : "2022-11-01", - "endDate" : "2024-11-01", - "status" : "Active" - }, { - "startDate" : "2024-11-01", - "endDate" : null, - "status" : "OutOfTerm" - } ] -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/account.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/account.json deleted file mode 100644 index 63550904..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/account.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "basicInfo" : { - "id" : "ACCOUNT-ID", - "name" : "ACCOUNT-NAME", - "accountNumber" : "ACCOUNT-NUMBER", - "notes" : null, - "status" : "Active", - "crmId" : "ACCOUNT-NAME", - "batch" : "Batch1", - "invoiceTemplateId" : "2c92a0fb49377eae014951ca848e074b", - "communicationProfileId" : null, - "profileNumber" : null, - "purchaseOrderNumber" : null, - "customerServiceRepName" : null, - "IdentityId__c" : "ACCOUNT-IDENTITY-ID", - "sfContactId__c" : "ACCOUNT-SF-IDENTITY-ID", - "CCURN__c" : null, - "SpecialDeliveryInstructions__c" : null, - "NonStandardDataReason__c" : null, - "ProcessingAdvice__c" : "NoAdvice", - "CreatedRequestId__c" : "5fa091db-5c62-2b04-0000-000000002db4", - "RetryStatus__c" : null, - "salesRep" : null, - "sequenceSetId" : null - }, - "billingAndPayment" : { - "billCycleDay" : 19, - "currency" : "GBP", - "paymentTerm" : "Due Upon Receipt", - "paymentGateway" : "PayPal Express", - "paymentGatewayNumber" : "PG-00000006", - "defaultPaymentMethodId" : "8a12894e8ae6c727018af5114b2e3da4", - "invoiceDeliveryPrefsPrint" : false, - "invoiceDeliveryPrefsEmail" : false, - "autoPay" : true, - "additionalEmailAddresses" : [ ] - }, - "metrics" : { - "balance" : 0.000000000, - "totalInvoiceBalance" : 0.000000000, - "creditBalance" : 0.000000000, - "contractedMrr" : 12.420000000 - }, - "billToContact" : null, - "soldToContact" : null, - "taxInfo" : null, - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/catalogue.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/catalogue.json deleted file mode 100644 index a84fcbd5..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/catalogue.json +++ /dev/null @@ -1,13745 +0,0 @@ -{ - "products" : [ { - "id" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "sku" : "ABC-00000005", - "name" : "Digital Pack", - "description" : "The Guardian & Observer Digital Pack gives you 7-day access to the Guardian & Observer daily edition for iPad, Android tablet and Kindle Fire as well as premium tier access to the iOS and Android live news apps.", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000006", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Digital Pack", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff73add07f0173b99f14390afc", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff73add07f0173b9a80a584466", - "name" : "Digital Subscription Three Month Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000256" - } ], - "productRatePlanNumber" : "PRP-00000156" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4eae220a", - "status" : "Active", - "name" : "Digital Pack Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa50342192", - "name" : "Digital Pack Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD24.99", "NZD26.99", "EUR18.99", "GBP14.99", "CAD27.44", "AUD26.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 24.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 18.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 27.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000022" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e972204", - "status" : "Active", - "name" : "Digital Pack Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa5001218c", - "name" : "Digital Pack Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD249", "NZD269.99", "EUR187", "GBP149", "CAD274", "AUD269.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 249.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 187.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 149.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 274.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000021" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e8521fe", - "status" : "Active", - "name" : "Digital Pack Quarterly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa4fd42186", - "name" : "Digital Pack Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD74.94", "NZD79.99", "EUR56.19", "GBP44.94", "CAD82.31", "AUD79.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 74.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 56.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 44.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 82.310000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000020" - }, { - "id" : "2c92a00d779932ef0177a65430d30ac1", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f779933030177a65881490325", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000261" - } ], - "productRatePlanNumber" : "PRP-00000161" - }, { - "id" : "2c92a00d71c96bac0171df3a5622740f", - "status" : "Active", - "name" : "Corporate Digital Subscription", - "description" : "", - "effectiveStartDate" : "2020-01-01", - "effectiveEndDate" : "2050-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A100", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00871c96ba30171df3b481931a0", - "name" : "Corporate Digital Subscription", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Digital Pack", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000247" - } ], - "productRatePlanNumber" : "PRP-00000147" - }, { - "id" : "2c92a00c77992ba70177a6596f710265", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a011779932fd0177a670f43102aa", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000262" - } ], - "productRatePlanNumber" : "PRP-00000162" - }, { - "id" : "2c92a00773adc09d0173b99e4ded7f45", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d73add0220173b9a387c62aec", - "name" : "Digital Subscription One Year Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000255" - } ], - "productRatePlanNumber" : "PRP-00000155" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12999f8a268c57018a27ebddab1460", - "sku" : "ABC-00000033", - "name" : "Newspaper - National Delivery", - "description" : "Newspaper delivery outside the M25, via PaperRound", - "category" : null, - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000019", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - National Delivery", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12999f8a268c57018a27ebfd721883", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ec029418ea", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000304" - }, { - "id" : "8a12999f8a268c57018a27ebfecb18c7", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000303" - }, { - "id" : "8a12999f8a268c57018a27ebffb518cf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000300" - }, { - "id" : "8a12999f8a268c57018a27ebfde818ab", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000302" - }, { - "id" : "8a12999f8a268c57018a27ec01a918e2", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000301" - }, { - "id" : "8a12999f8a268c57018a27ec00b418d9", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000305" - } ], - "productRatePlanNumber" : "PRP-00000187" - }, { - "id" : "8a12999f8a268c57018a27ebe868150c", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe8b4150e", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000299" - }, { - "id" : "8a12999f8a268c57018a27ebe949151d", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 15.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000298" - } ], - "productRatePlanNumber" : "PRP-00000186" - }, { - "id" : "8a12999f8a268c57018a27ebe31414a4", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "20", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe35114a6", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.27" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.270000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000294" - }, { - "id" : "8a12999f8a268c57018a27ebe65914de", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.27" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.270000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000296" - }, { - "id" : "8a12999f8a268c57018a27ebe44c14b6", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000291" - }, { - "id" : "8a12999f8a268c57018a27ebe4d414bf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000295" - }, { - "id" : "8a12999f8a268c57018a27ebe3ce14ae", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000292" - }, { - "id" : "8a12999f8a268c57018a27ebe5d814d6", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000293" - }, { - "id" : "8a12999f8a268c57018a27ebe55814ca", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000297" - } ], - "productRatePlanNumber" : "PRP-00000185" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4bb97034014bbbc561fa4fed", - "sku" : "SKU-00000013", - "name" : "Supporter", - "description" : "This is the description of the supporter membership.", - "category" : null, - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2099-01-01", - "productNumber" : "PC-00000005", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : "Events:SUPPORTER", - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Membership", - "ProductLevel__c" : "400", - "Tier__c" : "Supporter", - "productRatePlans" : [ { - "id" : "8a129ce886834fa90186a20c3ee70b6a", - "status" : "Active", - "name" : "Supporter - annual (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129ce886834fa90186a20c3f4f0b6c", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "EUR95", "GBP75", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 75.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000284" - } ], - "productRatePlanNumber" : "PRP-00000182" - }, { - "id" : "8a1287c586832d250186a2040b1548fe", - "status" : "Active", - "name" : "Supporter - monthly (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12800986832d1d0186a20bf5136471", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD9.99", "EUR9.99", "GBP7", "CAD12.99", "AUD14.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 7.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000283" - } ], - "productRatePlanNumber" : "PRP-00000181" - }, { - "id" : "2c92a0fb4c5481db014c69f4a1e03bbd", - "status" : "Expired", - "name" : "Non Founder Supporter - annual", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4c5481db014c69f4a2013bbf", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD69", "EUR49", "GBP49", "CAD69", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000009" - } ], - "productRatePlanNumber" : "PRP-00000013" - }, { - "id" : "2c92a0fb4bb97034014bbbc562604ff7", - "status" : "Expired", - "name" : "Supporter - annual", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc5626f4ff9", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP50" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 50.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000008" - } ], - "productRatePlanNumber" : "PRP-00000012" - }, { - "id" : "2c92a0fb4bb97034014bbbc562114fef", - "status" : "Expired", - "name" : "Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc562274ff1", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000007" - } ], - "productRatePlanNumber" : "PRP-00000011" - }, { - "id" : "2c92a0f94c547592014c69f5b0ff4f7e", - "status" : "Expired", - "name" : "Non Founder Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0f94c547592014c69f5b1204f80", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6.99", "EUR4.99", "GBP5", "CAD6.99", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 4.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000010" - } ], - "productRatePlanNumber" : "PRP-00000014" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff5345f9200153559c6d2a3385", - "sku" : "ABC-00000012", - "name" : "Discounts", - "description" : "Template discount rate plans", - "category" : null, - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "productNumber" : "PC-00000008", - "allowFeatureChanges" : false, - "ProductEnabled__c" : null, - "Entitlements__c" : null, - "AcquisitionProfile__c" : null, - "ProductType__c" : null, - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a128432880a889f01880f873d2b1b7a", - "status" : "Active", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12989f880a9e8001880f8836a32b33", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "33.29% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 33.290000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000290" - } ], - "productRatePlanNumber" : "PRP-00000004" - }, { - "id" : "8a1290f1880a9e7401880f834fb70bce", - "status" : "Active", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12921d880a9e7901880f841d0a5c71", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "46.19% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 46.190000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000289" - } ], - "productRatePlanNumber" : "PRP-00000003" - }, { - "id" : "8a1282d4880a889501880f817b9d5c7a", - "status" : "Active", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128cd5880a888f01880f8229e17ceb", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50.5% discount", "0% discount" ], - "pricing" : [ { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.500000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000288" - } ], - "productRatePlanNumber" : "PRP-00000002" - }, { - "id" : "8a12867b880a888901880f7f007913f6", - "status" : "Active", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129e06880a9e7c01880f7fe5ec4d06", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30.03% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.030000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000287" - } ], - "productRatePlanNumber" : "PRP-00000001" - }, { - "id" : "8a1297638021d0d7018022d4bb3342c2", - "status" : "Active", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4bda76fdb", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "13% discount", "13% discount", "13% discount", "13% discount", "13% discount", "13% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000272" - } ], - "productRatePlanNumber" : "PRP-00000172" - }, { - "id" : "8a12972d8021d0d3018022d4c2a36f0c", - "status" : "Active", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128aa88021da2d018022d4c4f06176", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "18% discount", "18% discount", "18% discount", "18% discount", "18% discount", "18% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000274" - } ], - "productRatePlanNumber" : "PRP-00000174" - }, { - "id" : "8a1295918021d0d2018022d4ca0c4aac", - "status" : "Active", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4cb8e4ab6", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000276" - } ], - "productRatePlanNumber" : "PRP-00000176" - }, { - "id" : "8a128f138021d0d6018022d4c65b0384", - "status" : "Active", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129f6f8021d0d4018022d4c84f5545", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000275" - } ], - "productRatePlanNumber" : "PRP-00000175" - }, { - "id" : "8a128eda8021d0d4018022d4af5e4318", - "status" : "Active", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed88021d0e0018022d4b17e7570", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "7% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 7.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000269" - } ], - "productRatePlanNumber" : "PRP-00000169" - }, { - "id" : "8a128eda8021d0d4018022d4aab842f9", - "status" : "Active", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12972d8021d0d3018022d4ad3c6db1", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000268" - } ], - "productRatePlanNumber" : "PRP-00000168" - }, { - "id" : "8a128e2d8021d0d4018022d4bf72421e", - "status" : "Active", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4c126703b", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 17.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000273" - } ], - "productRatePlanNumber" : "PRP-00000173" - }, { - "id" : "8a128aa88021da2d018022d4b38b613e", - "status" : "Active", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128b618021d0cf018022d4b554090b", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "8% discount", "8% discount", "8% discount", "8% discount", "8% discount", "8% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000271" - } ], - "productRatePlanNumber" : "PRP-00000170" - }, { - "id" : "8a128aa88021da2d018022d4a6856101", - "status" : "Active", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4a8784983", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "5% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 5.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000267" - } ], - "productRatePlanNumber" : "PRP-00000167" - }, { - "id" : "8a12892d8021d0dc018022d4b6f94f05", - "status" : "Active", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128eda8021d0d4018022d4b9024332", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000270" - } ], - "productRatePlanNumber" : "PRP-00000171" - }, { - "id" : "8a12865b8021d0d9018022d2a2e52c74", - "status" : "Active", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295258021d0d3018022d2b4251038", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000265" - } ], - "productRatePlanNumber" : "PRP-00000165" - }, { - "id" : "8a12801c8021d0e8018022d4a1815301", - "status" : "Active", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129b9c8021d0d2018022d4a4417880", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "4% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 4.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000266" - } ], - "productRatePlanNumber" : "PRP-00000166" - }, { - "id" : "2c92a0ff74296d7201742b7daf20123d", - "status" : "Active", - "name" : "Digipack Acq Offer - 1st Payment", - "description" : "a percentage discount on Annual Digipack subscriptions, where the percentage is dependent on the billing currency. This discount is available so that our Customer Service Reps are able to provide the same level of discounting as is available on the website, to subscriptions acquired through the call centre", - "effectiveStartDate" : "2020-08-27", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff74296d7201742b7daf2f123f", - "name" : "Digipack Acq Offer - 1st Payment", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17.09% discount", "25.53% discount", "16.11% discount", "16.81% discount", "20.09% discount", "18.61% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 17.090000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.530000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.110000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.810000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.090000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 18.610000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000257" - } ], - "productRatePlanNumber" : "PRP-00000157" - }, { - "id" : "2c92a0ff65c757150165c8eab88b788e", - "status" : "Expired", - "name" : "Home Delivery Adjustment charge", - "description" : "Call centre version", - "effectiveStartDate" : "2018-09-11", - "effectiveEndDate" : "2019-09-11", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff65c757150165c8eab8c07896", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000189" - } ], - "productRatePlanNumber" : "PRP-00000119" - }, { - "id" : "2c92a0ff64176cd40164232c8ec97661", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd40164232c8eda7664", - "name" : "25% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000188" - } ], - "productRatePlanNumber" : "PRP-00000118" - }, { - "id" : "2c92a0ff5e09bd67015e0a93efe86d2e", - "status" : "Active", - "name" : "Customer Experience Adjustment - Voucher", - "description" : "", - "effectiveStartDate" : "2016-08-01", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5e09bd67015e0a93f0026d34", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000176" - } ], - "productRatePlanNumber" : "PRP-00000108" - }, { - "id" : "2c92a0ff56fe33f301572314aed277fb", - "status" : "Active", - "name" : "Percentage Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc56fe26ba01572315d66d026e", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : true, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000123" - } ], - "productRatePlanNumber" : "PRP-00000066" - }, { - "id" : "2c92a0ff5345f9220153559d915d5c26", - "status" : "Active", - "name" : "Percentage", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd5345efa10153559e97bb76c6", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "0% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000044" - } ], - "productRatePlanNumber" : "PRP-00000048" - }, { - "id" : "2c92a0fe750b35d001750d4522f43817", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Digital Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe750b35d001750d4523103819", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000260" - } ], - "productRatePlanNumber" : "PRP-00000160" - }, { - "id" : "2c92a0fe7375d60901737c64808e4be1", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - Home Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe7375d60901737c6480bc4be3", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000254" - } ], - "productRatePlanNumber" : "PRP-00000154" - }, { - "id" : "2c92a0fe72c5c3480172c7f1fb545f81", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe72c5c3480172c7f1fb7f5f87", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000253" - } ], - "productRatePlanNumber" : "PRP-00000153" - }, { - "id" : "2c92a0fe65f0ac1f0165f2189bca248c", - "status" : "Active", - "name" : "Digipack Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe65f0ac1f0165f2189bdf248f", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount", "20% discount", "20% discount", "20% discount", "20% discount", "20% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000190" - } ], - "productRatePlanNumber" : "PRP-00000120" - }, { - "id" : "2c92a0fe62b7edde0162dd29b8124a8e", - "status" : "Active", - "name" : "Guardian Weekly Adjustment charge", - "description" : "To fix premature refunds", - "effectiveStartDate" : "2018-04-19", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe62b7edde0162dd29b83f4a9e", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "Adjustment for premature refunds where the product was not removed in advance.", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000186" - } ], - "productRatePlanNumber" : "PRP-00000116" - }, { - "id" : "2c92a0fe5fe26834015fe33c70a24f50", - "status" : "Active", - "name" : "Black Friday 50% for 3 months for existing customers", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : "TBC", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5fe26834015fe33c70b74f52", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "50% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000179" - } ], - "productRatePlanNumber" : "PRP-00000111" - }, { - "id" : "2c92a0fe56fe33ff015723143e4778be", - "status" : "Active", - "name" : "Fixed Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff576f2f760157aec73aa34ccc", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000131" - } ], - "productRatePlanNumber" : "PRP-00000065" - }, { - "id" : "2c92a0fd6f1426ef016f18a86c515ed7", - "status" : "Active", - "name" : "Cancellation Save Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd6f1426ef016f18a86c705ed9", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "20% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000205" - } ], - "productRatePlanNumber" : "PRP-00000134" - }, { - "id" : "2c92a0fc6ae918b6016b080950e96d75", - "status" : "Active", - "name" : "Guardian Weekly Holiday Credit", - "description" : "", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc6ae918b6016b0809512f6d7f", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000200" - } ], - "productRatePlanNumber" : "PRP-00000129" - }, { - "id" : "2c92a0fc610e738901612d83fce461fd", - "status" : "Expired", - "name" : "Tabloid launch 25% off for one year for existing customers", - "description" : "", - "effectiveStartDate" : "2017-12-19", - "effectiveEndDate" : "2020-12-19", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : "GTL99C", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc610e738901612d85acb06a73", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "25% off for one year", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000180" - } ], - "productRatePlanNumber" : "PRP-00000112" - }, { - "id" : "2c92a0fc5b42d2c9015b6259f7f40040", - "status" : "Expired", - "name" : "Guardian Weekly Holiday Credit - old", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2019-05-29", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6ad50f58016ad9ca59962c8c", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000199" - }, { - "id" : "2c92a0ff5b42e3ad015b627c142f072a", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000173" - } ], - "productRatePlanNumber" : "PRP-00000105" - }, { - "id" : "2c92a0fc596d31ea01598d623a297897", - "status" : "Active", - "name" : "Home Delivery Holiday Credit v2", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc596d31ea01598d72baf33417", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000146" - } ], - "productRatePlanNumber" : "PRP-00000078" - }, { - "id" : "2c92a0fc569c311201569dfbecb4215f", - "status" : "Expired", - "name" : "Home Delivery Holiday Credit", - "description" : "Call centre version", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2017-07-31", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe569c441901569e03b5cc619e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000080" - } ], - "productRatePlanNumber" : "PRP-00000056" - }, { - "id" : "2c92a0117468816901748bdb3a8c1ac4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0117468816901748bdb3aab1ac6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000259" - } ], - "productRatePlanNumber" : "PRP-00000159" - }, { - "id" : "2c92a01072c5c2e30172c7f0764772c9", - "status" : "Active", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7f0766372cb", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000251" - } ], - "productRatePlanNumber" : "PRP-00000151" - }, { - "id" : "2c92a01072c5c2e20172c7efe01125c6", - "status" : "Active", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7efe02325ca", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "9% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 9.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000250" - } ], - "productRatePlanNumber" : "PRP-00000150" - }, { - "id" : "2c92a01072c5c2e20172c7ee96b91a7c", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7ee96e71a7e", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000249" - } ], - "productRatePlanNumber" : "PRP-00000149" - }, { - "id" : "2c92a00f7468817d01748bd88f0d1d6c", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Home Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f7468817d01748bd88f2e1d6e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000258" - } ], - "productRatePlanNumber" : "PRP-00000158" - }, { - "id" : "2c92a00d6f9de7f6016f9f6f52765aa4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - GW", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d6f9de7f6016f9f6f529e5aaf", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000207" - } ], - "productRatePlanNumber" : "PRP-00000136" - }, { - "id" : "2c92a00872c5d4770172c7f140a32d62", - "status" : "Active", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00872c5d4770172c7f140c52d64", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "16% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000252" - } ], - "productRatePlanNumber" : "PRP-00000152" - }, { - "id" : "2c92a0086f1426d1016f18a9c71058a5", - "status" : "Active", - "name" : "Acquisition Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086f1426d1016f18a9c73058a7", - "name" : "25% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000206" - } ], - "productRatePlanNumber" : "PRP-00000135" - }, { - "id" : "2c92a0086b25c750016b32548239308d", - "status" : "Active", - "name" : "Customer Experience - Complementary 100% discount", - "description" : "Head-office use only", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086b25c750016b32548256308f", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount", "100% discount", "100% discount", "100% discount", "100% discount", "100% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000202" - } ], - "productRatePlanNumber" : "PRP-00000131" - }, { - "id" : "2c92a00864176ce90164232ac0d90fc1", - "status" : "Active", - "name" : "Cancellation Save Discount - 50% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd50164232c7e493410", - "name" : "50% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50% discount", "50% discount", "50% discount", "50% discount", "50% discount", "50% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000187" - } ], - "productRatePlanNumber" : "PRP-00000117" - }, { - "id" : "2c92a00772c5c2e90172c7ebd62a68c4", - "status" : "Active", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7ed605b60d3", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000248" - } ], - "productRatePlanNumber" : "PRP-00000148" - }, { - "id" : "2c92a0076ae9189c016b080c930a6186", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - GW", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086ae928d7016b080f638477a6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000201" - } ], - "productRatePlanNumber" : "PRP-00000130" - }, { - "id" : "8a12902787109bb7018712c479592ee9", - "status" : "Active", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1290f187109bb0018712c5227f7842", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000286" - } ], - "productRatePlanNumber" : "PRP-00000184" - }, { - "id" : "8a12989f87109bb0018712c33dc63674", - "status" : "Active", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12867b871080e2018712c3f4177d3d", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000285" - } ], - "productRatePlanNumber" : "PRP-00000183" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12865b8219d9b4018221061563643f", - "sku" : "ABC-00000032", - "name" : "Supporter Plus", - "description" : "New Support product July 2022", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000018", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Supporter Plus", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12865b8219d9b401822106192b64dc", - "status" : "Expired", - "name" : "Supporter Plus Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b401822106194e64e3", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000278" - } ], - "productRatePlanNumber" : "PRP-00000178" - }, { - "id" : "8a12865b8219d9b40182210618a464ba", - "status" : "Expired", - "name" : "Supporter Plus Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b40182210618c664c1", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000277" - } ], - "productRatePlanNumber" : "PRP-00000177" - }, { - "id" : "8a128ed885fc6ded018602296ace3eb8", - "status" : "Active", - "name" : "Supporter Plus V2 - Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128d7085fc6dec01860234cd075270", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000281" - }, { - "id" : "8a128ed885fc6ded018602296af13eba", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000280" - } ], - "productRatePlanNumber" : "PRP-00000180" - }, { - "id" : "8a128ed885fc6ded01860228f77e3d5a", - "status" : "Active", - "name" : "Supporter Plus V2 - Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed885fc6ded01860228f7cb3d5f", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000279" - }, { - "id" : "8a12892d85fc6df4018602451322287f", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000282" - } ], - "productRatePlanNumber" : "PRP-00000179" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe6619b4b901661aaf826435de", - "sku" : "ABC-00000030", - "name" : "Guardian Weekly - ROW", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000016", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff79ac64e30179ae45669b3a83", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff79ac64e30179ae4566cb3a86", - "name" : "GW Oct 18 - Monthly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD30", "GBP24.8" ], - "pricing" : [ { - "currency" : "USD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 24.800000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000264" - } ], - "productRatePlanNumber" : "PRP-00000164" - }, { - "id" : "2c92a0ff67cebd140167f0a2f66a12eb", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd140167f0a2f68912ed", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000198" - } ], - "productRatePlanNumber" : "PRP-00000128" - }, { - "id" : "2c92a0fe6619b4b601661ab300222651", - "status" : "Active", - "name" : "GW Oct 18 - Annual - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661ab3002f2653", - "name" : "GW Oct 18 - Annual - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000195" - } ], - "productRatePlanNumber" : "PRP-00000125" - }, { - "id" : "2c92a0086619bf8901661ab545f51b21", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661ab546091b23", - "name" : "GW Oct 18 - First 6 issues - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000196" - } ], - "productRatePlanNumber" : "PRP-00000126" - }, { - "id" : "2c92a0086619bf8901661ab02752722f", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff6619bf8b01661ab2d0396eb2", - "name" : "GW Oct 18 - Quarterly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000194" - } ], - "productRatePlanNumber" : "PRP-00000124" - }, { - "id" : "2c92a0076dd9892e016df8503e7c6c48", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0076dd9892e016df8503e936c4a", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000203" - } ], - "productRatePlanNumber" : "PRP-00000132" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff6619bf8901661aa3247c4b1d", - "sku" : "ABC-00000029", - "name" : "Guardian Weekly - Domestic", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-18", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000015", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a834234e", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a85b2350", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000197" - } ], - "productRatePlanNumber" : "PRP-00000127" - }, { - "id" : "2c92a0fe6619b4b901661aa8e66c1692", - "status" : "Active", - "name" : "GW Oct 18 - Annual - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b901661aa8e6811695", - "name" : "GW Oct 18 - Annual - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000192" - } ], - "productRatePlanNumber" : "PRP-00000122" - }, { - "id" : "2c92a0fe6619b4b301661aa494392ee2", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661aa8b74e623f", - "name" : "GW Oct 18 - Quarterly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000191" - } ], - "productRatePlanNumber" : "PRP-00000121" - }, { - "id" : "2c92a0fd79ac64b00179ae3f9d474960", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd79ac64b00179ae3f9d704962", - "name" : "GW Oct 18 - Monthly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD27.5", "NZD45.5", "EUR23.5", "GBP13.75", "CAD30", "AUD36" ], - "pricing" : [ { - "currency" : "USD", - "price" : 27.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 45.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 23.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 13.750000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000263" - } ], - "productRatePlanNumber" : "PRP-00000163" - }, { - "id" : "2c92a00e6dd988e2016df85387417498", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6dd988e2016df853875d74c6", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000204" - } ], - "productRatePlanNumber" : "PRP-00000133" - }, { - "id" : "2c92a0086619bf8901661aaac94257fe", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661aaac95d5800", - "name" : "GW Oct 18 - First 6 issues - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000193" - } ], - "productRatePlanNumber" : "PRP-00000123" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a00870ec598001710740c3d92eab", - "sku" : "ABC-00000031", - "name" : "Newspaper Digital Voucher", - "description" : "Newspaper Digital Voucher", - "category" : null, - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000017", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - Digital Voucher", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a00870ec598001710740d3d03035", - "status" : "Active", - "name" : "Everyday+", - "description" : "Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "34", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A109", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d4143037", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000239" - }, { - "id" : "2c92a00870ec598001710740d4b8304f", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.95" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.950000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000244" - }, { - "id" : "2c92a00870ec598001710740d54f3069", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000241" - }, { - "id" : "2c92a00870ec598001710740d5fd3073", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000245" - }, { - "id" : "2c92a00870ec598001710740d691307c", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000242" - }, { - "id" : "2c92a00870ec598001710740d7493084", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000246" - }, { - "id" : "2c92a00870ec598001710740d7e2308d", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.94" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000243" - }, { - "id" : "2c92a00870ec598001710740d8873096", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000240" - } ], - "productRatePlanNumber" : "PRP-00000146" - }, { - "id" : "2c92a00870ec598001710740ca532f69", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cc9b2f88", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000219" - }, { - "id" : "2c92a00870ec598001710740cd012f90", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000226" - }, { - "id" : "2c92a00870ec598001710740cd6e2fa2", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.79" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.790000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000223" - }, { - "id" : "2c92a00870ec598001710740cb4e2f6b", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000228" - }, { - "id" : "2c92a00870ec598001710740cbb32f77", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000230" - }, { - "id" : "2c92a00870ec598001710740cc2c2f80", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000221" - } ], - "productRatePlanNumber" : "PRP-00000140" - }, { - "id" : "2c92a00870ec598001710740c78d2f13", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "34", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c8c42f40", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000218" - }, { - "id" : "2c92a00870ec598001710740c91d2f4d", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000227" - }, { - "id" : "2c92a00870ec598001710740c7b82f1c", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000229" - }, { - "id" : "2c92a00870ec598001710740c80f2f26", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000220" - }, { - "id" : "2c92a00870ec598001710740c8652f37", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.95" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.950000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000222" - }, { - "id" : "2c92a00870ec598001710740c9802f59", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000225" - }, { - "id" : "2c92a00870ec598001710740c9d72f61", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.94" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000224" - } ], - "productRatePlanNumber" : "PRP-00000139" - }, { - "id" : "2c92a00870ec598001710740d24b3022", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "24", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d28e3024", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000234" - }, { - "id" : "2c92a00870ec598001710740d325302c", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000237" - } ], - "productRatePlanNumber" : "PRP-00000145" - }, { - "id" : "2c92a00870ec598001710740c4582ead", - "status" : "Active", - "name" : "Sixday+", - "description" : "Guardian papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "31", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A110", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c48e2eaf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000217" - }, { - "id" : "2c92a00870ec598001710740c4dc2eb7", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000215" - }, { - "id" : "2c92a00870ec598001710740c5192ebf", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000211" - }, { - "id" : "2c92a00870ec598001710740c55a2ec7", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.79" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.790000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000209" - }, { - "id" : "2c92a00870ec598001710740c5962ecf", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000214" - }, { - "id" : "2c92a00870ec598001710740c5cf2ed7", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000212" - }, { - "id" : "2c92a00870ec598001710740c60f2edf", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000216" - } ], - "productRatePlanNumber" : "PRP-00000137" - }, { - "id" : "2c92a00870ec598001710740d0d83017", - "status" : "Active", - "name" : "Sunday", - "description" : "Observer paper", - "effectiveStartDate" : "2017-03-27", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A118", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d1103019", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000236" - } ], - "productRatePlanNumber" : "PRP-00000144" - }, { - "id" : "2c92a00870ec598001710740cf9e3004", - "status" : "Active", - "name" : "Sunday+", - "description" : "Observer paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "11", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A112", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cfda3006", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000238" - }, { - "id" : "2c92a00870ec598001710740d053300f", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000235" - } ], - "productRatePlanNumber" : "PRP-00000143" - }, { - "id" : "2c92a00870ec598001710740c6672ee7", - "status" : "Active", - "name" : "Weekend+", - "description" : "Saturday Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "19", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A113", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c6872ee9", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000210" - }, { - "id" : "2c92a00870ec598001710740c6ce2ef1", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000213" - }, { - "id" : "2c92a00870ec598001710740c7132efe", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000208" - } ], - "productRatePlanNumber" : "PRP-00000138" - }, { - "id" : "2c92a00870ec598001710740cdd02fbd", - "status" : "Active", - "name" : "Saturday", - "description" : "Saturday paper", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A117", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740ce042fcb", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000232" - } ], - "productRatePlanNumber" : "PRP-00000141" - }, { - "id" : "2c92a00870ec598001710740ce702ff0", - "status" : "Active", - "name" : "Saturday+", - "description" : "Saturday paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "11", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A111", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cf1e2ffc", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000233" - }, { - "id" : "2c92a00870ec598001710740cea02ff4", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000231" - } ], - "productRatePlanNumber" : "PRP-00000142" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe5aacfabe015ad24bf6e15ff6", - "sku" : "ABC-00000028", - "name" : "Contributor", - "description" : "", - "category" : null, - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "productNumber" : "PC-00000014", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Contribution", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c200eea", - "status" : "Active", - "name" : "Annual Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Annual", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c7b0f34", - "name" : "Annual Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD60", "EUR60", "GBP60", "CAD5", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000177" - } ], - "productRatePlanNumber" : "PRP-00000109" - }, { - "id" : "2c92a0fc5aacfadd015ad24db4ff5e97", - "status" : "Active", - "name" : "Monthly Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5aacfadd015ad250bf2c6d38", - "name" : "Monthly Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD5", "NZD5", "EUR5", "GBP5", "CAD5", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000170" - } ], - "productRatePlanNumber" : "PRP-00000102" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fd57d0a9870157d73fa27c3de1", - "sku" : "ABC-00000017", - "name" : "Guardian Weekly Zone A", - "description" : "", - "category" : null, - "effectiveStartDate" : "1990-10-18", - "effectiveEndDate" : "2099-10-18", - "productNumber" : "PC-00000011", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb38d201688", - "status" : "Active", - "name" : "Guardian Weekly 10% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb548381f4e", - "name" : "10% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000160" - } ], - "productRatePlanNumber" : "PRP-00000092" - }, { - "id" : "2c92a0ff5a5adca7015a5c51a69c7f2e", - "status" : "Active", - "name" : "Guardian Weekly 3 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "ThreeYears", - "Saving__c" : null, - "DefaultTerm__c" : "36", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c51a6ad7f30", - "name" : "Zone A 3 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD720", "GBP360" ], - "pricing" : [ { - "currency" : "USD", - "price" : 720.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Three_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000153" - } ], - "productRatePlanNumber" : "PRP-00000085" - }, { - "id" : "2c92a0ff5a5adca7015a5c4af5963efa", - "status" : "Active", - "name" : "Guardian Weekly 6 Months", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "SixMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c4af5b63f01", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000150" - } ], - "productRatePlanNumber" : "PRP-00000082" - }, { - "id" : "2c92a0ff5a4b85e7015a4cf95d352a07", - "status" : "Active", - "name" : "Guardian Weekly 12 Issues", - "description" : "12 issues", - "effectiveStartDate" : "1995-11-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a4b85e7015a4cf95d472a09", - "name" : "Zone A 12 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD12", "GBP12" ], - "pricing" : [ { - "currency" : "USD", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 12, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000149" - } ], - "productRatePlanNumber" : "PRP-00000081" - }, { - "id" : "2c92a0ff59d9d540015a41a40b3e07d3", - "status" : "Active", - "name" : "Guardian Weekly 6 Issues", - "description" : "", - "effectiveStartDate" : "1995-02-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a241e5a015a41f1c4b102c3", - "name" : "Zone A 6 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "GBP6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000147" - } ], - "productRatePlanNumber" : "PRP-00000079" - }, { - "id" : "2c92a0ff58bdf4eb0158f2ecc89c1034", - "status" : "Active", - "name" : "Guardian Weekly 1 Year", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff58bdf4eb0158f2ecc8ae1036", - "name" : "Zone A 1 Year", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000136" - } ], - "productRatePlanNumber" : "PRP-00000072" - }, { - "id" : "2c92a0ff57d0a0b60157d741e722439a", - "status" : "Active", - "name" : "Guardian Weekly Annual", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd57d0a9870157d7510cfd66f0", - "name" : "Zone A Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000132" - } ], - "productRatePlanNumber" : "PRP-00000069" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb648541d78", - "status" : "Active", - "name" : "Guardian Weekly 30% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb648631d7a", - "name" : "30% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000162" - } ], - "productRatePlanNumber" : "PRP-00000094" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb59d9407a6", - "status" : "Active", - "name" : "Guardian Weekly 25% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb59db107a8", - "name" : "25% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000161" - } ], - "productRatePlanNumber" : "PRP-00000093" - }, { - "id" : "2c92a0fe5a5ad349015a5c4e3f87184c", - "status" : "Active", - "name" : "Guardian Weekly 6 Months Only", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "SixMonthsOnly", - "Saving__c" : null, - "DefaultTerm__c" : "6", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad349015a5c4e3f99184f", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 6, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000151" - } ], - "productRatePlanNumber" : "PRP-00000083" - }, { - "id" : "2c92a0fe5a5ad343015a5c50b4eb2d72", - "status" : "Active", - "name" : "Guardian Weekly 2 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "TwoYears", - "Saving__c" : null, - "DefaultTerm__c" : "24", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad343015a5c50b4fc2d74", - "name" : "Zone A 2 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD480", "GBP240" ], - "pricing" : [ { - "currency" : "USD", - "price" : 480.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Two_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000152" - } ], - "productRatePlanNumber" : "PRP-00000084" - }, { - "id" : "2c92a0fd57d0a9870157d7412f19424f", - "status" : "Active", - "name" : "Guardian Weekly Quarterly", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff57d0a0b50157d752a0077624", - "name" : "Zone A Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "GBP30" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000133" - } ], - "productRatePlanNumber" : "PRP-00000068" - } ], - "productFeatures" : [ ] - } ], - "nextPage" : "/v1/catalog/products?page=2&pageSize=10", - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/invoice-preview.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/invoice-preview.json deleted file mode 100644 index 2d2db3c1..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/invoice-preview.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "accountId" : "ACCOUNT-ID", - "invoiceItems" : [ { - "id" : "75805fe45211472bb6ed7f67f9989ba1", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2023-10-19", - "serviceEndDate" : "2024-10-18", - "chargeAmount" : 149.000000000, - "chargeDescription" : "", - "chargeName" : "Digital Pack Annual", - "chargeNumber" : "C-04655064", - "chargeId" : "8a12894e8ae6c727018af5114bb13db0", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:07:46", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "f3b7565a2b2b48a58b6f3d9fd983a5d6", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2023-10-19", - "serviceEndDate" : "2024-10-18", - "chargeAmount" : -52.150000000, - "chargeDescription" : "", - "chargeName" : "Percentage", - "chargeNumber" : "C-04655063", - "chargeId" : "8a12894e8ae6c727018af5114b913dab", - "productName" : "Discounts", - "quantity" : 1.000000000, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:07:46", - "chargeType" : "Recurring", - "processingType" : "Discount", - "appliedToItemId" : "75805fe45211472bb6ed7f67f9989ba1" - } ], - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/subscription.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/subscription.json deleted file mode 100644 index c23cd012..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/discounted/subscription.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "success" : true, - "id" : "SUBSCRIPTION-ID", - "accountId" : "ACCOUNT-ID", - "accountNumber" : "ACCOUNT-NUMBER", - "accountName" : "ACCOUNT-NAME", - "invoiceOwnerAccountId" : "ACCOUNT-ID", - "invoiceOwnerAccountNumber" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountName" : "ACCOUNT-NAME", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "version" : 1, - "revision" : "1.0", - "termType" : "TERMED", - "invoiceSeparately" : false, - "contractEffectiveDate" : "2023-10-03", - "serviceActivationDate" : "2023-10-03", - "customerAcceptanceDate" : "2023-10-19", - "subscriptionStartDate" : "2023-10-03", - "subscriptionEndDate" : "2024-10-03", - "lastBookingDate" : "2023-10-03", - "termStartDate" : "2023-10-03", - "termEndDate" : "2024-10-03", - "initialTerm" : 12, - "initialTermPeriodType" : "Month", - "currentTerm" : 12, - "currentTermPeriodType" : "Month", - "autoRenew" : true, - "renewalSetting" : "RENEW_WITH_SPECIFIC_TERM", - "renewalTerm" : 12, - "renewalTermPeriodType" : "Month", - "contractedMrr" : 12.42, - "totalContractedValue" : 142.38, - "notes" : null, - "status" : "Active", - "TrialPeriodPrice__c" : null, - "CanadaHandDelivery__c" : null, - "QuoteNumber__QT" : null, - "GifteeIdentityId__c" : null, - "OpportunityName__QT" : null, - "GiftNotificationEmailDate__c" : null, - "Gift_Subscription__c" : "No", - "TrialPeriodDays__c" : null, - "CreatedRequestId__c" : "5fa091db-5c62-2b04-0000-000000002db4", - "AcquisitionSource__c" : null, - "CreatedByCSR__c" : null, - "CASSubscriberID__c" : null, - "LastPriceChangeDate__c" : null, - "InitialPromotionCode__c" : "DLESNCWON", - "CpqBundleJsonId__QT" : null, - "RedemptionCode__c" : null, - "QuoteType__QT" : null, - "GiftRedemptionDate__c" : null, - "QuoteBusinessType__QT" : null, - "SupplierCode__c" : null, - "legacy_cat__c" : null, - "DeliveryAgent__c" : null, - "AcquisitionCase__c" : null, - "ReaderType__c" : "Direct", - "ActivationDate__c" : "2023-10-04T11:04:40.235841", - "UserCancellationReason__c" : null, - "OpportunityCloseDate__QT" : null, - "IPaddress__c" : null, - "IPCountry__c" : null, - "PromotionCode__c" : "DLESNCWON", - "OriginalSubscriptionStartDate__c" : null, - "LegacyContractStartDate__c" : null, - "CancellationReason__c" : null, - "billToContact" : null, - "paymentTerm" : null, - "invoiceTemplateId" : null, - "invoiceTemplateName" : null, - "sequenceSetId" : null, - "sequenceSetName" : null, - "soldToContact" : null, - "isLatestVersion" : true, - "cancelReason" : null, - "ratePlans" : [ { - "id" : "8a12894e8ae6c727018af5114b873daa", - "productId" : "2c92a0ff5345f9200153559c6d2a3385", - "productName" : "Discounts", - "productSku" : "ABC-00000012", - "productRatePlanId" : "2c92a0ff5345f9220153559d915d5c26", - "productRatePlanNumber" : "PRP-00000048", - "ratePlanName" : "Percentage", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : "SRP-04645297", - "ratePlanCharges" : [ { - "id" : "8a12894e8ae6c727018af5114b913dab", - "originalChargeId" : "8a12894e8ae6c727018af5114b913dab", - "productRatePlanChargeId" : "2c92a0fd5345efa10153559e97bb76c6", - "number" : "C-04655063", - "name" : "Percentage", - "productRatePlanChargeNumber" : "PRPC-00000044", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "version" : 1, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingPeriod" : "Month", - "specificBillingPeriod" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToCharge", - "quantity" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2023-10-19", - "effectiveEndDate" : "2024-10-03", - "processedThroughDate" : null, - "chargedThroughDate" : null, - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Fixed_Period", - "upToPeriodsType" : "Months", - "upToPeriods" : 12, - "specificEndDate" : null, - "mrr" : 0.000000000, - "dmrc" : 0.000000000, - "tcv" : 0.000000000, - "dtcv" : 0.000000000, - "originalOrderDate" : "2023-10-03", - "amendedByOrderOn" : null, - "description" : "", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "35% discount", - "price" : null, - "discountAmount" : null, - "discountPercentage" : 35.000000000 - } ] - }, { - "id" : "8a12894e8ae6c727018af5114ba93daf", - "productId" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "productName" : "Digital Pack", - "productSku" : "ABC-00000005", - "productRatePlanId" : "2c92a0fb4edd70c8014edeaa4e972204", - "productRatePlanNumber" : "PRP-00000021", - "ratePlanName" : "Digital Pack Annual", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : "SRP-04645298", - "ratePlanCharges" : [ { - "id" : "8a12894e8ae6c727018af5114bb13db0", - "originalChargeId" : "8a12894e8ae6c727018af5114bb13db0", - "productRatePlanChargeId" : "2c92a0fb4edd70c9014edeaa5001218c", - "number" : "C-04655064", - "name" : "Digital Pack Annual", - "productRatePlanChargeNumber" : null, - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "version" : 1, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingPeriod" : "Annual", - "specificBillingPeriod" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToTermStart", - "quantity" : 1.000000000, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2023-10-19", - "effectiveEndDate" : "2024-10-03", - "processedThroughDate" : null, - "chargedThroughDate" : null, - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Subscription_End", - "upToPeriodsType" : null, - "upToPeriods" : null, - "specificEndDate" : null, - "mrr" : 12.416666667, - "dmrc" : 12.416666667, - "tcv" : 142.377777782, - "dtcv" : 142.377777782, - "originalOrderDate" : "2023-10-03", - "amendedByOrderOn" : null, - "description" : "", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "GBP149", - "price" : 149.000000000, - "discountAmount" : null, - "discountPercentage" : null - } ] - } ], - "externallyManagedBy" : null, - "statusHistory" : [ { - "startDate" : "2023-10-03", - "endDate" : "2024-10-03", - "status" : "Active" - }, { - "startDate" : "2024-10-03", - "endDate" : null, - "status" : "OutOfTerm" - } ] -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/readme.txt b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/readme.txt deleted file mode 100644 index 271a8377..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/readme.txt +++ /dev/null @@ -1 +0,0 @@ -We use `regular` for the standard subscription we are going to use to test all the migration basic functions and `discounted` for the discounted subscription that we are also using to test the detection of discounted subscriptions that need to be ignored. diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/account.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/account.json deleted file mode 100644 index f280d9b4..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/account.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "basicInfo" : { - "id" : "ACCOUNT-ID", - "name" : "ACCOUNT-NUMBER", - "accountNumber" : "ACCOUNT-NUMBER", - "notes" : null, - "status" : "Active", - "crmId" : "0012000001dp3XlAAI", - "batch" : "Batch1", - "invoiceTemplateId" : "2c92a0fb49377eae014951ca848e074b", - "communicationProfileId" : "2c92a0f9456e27a4014570f3aed41be2", - "profileNumber" : "CP-00000001", - "purchaseOrderNumber" : null, - "customerServiceRepName" : null, - "IdentityId__c" : "ACCOUNT-IDENTITY-ID", - "sfContactId__c" : "ACCOUNT-SF-IDENTITY-ID", - "CCURN__c" : null, - "SpecialDeliveryInstructions__c" : null, - "NonStandardDataReason__c" : null, - "ProcessingAdvice__c" : null, - "CreatedRequestId__c" : null, - "RetryStatus__c" : null, - "salesRep" : null, - "sequenceSetId" : null - }, - "billingAndPayment" : { - "billCycleDay" : 28, - "currency" : "GBP", - "paymentTerm" : "Due Upon Receipt", - "paymentGateway" : "GoCardless", - "paymentGatewayNumber" : "PG-00000003", - "defaultPaymentMethodId" : "2c92a0fd55a0dc1b0155bc32d6103928", - "invoiceDeliveryPrefsPrint" : false, - "invoiceDeliveryPrefsEmail" : true, - "autoPay" : true, - "additionalEmailAddresses" : [ ] - }, - "metrics" : { - "balance" : 0.000000000, - "totalInvoiceBalance" : 0.000000000, - "creditBalance" : 0.000000000, - "contractedMrr" : 11.990000000 - }, - "billToContact" : null, - "soldToContact" : null, - "taxInfo" : null, - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/catalogue.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/catalogue.json deleted file mode 100644 index a84fcbd5..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/catalogue.json +++ /dev/null @@ -1,13745 +0,0 @@ -{ - "products" : [ { - "id" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "sku" : "ABC-00000005", - "name" : "Digital Pack", - "description" : "The Guardian & Observer Digital Pack gives you 7-day access to the Guardian & Observer daily edition for iPad, Android tablet and Kindle Fire as well as premium tier access to the iOS and Android live news apps.", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000006", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Digital Pack", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff73add07f0173b99f14390afc", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff73add07f0173b9a80a584466", - "name" : "Digital Subscription Three Month Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000256" - } ], - "productRatePlanNumber" : "PRP-00000156" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4eae220a", - "status" : "Active", - "name" : "Digital Pack Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa50342192", - "name" : "Digital Pack Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD24.99", "NZD26.99", "EUR18.99", "GBP14.99", "CAD27.44", "AUD26.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 24.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 18.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 27.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000022" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e972204", - "status" : "Active", - "name" : "Digital Pack Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa5001218c", - "name" : "Digital Pack Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD249", "NZD269.99", "EUR187", "GBP149", "CAD274", "AUD269.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 249.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 187.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 149.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 274.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000021" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e8521fe", - "status" : "Active", - "name" : "Digital Pack Quarterly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa4fd42186", - "name" : "Digital Pack Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD74.94", "NZD79.99", "EUR56.19", "GBP44.94", "CAD82.31", "AUD79.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 74.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 56.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 44.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 82.310000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000020" - }, { - "id" : "2c92a00d779932ef0177a65430d30ac1", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f779933030177a65881490325", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000261" - } ], - "productRatePlanNumber" : "PRP-00000161" - }, { - "id" : "2c92a00d71c96bac0171df3a5622740f", - "status" : "Active", - "name" : "Corporate Digital Subscription", - "description" : "", - "effectiveStartDate" : "2020-01-01", - "effectiveEndDate" : "2050-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A100", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00871c96ba30171df3b481931a0", - "name" : "Corporate Digital Subscription", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Digital Pack", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000247" - } ], - "productRatePlanNumber" : "PRP-00000147" - }, { - "id" : "2c92a00c77992ba70177a6596f710265", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a011779932fd0177a670f43102aa", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000262" - } ], - "productRatePlanNumber" : "PRP-00000162" - }, { - "id" : "2c92a00773adc09d0173b99e4ded7f45", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d73add0220173b9a387c62aec", - "name" : "Digital Subscription One Year Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000255" - } ], - "productRatePlanNumber" : "PRP-00000155" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12999f8a268c57018a27ebddab1460", - "sku" : "ABC-00000033", - "name" : "Newspaper - National Delivery", - "description" : "Newspaper delivery outside the M25, via PaperRound", - "category" : null, - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000019", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - National Delivery", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12999f8a268c57018a27ebfd721883", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ec029418ea", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000304" - }, { - "id" : "8a12999f8a268c57018a27ebfecb18c7", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000303" - }, { - "id" : "8a12999f8a268c57018a27ebffb518cf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000300" - }, { - "id" : "8a12999f8a268c57018a27ebfde818ab", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000302" - }, { - "id" : "8a12999f8a268c57018a27ec01a918e2", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000301" - }, { - "id" : "8a12999f8a268c57018a27ec00b418d9", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.150000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000305" - } ], - "productRatePlanNumber" : "PRP-00000187" - }, { - "id" : "8a12999f8a268c57018a27ebe868150c", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe8b4150e", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000299" - }, { - "id" : "8a12999f8a268c57018a27ebe949151d", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP15" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 15.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000298" - } ], - "productRatePlanNumber" : "PRP-00000186" - }, { - "id" : "8a12999f8a268c57018a27ebe31414a4", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "20", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe35114a6", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.27" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.270000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000294" - }, { - "id" : "8a12999f8a268c57018a27ebe65914de", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.27" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.270000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000296" - }, { - "id" : "8a12999f8a268c57018a27ebe44c14b6", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000291" - }, { - "id" : "8a12999f8a268c57018a27ebe4d414bf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000295" - }, { - "id" : "8a12999f8a268c57018a27ebe3ce14ae", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000292" - }, { - "id" : "8a12999f8a268c57018a27ebe5d814d6", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000293" - }, { - "id" : "8a12999f8a268c57018a27ebe55814ca", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000297" - } ], - "productRatePlanNumber" : "PRP-00000185" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4bb97034014bbbc561fa4fed", - "sku" : "SKU-00000013", - "name" : "Supporter", - "description" : "This is the description of the supporter membership.", - "category" : null, - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2099-01-01", - "productNumber" : "PC-00000005", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : "Events:SUPPORTER", - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Membership", - "ProductLevel__c" : "400", - "Tier__c" : "Supporter", - "productRatePlans" : [ { - "id" : "8a129ce886834fa90186a20c3ee70b6a", - "status" : "Active", - "name" : "Supporter - annual (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129ce886834fa90186a20c3f4f0b6c", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "EUR95", "GBP75", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 75.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000284" - } ], - "productRatePlanNumber" : "PRP-00000182" - }, { - "id" : "8a1287c586832d250186a2040b1548fe", - "status" : "Active", - "name" : "Supporter - monthly (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12800986832d1d0186a20bf5136471", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD9.99", "EUR9.99", "GBP7", "CAD12.99", "AUD14.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 7.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000283" - } ], - "productRatePlanNumber" : "PRP-00000181" - }, { - "id" : "2c92a0fb4c5481db014c69f4a1e03bbd", - "status" : "Expired", - "name" : "Non Founder Supporter - annual", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4c5481db014c69f4a2013bbf", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD69", "EUR49", "GBP49", "CAD69", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000009" - } ], - "productRatePlanNumber" : "PRP-00000013" - }, { - "id" : "2c92a0fb4bb97034014bbbc562604ff7", - "status" : "Expired", - "name" : "Supporter - annual", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc5626f4ff9", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP50" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 50.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000008" - } ], - "productRatePlanNumber" : "PRP-00000012" - }, { - "id" : "2c92a0fb4bb97034014bbbc562114fef", - "status" : "Expired", - "name" : "Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc562274ff1", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000007" - } ], - "productRatePlanNumber" : "PRP-00000011" - }, { - "id" : "2c92a0f94c547592014c69f5b0ff4f7e", - "status" : "Expired", - "name" : "Non Founder Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0f94c547592014c69f5b1204f80", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6.99", "EUR4.99", "GBP5", "CAD6.99", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 4.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000010" - } ], - "productRatePlanNumber" : "PRP-00000014" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff5345f9200153559c6d2a3385", - "sku" : "ABC-00000012", - "name" : "Discounts", - "description" : "Template discount rate plans", - "category" : null, - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "productNumber" : "PC-00000008", - "allowFeatureChanges" : false, - "ProductEnabled__c" : null, - "Entitlements__c" : null, - "AcquisitionProfile__c" : null, - "ProductType__c" : null, - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a128432880a889f01880f873d2b1b7a", - "status" : "Active", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12989f880a9e8001880f8836a32b33", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "33.29% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 33.290000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000290" - } ], - "productRatePlanNumber" : "PRP-00000004" - }, { - "id" : "8a1290f1880a9e7401880f834fb70bce", - "status" : "Active", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12921d880a9e7901880f841d0a5c71", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "46.19% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 46.190000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000289" - } ], - "productRatePlanNumber" : "PRP-00000003" - }, { - "id" : "8a1282d4880a889501880f817b9d5c7a", - "status" : "Active", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128cd5880a888f01880f8229e17ceb", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50.5% discount", "0% discount" ], - "pricing" : [ { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.500000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000288" - } ], - "productRatePlanNumber" : "PRP-00000002" - }, { - "id" : "8a12867b880a888901880f7f007913f6", - "status" : "Active", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129e06880a9e7c01880f7fe5ec4d06", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30.03% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.030000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000287" - } ], - "productRatePlanNumber" : "PRP-00000001" - }, { - "id" : "8a1297638021d0d7018022d4bb3342c2", - "status" : "Active", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4bda76fdb", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "13% discount", "13% discount", "13% discount", "13% discount", "13% discount", "13% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000272" - } ], - "productRatePlanNumber" : "PRP-00000172" - }, { - "id" : "8a12972d8021d0d3018022d4c2a36f0c", - "status" : "Active", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128aa88021da2d018022d4c4f06176", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "18% discount", "18% discount", "18% discount", "18% discount", "18% discount", "18% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000274" - } ], - "productRatePlanNumber" : "PRP-00000174" - }, { - "id" : "8a1295918021d0d2018022d4ca0c4aac", - "status" : "Active", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4cb8e4ab6", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000276" - } ], - "productRatePlanNumber" : "PRP-00000176" - }, { - "id" : "8a128f138021d0d6018022d4c65b0384", - "status" : "Active", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129f6f8021d0d4018022d4c84f5545", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000275" - } ], - "productRatePlanNumber" : "PRP-00000175" - }, { - "id" : "8a128eda8021d0d4018022d4af5e4318", - "status" : "Active", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed88021d0e0018022d4b17e7570", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "7% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 7.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000269" - } ], - "productRatePlanNumber" : "PRP-00000169" - }, { - "id" : "8a128eda8021d0d4018022d4aab842f9", - "status" : "Active", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12972d8021d0d3018022d4ad3c6db1", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000268" - } ], - "productRatePlanNumber" : "PRP-00000168" - }, { - "id" : "8a128e2d8021d0d4018022d4bf72421e", - "status" : "Active", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4c126703b", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 17.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000273" - } ], - "productRatePlanNumber" : "PRP-00000173" - }, { - "id" : "8a128aa88021da2d018022d4b38b613e", - "status" : "Active", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128b618021d0cf018022d4b554090b", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "8% discount", "8% discount", "8% discount", "8% discount", "8% discount", "8% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000271" - } ], - "productRatePlanNumber" : "PRP-00000170" - }, { - "id" : "8a128aa88021da2d018022d4a6856101", - "status" : "Active", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4a8784983", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "5% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 5.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000267" - } ], - "productRatePlanNumber" : "PRP-00000167" - }, { - "id" : "8a12892d8021d0dc018022d4b6f94f05", - "status" : "Active", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128eda8021d0d4018022d4b9024332", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000270" - } ], - "productRatePlanNumber" : "PRP-00000171" - }, { - "id" : "8a12865b8021d0d9018022d2a2e52c74", - "status" : "Active", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295258021d0d3018022d2b4251038", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000265" - } ], - "productRatePlanNumber" : "PRP-00000165" - }, { - "id" : "8a12801c8021d0e8018022d4a1815301", - "status" : "Active", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129b9c8021d0d2018022d4a4417880", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "4% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 4.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000266" - } ], - "productRatePlanNumber" : "PRP-00000166" - }, { - "id" : "2c92a0ff74296d7201742b7daf20123d", - "status" : "Active", - "name" : "Digipack Acq Offer - 1st Payment", - "description" : "a percentage discount on Annual Digipack subscriptions, where the percentage is dependent on the billing currency. This discount is available so that our Customer Service Reps are able to provide the same level of discounting as is available on the website, to subscriptions acquired through the call centre", - "effectiveStartDate" : "2020-08-27", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff74296d7201742b7daf2f123f", - "name" : "Digipack Acq Offer - 1st Payment", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17.09% discount", "25.53% discount", "16.11% discount", "16.81% discount", "20.09% discount", "18.61% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 17.090000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.530000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.110000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.810000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.090000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 18.610000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000257" - } ], - "productRatePlanNumber" : "PRP-00000157" - }, { - "id" : "2c92a0ff65c757150165c8eab88b788e", - "status" : "Expired", - "name" : "Home Delivery Adjustment charge", - "description" : "Call centre version", - "effectiveStartDate" : "2018-09-11", - "effectiveEndDate" : "2019-09-11", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff65c757150165c8eab8c07896", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000189" - } ], - "productRatePlanNumber" : "PRP-00000119" - }, { - "id" : "2c92a0ff64176cd40164232c8ec97661", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd40164232c8eda7664", - "name" : "25% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000188" - } ], - "productRatePlanNumber" : "PRP-00000118" - }, { - "id" : "2c92a0ff5e09bd67015e0a93efe86d2e", - "status" : "Active", - "name" : "Customer Experience Adjustment - Voucher", - "description" : "", - "effectiveStartDate" : "2016-08-01", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5e09bd67015e0a93f0026d34", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000176" - } ], - "productRatePlanNumber" : "PRP-00000108" - }, { - "id" : "2c92a0ff56fe33f301572314aed277fb", - "status" : "Active", - "name" : "Percentage Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc56fe26ba01572315d66d026e", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : true, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000123" - } ], - "productRatePlanNumber" : "PRP-00000066" - }, { - "id" : "2c92a0ff5345f9220153559d915d5c26", - "status" : "Active", - "name" : "Percentage", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd5345efa10153559e97bb76c6", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "0% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000044" - } ], - "productRatePlanNumber" : "PRP-00000048" - }, { - "id" : "2c92a0fe750b35d001750d4522f43817", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Digital Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe750b35d001750d4523103819", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000260" - } ], - "productRatePlanNumber" : "PRP-00000160" - }, { - "id" : "2c92a0fe7375d60901737c64808e4be1", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - Home Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe7375d60901737c6480bc4be3", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000254" - } ], - "productRatePlanNumber" : "PRP-00000154" - }, { - "id" : "2c92a0fe72c5c3480172c7f1fb545f81", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe72c5c3480172c7f1fb7f5f87", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000253" - } ], - "productRatePlanNumber" : "PRP-00000153" - }, { - "id" : "2c92a0fe65f0ac1f0165f2189bca248c", - "status" : "Active", - "name" : "Digipack Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe65f0ac1f0165f2189bdf248f", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount", "20% discount", "20% discount", "20% discount", "20% discount", "20% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000190" - } ], - "productRatePlanNumber" : "PRP-00000120" - }, { - "id" : "2c92a0fe62b7edde0162dd29b8124a8e", - "status" : "Active", - "name" : "Guardian Weekly Adjustment charge", - "description" : "To fix premature refunds", - "effectiveStartDate" : "2018-04-19", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe62b7edde0162dd29b83f4a9e", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "Adjustment for premature refunds where the product was not removed in advance.", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000186" - } ], - "productRatePlanNumber" : "PRP-00000116" - }, { - "id" : "2c92a0fe5fe26834015fe33c70a24f50", - "status" : "Active", - "name" : "Black Friday 50% for 3 months for existing customers", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : "TBC", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5fe26834015fe33c70b74f52", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "50% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000179" - } ], - "productRatePlanNumber" : "PRP-00000111" - }, { - "id" : "2c92a0fe56fe33ff015723143e4778be", - "status" : "Active", - "name" : "Fixed Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff576f2f760157aec73aa34ccc", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000131" - } ], - "productRatePlanNumber" : "PRP-00000065" - }, { - "id" : "2c92a0fd6f1426ef016f18a86c515ed7", - "status" : "Active", - "name" : "Cancellation Save Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd6f1426ef016f18a86c705ed9", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "20% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000205" - } ], - "productRatePlanNumber" : "PRP-00000134" - }, { - "id" : "2c92a0fc6ae918b6016b080950e96d75", - "status" : "Active", - "name" : "Guardian Weekly Holiday Credit", - "description" : "", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc6ae918b6016b0809512f6d7f", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000200" - } ], - "productRatePlanNumber" : "PRP-00000129" - }, { - "id" : "2c92a0fc610e738901612d83fce461fd", - "status" : "Expired", - "name" : "Tabloid launch 25% off for one year for existing customers", - "description" : "", - "effectiveStartDate" : "2017-12-19", - "effectiveEndDate" : "2020-12-19", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : "GTL99C", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc610e738901612d85acb06a73", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "25% off for one year", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000180" - } ], - "productRatePlanNumber" : "PRP-00000112" - }, { - "id" : "2c92a0fc5b42d2c9015b6259f7f40040", - "status" : "Expired", - "name" : "Guardian Weekly Holiday Credit - old", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2019-05-29", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6ad50f58016ad9ca59962c8c", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000199" - }, { - "id" : "2c92a0ff5b42e3ad015b627c142f072a", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000173" - } ], - "productRatePlanNumber" : "PRP-00000105" - }, { - "id" : "2c92a0fc596d31ea01598d623a297897", - "status" : "Active", - "name" : "Home Delivery Holiday Credit v2", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc596d31ea01598d72baf33417", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000146" - } ], - "productRatePlanNumber" : "PRP-00000078" - }, { - "id" : "2c92a0fc569c311201569dfbecb4215f", - "status" : "Expired", - "name" : "Home Delivery Holiday Credit", - "description" : "Call centre version", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2017-07-31", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe569c441901569e03b5cc619e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000080" - } ], - "productRatePlanNumber" : "PRP-00000056" - }, { - "id" : "2c92a0117468816901748bdb3a8c1ac4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0117468816901748bdb3aab1ac6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000259" - } ], - "productRatePlanNumber" : "PRP-00000159" - }, { - "id" : "2c92a01072c5c2e30172c7f0764772c9", - "status" : "Active", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7f0766372cb", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000251" - } ], - "productRatePlanNumber" : "PRP-00000151" - }, { - "id" : "2c92a01072c5c2e20172c7efe01125c6", - "status" : "Active", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7efe02325ca", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "9% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 9.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000250" - } ], - "productRatePlanNumber" : "PRP-00000150" - }, { - "id" : "2c92a01072c5c2e20172c7ee96b91a7c", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7ee96e71a7e", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000249" - } ], - "productRatePlanNumber" : "PRP-00000149" - }, { - "id" : "2c92a00f7468817d01748bd88f0d1d6c", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Home Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f7468817d01748bd88f2e1d6e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000258" - } ], - "productRatePlanNumber" : "PRP-00000158" - }, { - "id" : "2c92a00d6f9de7f6016f9f6f52765aa4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - GW", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d6f9de7f6016f9f6f529e5aaf", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000207" - } ], - "productRatePlanNumber" : "PRP-00000136" - }, { - "id" : "2c92a00872c5d4770172c7f140a32d62", - "status" : "Active", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00872c5d4770172c7f140c52d64", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "16% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000252" - } ], - "productRatePlanNumber" : "PRP-00000152" - }, { - "id" : "2c92a0086f1426d1016f18a9c71058a5", - "status" : "Active", - "name" : "Acquisition Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086f1426d1016f18a9c73058a7", - "name" : "25% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000206" - } ], - "productRatePlanNumber" : "PRP-00000135" - }, { - "id" : "2c92a0086b25c750016b32548239308d", - "status" : "Active", - "name" : "Customer Experience - Complementary 100% discount", - "description" : "Head-office use only", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086b25c750016b32548256308f", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount", "100% discount", "100% discount", "100% discount", "100% discount", "100% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000202" - } ], - "productRatePlanNumber" : "PRP-00000131" - }, { - "id" : "2c92a00864176ce90164232ac0d90fc1", - "status" : "Active", - "name" : "Cancellation Save Discount - 50% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd50164232c7e493410", - "name" : "50% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50% discount", "50% discount", "50% discount", "50% discount", "50% discount", "50% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000187" - } ], - "productRatePlanNumber" : "PRP-00000117" - }, { - "id" : "2c92a00772c5c2e90172c7ebd62a68c4", - "status" : "Active", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7ed605b60d3", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000248" - } ], - "productRatePlanNumber" : "PRP-00000148" - }, { - "id" : "2c92a0076ae9189c016b080c930a6186", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - GW", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086ae928d7016b080f638477a6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000201" - } ], - "productRatePlanNumber" : "PRP-00000130" - }, { - "id" : "8a12902787109bb7018712c479592ee9", - "status" : "Active", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1290f187109bb0018712c5227f7842", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000286" - } ], - "productRatePlanNumber" : "PRP-00000184" - }, { - "id" : "8a12989f87109bb0018712c33dc63674", - "status" : "Active", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12867b871080e2018712c3f4177d3d", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000285" - } ], - "productRatePlanNumber" : "PRP-00000183" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12865b8219d9b4018221061563643f", - "sku" : "ABC-00000032", - "name" : "Supporter Plus", - "description" : "New Support product July 2022", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000018", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Supporter Plus", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12865b8219d9b401822106192b64dc", - "status" : "Expired", - "name" : "Supporter Plus Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b401822106194e64e3", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000278" - } ], - "productRatePlanNumber" : "PRP-00000178" - }, { - "id" : "8a12865b8219d9b40182210618a464ba", - "status" : "Expired", - "name" : "Supporter Plus Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b40182210618c664c1", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000277" - } ], - "productRatePlanNumber" : "PRP-00000177" - }, { - "id" : "8a128ed885fc6ded018602296ace3eb8", - "status" : "Active", - "name" : "Supporter Plus V2 - Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128d7085fc6dec01860234cd075270", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000281" - }, { - "id" : "8a128ed885fc6ded018602296af13eba", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000280" - } ], - "productRatePlanNumber" : "PRP-00000180" - }, { - "id" : "8a128ed885fc6ded01860228f77e3d5a", - "status" : "Active", - "name" : "Supporter Plus V2 - Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed885fc6ded01860228f7cb3d5f", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000279" - }, { - "id" : "8a12892d85fc6df4018602451322287f", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000282" - } ], - "productRatePlanNumber" : "PRP-00000179" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe6619b4b901661aaf826435de", - "sku" : "ABC-00000030", - "name" : "Guardian Weekly - ROW", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000016", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff79ac64e30179ae45669b3a83", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff79ac64e30179ae4566cb3a86", - "name" : "GW Oct 18 - Monthly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD30", "GBP24.8" ], - "pricing" : [ { - "currency" : "USD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 24.800000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000264" - } ], - "productRatePlanNumber" : "PRP-00000164" - }, { - "id" : "2c92a0ff67cebd140167f0a2f66a12eb", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd140167f0a2f68912ed", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000198" - } ], - "productRatePlanNumber" : "PRP-00000128" - }, { - "id" : "2c92a0fe6619b4b601661ab300222651", - "status" : "Active", - "name" : "GW Oct 18 - Annual - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661ab3002f2653", - "name" : "GW Oct 18 - Annual - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000195" - } ], - "productRatePlanNumber" : "PRP-00000125" - }, { - "id" : "2c92a0086619bf8901661ab545f51b21", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661ab546091b23", - "name" : "GW Oct 18 - First 6 issues - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000196" - } ], - "productRatePlanNumber" : "PRP-00000126" - }, { - "id" : "2c92a0086619bf8901661ab02752722f", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff6619bf8b01661ab2d0396eb2", - "name" : "GW Oct 18 - Quarterly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000194" - } ], - "productRatePlanNumber" : "PRP-00000124" - }, { - "id" : "2c92a0076dd9892e016df8503e7c6c48", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0076dd9892e016df8503e936c4a", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000203" - } ], - "productRatePlanNumber" : "PRP-00000132" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff6619bf8901661aa3247c4b1d", - "sku" : "ABC-00000029", - "name" : "Guardian Weekly - Domestic", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-18", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000015", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a834234e", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a85b2350", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000197" - } ], - "productRatePlanNumber" : "PRP-00000127" - }, { - "id" : "2c92a0fe6619b4b901661aa8e66c1692", - "status" : "Active", - "name" : "GW Oct 18 - Annual - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b901661aa8e6811695", - "name" : "GW Oct 18 - Annual - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000192" - } ], - "productRatePlanNumber" : "PRP-00000122" - }, { - "id" : "2c92a0fe6619b4b301661aa494392ee2", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661aa8b74e623f", - "name" : "GW Oct 18 - Quarterly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000191" - } ], - "productRatePlanNumber" : "PRP-00000121" - }, { - "id" : "2c92a0fd79ac64b00179ae3f9d474960", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd79ac64b00179ae3f9d704962", - "name" : "GW Oct 18 - Monthly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD27.5", "NZD45.5", "EUR23.5", "GBP13.75", "CAD30", "AUD36" ], - "pricing" : [ { - "currency" : "USD", - "price" : 27.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 45.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 23.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 13.750000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000263" - } ], - "productRatePlanNumber" : "PRP-00000163" - }, { - "id" : "2c92a00e6dd988e2016df85387417498", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6dd988e2016df853875d74c6", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000204" - } ], - "productRatePlanNumber" : "PRP-00000133" - }, { - "id" : "2c92a0086619bf8901661aaac94257fe", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661aaac95d5800", - "name" : "GW Oct 18 - First 6 issues - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000193" - } ], - "productRatePlanNumber" : "PRP-00000123" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a00870ec598001710740c3d92eab", - "sku" : "ABC-00000031", - "name" : "Newspaper Digital Voucher", - "description" : "Newspaper Digital Voucher", - "category" : null, - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000017", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - Digital Voucher", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a00870ec598001710740d3d03035", - "status" : "Active", - "name" : "Everyday+", - "description" : "Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "34", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A109", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d4143037", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000239" - }, { - "id" : "2c92a00870ec598001710740d4b8304f", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.95" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.950000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000244" - }, { - "id" : "2c92a00870ec598001710740d54f3069", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000241" - }, { - "id" : "2c92a00870ec598001710740d5fd3073", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000245" - }, { - "id" : "2c92a00870ec598001710740d691307c", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000242" - }, { - "id" : "2c92a00870ec598001710740d7493084", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000246" - }, { - "id" : "2c92a00870ec598001710740d7e2308d", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.94" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000243" - }, { - "id" : "2c92a00870ec598001710740d8873096", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000240" - } ], - "productRatePlanNumber" : "PRP-00000146" - }, { - "id" : "2c92a00870ec598001710740ca532f69", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cc9b2f88", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000219" - }, { - "id" : "2c92a00870ec598001710740cd012f90", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000226" - }, { - "id" : "2c92a00870ec598001710740cd6e2fa2", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.79" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.790000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000223" - }, { - "id" : "2c92a00870ec598001710740cb4e2f6b", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000228" - }, { - "id" : "2c92a00870ec598001710740cbb32f77", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000230" - }, { - "id" : "2c92a00870ec598001710740cc2c2f80", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000221" - } ], - "productRatePlanNumber" : "PRP-00000140" - }, { - "id" : "2c92a00870ec598001710740c78d2f13", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "34", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c8c42f40", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000218" - }, { - "id" : "2c92a00870ec598001710740c91d2f4d", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000227" - }, { - "id" : "2c92a00870ec598001710740c7b82f1c", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000229" - }, { - "id" : "2c92a00870ec598001710740c80f2f26", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000220" - }, { - "id" : "2c92a00870ec598001710740c8652f37", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.95" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.950000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000222" - }, { - "id" : "2c92a00870ec598001710740c9802f59", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP7.82" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 7.820000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000225" - }, { - "id" : "2c92a00870ec598001710740c9d72f61", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.94" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000224" - } ], - "productRatePlanNumber" : "PRP-00000139" - }, { - "id" : "2c92a00870ec598001710740d24b3022", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "24", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d28e3024", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000234" - }, { - "id" : "2c92a00870ec598001710740d325302c", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000237" - } ], - "productRatePlanNumber" : "PRP-00000145" - }, { - "id" : "2c92a00870ec598001710740c4582ead", - "status" : "Active", - "name" : "Sixday+", - "description" : "Guardian papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "31", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A110", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c48e2eaf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000217" - }, { - "id" : "2c92a00870ec598001710740c4dc2eb7", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000215" - }, { - "id" : "2c92a00870ec598001710740c5192ebf", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000211" - }, { - "id" : "2c92a00870ec598001710740c55a2ec7", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.79" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.790000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000209" - }, { - "id" : "2c92a00870ec598001710740c5962ecf", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000214" - }, { - "id" : "2c92a00870ec598001710740c5cf2ed7", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000212" - }, { - "id" : "2c92a00870ec598001710740c60f2edf", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000216" - } ], - "productRatePlanNumber" : "PRP-00000137" - }, { - "id" : "2c92a00870ec598001710740d0d83017", - "status" : "Active", - "name" : "Sunday", - "description" : "Observer paper", - "effectiveStartDate" : "2017-03-27", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A118", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d1103019", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000236" - } ], - "productRatePlanNumber" : "PRP-00000144" - }, { - "id" : "2c92a00870ec598001710740cf9e3004", - "status" : "Active", - "name" : "Sunday+", - "description" : "Observer paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "11", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A112", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cfda3006", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000238" - }, { - "id" : "2c92a00870ec598001710740d053300f", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000235" - } ], - "productRatePlanNumber" : "PRP-00000143" - }, { - "id" : "2c92a00870ec598001710740c6672ee7", - "status" : "Active", - "name" : "Weekend+", - "description" : "Saturday Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "19", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A113", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c6872ee9", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000210" - }, { - "id" : "2c92a00870ec598001710740c6ce2ef1", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000213" - }, { - "id" : "2c92a00870ec598001710740c7132efe", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.49" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.490000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000208" - } ], - "productRatePlanNumber" : "PRP-00000138" - }, { - "id" : "2c92a00870ec598001710740cdd02fbd", - "status" : "Active", - "name" : "Saturday", - "description" : "Saturday paper", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A117", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740ce042fcb", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000232" - } ], - "productRatePlanNumber" : "PRP-00000141" - }, { - "id" : "2c92a00870ec598001710740ce702ff0", - "status" : "Active", - "name" : "Saturday+", - "description" : "Saturday paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "11", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A111", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cf1e2ffc", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000233" - }, { - "id" : "2c92a00870ec598001710740cea02ff4", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000231" - } ], - "productRatePlanNumber" : "PRP-00000142" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe5aacfabe015ad24bf6e15ff6", - "sku" : "ABC-00000028", - "name" : "Contributor", - "description" : "", - "category" : null, - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "productNumber" : "PC-00000014", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Contribution", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c200eea", - "status" : "Active", - "name" : "Annual Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Annual", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c7b0f34", - "name" : "Annual Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD60", "EUR60", "GBP60", "CAD5", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000177" - } ], - "productRatePlanNumber" : "PRP-00000109" - }, { - "id" : "2c92a0fc5aacfadd015ad24db4ff5e97", - "status" : "Active", - "name" : "Monthly Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5aacfadd015ad250bf2c6d38", - "name" : "Monthly Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD5", "NZD5", "EUR5", "GBP5", "CAD5", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000170" - } ], - "productRatePlanNumber" : "PRP-00000102" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fd57d0a9870157d73fa27c3de1", - "sku" : "ABC-00000017", - "name" : "Guardian Weekly Zone A", - "description" : "", - "category" : null, - "effectiveStartDate" : "1990-10-18", - "effectiveEndDate" : "2099-10-18", - "productNumber" : "PC-00000011", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb38d201688", - "status" : "Active", - "name" : "Guardian Weekly 10% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb548381f4e", - "name" : "10% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000160" - } ], - "productRatePlanNumber" : "PRP-00000092" - }, { - "id" : "2c92a0ff5a5adca7015a5c51a69c7f2e", - "status" : "Active", - "name" : "Guardian Weekly 3 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "ThreeYears", - "Saving__c" : null, - "DefaultTerm__c" : "36", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c51a6ad7f30", - "name" : "Zone A 3 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD720", "GBP360" ], - "pricing" : [ { - "currency" : "USD", - "price" : 720.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Three_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000153" - } ], - "productRatePlanNumber" : "PRP-00000085" - }, { - "id" : "2c92a0ff5a5adca7015a5c4af5963efa", - "status" : "Active", - "name" : "Guardian Weekly 6 Months", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "SixMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c4af5b63f01", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000150" - } ], - "productRatePlanNumber" : "PRP-00000082" - }, { - "id" : "2c92a0ff5a4b85e7015a4cf95d352a07", - "status" : "Active", - "name" : "Guardian Weekly 12 Issues", - "description" : "12 issues", - "effectiveStartDate" : "1995-11-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a4b85e7015a4cf95d472a09", - "name" : "Zone A 12 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD12", "GBP12" ], - "pricing" : [ { - "currency" : "USD", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 12, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000149" - } ], - "productRatePlanNumber" : "PRP-00000081" - }, { - "id" : "2c92a0ff59d9d540015a41a40b3e07d3", - "status" : "Active", - "name" : "Guardian Weekly 6 Issues", - "description" : "", - "effectiveStartDate" : "1995-02-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a241e5a015a41f1c4b102c3", - "name" : "Zone A 6 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "GBP6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000147" - } ], - "productRatePlanNumber" : "PRP-00000079" - }, { - "id" : "2c92a0ff58bdf4eb0158f2ecc89c1034", - "status" : "Active", - "name" : "Guardian Weekly 1 Year", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff58bdf4eb0158f2ecc8ae1036", - "name" : "Zone A 1 Year", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000136" - } ], - "productRatePlanNumber" : "PRP-00000072" - }, { - "id" : "2c92a0ff57d0a0b60157d741e722439a", - "status" : "Active", - "name" : "Guardian Weekly Annual", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd57d0a9870157d7510cfd66f0", - "name" : "Zone A Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000132" - } ], - "productRatePlanNumber" : "PRP-00000069" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb648541d78", - "status" : "Active", - "name" : "Guardian Weekly 30% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb648631d7a", - "name" : "30% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000162" - } ], - "productRatePlanNumber" : "PRP-00000094" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb59d9407a6", - "status" : "Active", - "name" : "Guardian Weekly 25% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb59db107a8", - "name" : "25% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000161" - } ], - "productRatePlanNumber" : "PRP-00000093" - }, { - "id" : "2c92a0fe5a5ad349015a5c4e3f87184c", - "status" : "Active", - "name" : "Guardian Weekly 6 Months Only", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "SixMonthsOnly", - "Saving__c" : null, - "DefaultTerm__c" : "6", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad349015a5c4e3f99184f", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 6, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000151" - } ], - "productRatePlanNumber" : "PRP-00000083" - }, { - "id" : "2c92a0fe5a5ad343015a5c50b4eb2d72", - "status" : "Active", - "name" : "Guardian Weekly 2 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "TwoYears", - "Saving__c" : null, - "DefaultTerm__c" : "24", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad343015a5c50b4fc2d74", - "name" : "Zone A 2 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD480", "GBP240" ], - "pricing" : [ { - "currency" : "USD", - "price" : 480.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Two_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000152" - } ], - "productRatePlanNumber" : "PRP-00000084" - }, { - "id" : "2c92a0fd57d0a9870157d7412f19424f", - "status" : "Active", - "name" : "Guardian Weekly Quarterly", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff57d0a0b50157d752a0077624", - "name" : "Zone A Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "GBP30" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000133" - } ], - "productRatePlanNumber" : "PRP-00000068" - } ], - "productFeatures" : [ ] - } ], - "nextPage" : "/v1/catalog/products?page=2&pageSize=10", - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/invoice-preview.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/invoice-preview.json deleted file mode 100644 index b2f92fe6..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/invoice-preview.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "accountId" : "ACCOUNT-ID", - "invoiceItems" : [ { - "id" : "36e6afd772784cb8a36a4f4c6795e133", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2023-10-28", - "serviceEndDate" : "2023-11-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "dd40565d3d9f4a7aa41ac86076cc0f71", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2023-11-28", - "serviceEndDate" : "2023-12-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "79568982392042b5b852a04ce4752638", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2023-12-28", - "serviceEndDate" : "2024-01-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "18e11dc7551e4944b3807df5dfa729e1", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-01-28", - "serviceEndDate" : "2024-02-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "6261aa2f5afd45608d71bf7072d342b1", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-02-28", - "serviceEndDate" : "2024-03-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "7c080ea5d0994cd7a45db944e0125415", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-03-28", - "serviceEndDate" : "2024-04-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "cede27908fda439f841bdbe583bc232d", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-04-28", - "serviceEndDate" : "2024-05-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "cfd9c729479e4bdeb5536dbb4a4646e4", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-05-28", - "serviceEndDate" : "2024-06-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "6565466a938946f1a897fbeb6b25989d", - "subscriptionName" : "ACCOUNT-NUMBER", - "subscriptionId" : "8a1294768adadfd0018afaad86dc523c", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "serviceStartDate" : "2024-06-28", - "serviceEndDate" : "2024-07-27", - "chargeAmount" : 11.990000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Monthly", - "chargeNumber" : "C-00293574", - "chargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-10-04 13:33:11", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - } ], - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/subscription.json b/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/subscription.json deleted file mode 100644 index 78af035c..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/monthly/regular/subscription.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "success" : true, - "id" : "SUBSCRIPTION-NUMBER", - "accountId" : "ACCOUNT-ID", - "accountNumber" : "ACCOUNT-NUMBER", - "accountName" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountId" : "ACCOUNT-ID", - "invoiceOwnerAccountNumber" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountName" : "ACCOUNT-NUMBER", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "version" : 8, - "revision" : "8.0", - "termType" : "TERMED", - "invoiceSeparately" : false, - "contractEffectiveDate" : "2014-09-11", - "serviceActivationDate" : "2014-09-11", - "customerAcceptanceDate" : "2016-06-28", - "subscriptionStartDate" : "2016-06-28", - "subscriptionEndDate" : "2024-06-28", - "lastBookingDate" : "2023-06-28", - "termStartDate" : "2023-06-28", - "termEndDate" : "2024-06-28", - "initialTerm" : 12, - "initialTermPeriodType" : "Month", - "currentTerm" : 12, - "currentTermPeriodType" : "Month", - "autoRenew" : true, - "renewalSetting" : "RENEW_WITH_SPECIFIC_TERM", - "renewalTerm" : 12, - "renewalTermPeriodType" : "Month", - "contractedMrr" : 11.99, - "totalContractedValue" : 1151.04, - "notes" : null, - "status" : "Active", - "TrialPeriodPrice__c" : null, - "CanadaHandDelivery__c" : null, - "QuoteNumber__QT" : null, - "GifteeIdentityId__c" : null, - "OpportunityName__QT" : null, - "GiftNotificationEmailDate__c" : null, - "Gift_Subscription__c" : "No", - "TrialPeriodDays__c" : null, - "CreatedRequestId__c" : null, - "AcquisitionSource__c" : null, - "CreatedByCSR__c" : null, - "CASSubscriberID__c" : null, - "LastPriceChangeDate__c" : null, - "InitialPromotionCode__c" : null, - "CpqBundleJsonId__QT" : null, - "RedemptionCode__c" : null, - "QuoteType__QT" : null, - "GiftRedemptionDate__c" : null, - "QuoteBusinessType__QT" : null, - "SupplierCode__c" : null, - "legacy_cat__c" : null, - "DeliveryAgent__c" : null, - "AcquisitionCase__c" : null, - "ReaderType__c" : null, - "ActivationDate__c" : "2016-07-06T07:19:25.572Z", - "UserCancellationReason__c" : null, - "OpportunityCloseDate__QT" : null, - "IPaddress__c" : null, - "IPCountry__c" : null, - "PromotionCode__c" : "DGA01", - "OriginalSubscriptionStartDate__c" : null, - "LegacyContractStartDate__c" : null, - "CancellationReason__c" : null, - "billToContact" : null, - "paymentTerm" : null, - "invoiceTemplateId" : null, - "invoiceTemplateName" : null, - "sequenceSetId" : null, - "sequenceSetName" : null, - "soldToContact" : null, - "isLatestVersion" : true, - "cancelReason" : null, - "ratePlans" : [ { - "id" : "8a12822d88f6dea80189006c5aa90928", - "productId" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "productName" : "Digital Pack", - "productSku" : "ABC-00000005", - "productRatePlanId" : "2c92a0fb4edd70c8014edeaa4eae220a", - "productRatePlanNumber" : null, - "ratePlanName" : "Digital Pack Monthly", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : null, - "ratePlanCharges" : [ { - "id" : "8a12822d88f6dea80189006c5aac092a", - "originalChargeId" : "2c92a0fd55a0dc780155bc08a92d02cc", - "productRatePlanChargeId" : "2c92a0fb4edd70c9014edeaa50342192", - "number" : "C-00293574", - "name" : "Digital Pack Monthly", - "productRatePlanChargeNumber" : null, - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "version" : 8, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingPeriod" : "Month", - "specificBillingPeriod" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToCharge", - "quantity" : 1.000000000, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2016-06-28", - "effectiveEndDate" : "2024-06-28", - "processedThroughDate" : "2023-09-28", - "chargedThroughDate" : "2023-10-28", - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Subscription_End", - "upToPeriodsType" : null, - "upToPeriods" : null, - "specificEndDate" : null, - "mrr" : 11.990000000, - "dmrc" : 0.000000000, - "tcv" : 1151.040000000, - "dtcv" : 143.880000000, - "originalOrderDate" : "2016-07-05", - "amendedByOrderOn" : "2023-06-28", - "description" : "Migrated sub", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "GBP11.99", - "price" : 11.990000000, - "discountAmount" : null, - "discountPercentage" : null - } ] - } ], - "orderNumber" : "O-00983510", - "externallyManagedBy" : null, - "statusHistory" : [ { - "startDate" : "2016-06-28", - "endDate" : "2024-06-28", - "status" : "Active" - }, { - "startDate" : "2024-06-28", - "endDate" : null, - "status" : "OutOfTerm" - } ] -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/account.json b/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/account.json deleted file mode 100644 index a77c4a8f..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/account.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "basicInfo" : { - "id" : "ACCOUNT-ID", - "name" : "ACCOUNT-NUMBER", - "accountNumber" : "ACCOUNT-NUMBER", - "notes" : null, - "status" : "Active", - "crmId" : "0012000001NxJ97AAF", - "batch" : "Batch1", - "invoiceTemplateId" : "2c92a0fb49377eae014951ca848e074b", - "communicationProfileId" : "2c92a0f9456e27a4014570f3aed41be2", - "profileNumber" : "CP-00000001", - "purchaseOrderNumber" : null, - "customerServiceRepName" : null, - "IdentityId__c" : "ACCOUNT-IDENTITY-ID", - "sfContactId__c" : "ACCOUNT-SF-IDENTITY-ID", - "CCURN__c" : null, - "SpecialDeliveryInstructions__c" : null, - "NonStandardDataReason__c" : null, - "ProcessingAdvice__c" : null, - "CreatedRequestId__c" : null, - "RetryStatus__c" : null, - "salesRep" : null, - "summaryStatementTemplateId" : null, - "sequenceSetId" : null - }, - "billingAndPayment" : { - "billCycleDay" : 10, - "currency" : "GBP", - "paymentTerm" : "Due Upon Receipt", - "paymentGateway" : "GoCardless", - "paymentGatewayNumber" : "PG-00000003", - "defaultPaymentMethodId" : "2c92a0fe55528f3201555addc89760dc", - "invoiceDeliveryPrefsPrint" : false, - "invoiceDeliveryPrefsEmail" : true, - "autoPay" : true, - "additionalEmailAddresses" : [ ], - "paymentMethodCascadingConsent" : false - }, - "metrics" : { - "balance" : 0.000000000, - "totalInvoiceBalance" : 0.000000000, - "creditBalance" : 0.000000000, - "contractedMrr" : 11.980000000 - }, - "billToContact" : null, - "soldToContact" : null, - "taxInfo" : null, - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/catalogue.json b/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/catalogue.json deleted file mode 100644 index ea13cefe..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/catalogue.json +++ /dev/null @@ -1,14185 +0,0 @@ -{ - "products" : [ { - "id" : "2c92a0ff5345f9200153559c6d2a3385", - "sku" : "ABC-00000012", - "name" : "Discounts", - "description" : "Template discount rate plans", - "category" : null, - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "productNumber" : "PC-00000008", - "allowFeatureChanges" : false, - "ProductEnabled__c" : null, - "Entitlements__c" : null, - "AcquisitionProfile__c" : null, - "ProductType__c" : null, - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a128adf8b64bcfd018b6b6fdc7674f5", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2023-10-26", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129c288b64d798018b6b711d8845d0", - "name" : "Cancellation Save Discount - 25% off for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000307" - } ], - "productRatePlanNumber" : "PRP-00000189" - }, { - "id" : "8a1288018b37ad08018b388709951c46", - "status" : "Active", - "name" : "Acquisition Discount - 12% off for 12 months", - "description" : "", - "effectiveStartDate" : "2023-10-16", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1281f38b37ad1c018b38885ee06166", - "name" : "Acquisition Discount - 12% off for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "12% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 12.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000306" - } ], - "productRatePlanNumber" : "PRP-00000188" - }, { - "id" : "8a1299c28aff1e73018b004582a22581", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - National Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1299c28aff1e73018b004583002583", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : null - }, { - "id" : "8a128e208aff0721018b003d0dfe59d9", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - National Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128e208aff0721018b003d0e5959e0", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : null - }, { - "id" : "8a128432880a889f01880f873d2b1b7a", - "status" : "Active", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12989f880a9e8001880f8836a32b33", - "name" : "PM 2023 - AUD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "33.29% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 33.290000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000290" - } ], - "productRatePlanNumber" : "PRP-00000004" - }, { - "id" : "8a1290f1880a9e7401880f834fb70bce", - "status" : "Active", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12921d880a9e7901880f841d0a5c71", - "name" : "PM 2023 - CAD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "46.19% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 46.190000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000289" - } ], - "productRatePlanNumber" : "PRP-00000003" - }, { - "id" : "8a1282d4880a889501880f817b9d5c7a", - "status" : "Active", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128cd5880a888f01880f8229e17ceb", - "name" : " PM 2023 - EUR - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50.5% discount", "0% discount" ], - "pricing" : [ { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.500000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000288" - } ], - "productRatePlanNumber" : "PRP-00000002" - }, { - "id" : "8a12867b880a888901880f7f007913f6", - "status" : "Active", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "description" : "", - "effectiveStartDate" : "2023-05-12", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129e06880a9e7c01880f7fe5ec4d06", - "name" : "PM 2023 - USD - Price Freeze - 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30.03% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.030000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000287" - } ], - "productRatePlanNumber" : "PRP-00000001" - }, { - "id" : "8a1297638021d0d7018022d4bb3342c2", - "status" : "Active", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4bda76fdb", - "name" : "PM 2022 - 13% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "13% discount", "13% discount", "13% discount", "13% discount", "13% discount", "13% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 13.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000272" - } ], - "productRatePlanNumber" : "PRP-00000172" - }, { - "id" : "8a12972d8021d0d3018022d4c2a36f0c", - "status" : "Active", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128aa88021da2d018022d4c4f06176", - "name" : "PM 2022 - 18% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "18% discount", "18% discount", "18% discount", "18% discount", "18% discount", "18% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 18.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000274" - } ], - "productRatePlanNumber" : "PRP-00000174" - }, { - "id" : "8a1295918021d0d2018022d4ca0c4aac", - "status" : "Active", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4cb8e4ab6", - "name" : "PM 2022 - 25% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000276" - } ], - "productRatePlanNumber" : "PRP-00000176" - }, { - "id" : "8a128f138021d0d6018022d4c65b0384", - "status" : "Active", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129f6f8021d0d4018022d4c84f5545", - "name" : "PM 2022 - 20% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000275" - } ], - "productRatePlanNumber" : "PRP-00000175" - }, { - "id" : "8a128eda8021d0d4018022d4af5e4318", - "status" : "Active", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed88021d0e0018022d4b17e7570", - "name" : "PM 2022 - 7% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "7% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 7.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000269" - } ], - "productRatePlanNumber" : "PRP-00000169" - }, { - "id" : "8a128eda8021d0d4018022d4aab842f9", - "status" : "Active", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12972d8021d0d3018022d4ad3c6db1", - "name" : "PM 2022 - 6% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000268" - } ], - "productRatePlanNumber" : "PRP-00000168" - }, { - "id" : "8a128e2d8021d0d4018022d4bf72421e", - "status" : "Active", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1291128021d0cf018022d4c126703b", - "name" : "PM 2022 - 17% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 17.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000273" - } ], - "productRatePlanNumber" : "PRP-00000173" - }, { - "id" : "8a128aa88021da2d018022d4b38b613e", - "status" : "Active", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128b618021d0cf018022d4b554090b", - "name" : "PM 2022 - 8% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "8% discount", "8% discount", "8% discount", "8% discount", "8% discount", "8% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 8.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000271" - } ], - "productRatePlanNumber" : "PRP-00000170" - }, { - "id" : "8a128aa88021da2d018022d4a6856101", - "status" : "Active", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295918021d0d2018022d4a8784983", - "name" : "PM 2022 - 5% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "5% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 5.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000267" - } ], - "productRatePlanNumber" : "PRP-00000167" - }, { - "id" : "8a12892d8021d0dc018022d4b6f94f05", - "status" : "Active", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128eda8021d0d4018022d4b9024332", - "name" : "PM 2022 - 11% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000270" - } ], - "productRatePlanNumber" : "PRP-00000171" - }, { - "id" : "8a12865b8021d0d9018022d2a2e52c74", - "status" : "Active", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1295258021d0d3018022d2b4251038", - "name" : "PM 2022 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000265" - } ], - "productRatePlanNumber" : "PRP-00000165" - }, { - "id" : "8a12801c8021d0e8018022d4a1815301", - "status" : "Active", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "description" : null, - "effectiveStartDate" : "2022-04-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129b9c8021d0d2018022d4a4417880", - "name" : "PM 2022 - 4% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "4% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : 4.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : null, - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000266" - } ], - "productRatePlanNumber" : "PRP-00000166" - }, { - "id" : "2c92a0ff74296d7201742b7daf20123d", - "status" : "Active", - "name" : "Digipack Acq Offer - 1st Payment", - "description" : "a percentage discount on Annual Digipack subscriptions, where the percentage is dependent on the billing currency. This discount is available so that our Customer Service Reps are able to provide the same level of discounting as is available on the website, to subscriptions acquired through the call centre", - "effectiveStartDate" : "2020-08-27", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff74296d7201742b7daf2f123f", - "name" : "Digipack Acq Offer - 1st Payment", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "17.09% discount", "25.53% discount", "16.11% discount", "16.81% discount", "20.09% discount", "18.61% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 17.090000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.530000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.110000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.810000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.090000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 18.610000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000257" - } ], - "productRatePlanNumber" : "PRP-00000157" - }, { - "id" : "2c92a0ff65c757150165c8eab88b788e", - "status" : "Expired", - "name" : "Home Delivery Adjustment charge", - "description" : "Call centre version", - "effectiveStartDate" : "2018-09-11", - "effectiveEndDate" : "2019-09-11", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff65c757150165c8eab8c07896", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000189" - } ], - "productRatePlanNumber" : "PRP-00000119" - }, { - "id" : "2c92a0ff64176cd40164232c8ec97661", - "status" : "Active", - "name" : "Cancellation Save Discount - 25% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd40164232c8eda7664", - "name" : "25% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000188" - } ], - "productRatePlanNumber" : "PRP-00000118" - }, { - "id" : "2c92a0ff5e09bd67015e0a93efe86d2e", - "status" : "Active", - "name" : "Customer Experience Adjustment - Voucher", - "description" : "", - "effectiveStartDate" : "2016-08-01", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5e09bd67015e0a93f0026d34", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000176" - } ], - "productRatePlanNumber" : "PRP-00000108" - }, { - "id" : "2c92a0ff56fe33f301572314aed277fb", - "status" : "Active", - "name" : "Percentage Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc56fe26ba01572315d66d026e", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : true, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000123" - } ], - "productRatePlanNumber" : "PRP-00000066" - }, { - "id" : "2c92a0ff5345f9220153559d915d5c26", - "status" : "Active", - "name" : "Percentage", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd5345efa10153559e97bb76c6", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "0% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000044" - } ], - "productRatePlanNumber" : "PRP-00000048" - }, { - "id" : "2c92a0fe750b35d001750d4522f43817", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Digital Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe750b35d001750d4523103819", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000260" - } ], - "productRatePlanNumber" : "PRP-00000160" - }, { - "id" : "2c92a0fe7375d60901737c64808e4be1", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - Home Delivery", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe7375d60901737c6480bc4be3", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000254" - } ], - "productRatePlanNumber" : "PRP-00000154" - }, { - "id" : "2c92a0fe72c5c3480172c7f1fb545f81", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe72c5c3480172c7f1fb7f5f87", - "name" : "PM 2020 - 11% off for 3 months - Sunday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000253" - } ], - "productRatePlanNumber" : "PRP-00000153" - }, { - "id" : "2c92a0fe65f0ac1f0165f2189bca248c", - "status" : "Active", - "name" : "Digipack Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe65f0ac1f0165f2189bdf248f", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "20% discount", "20% discount", "20% discount", "20% discount", "20% discount", "20% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000190" - } ], - "productRatePlanNumber" : "PRP-00000120" - }, { - "id" : "2c92a0fe62b7edde0162dd29b8124a8e", - "status" : "Active", - "name" : "Guardian Weekly Adjustment charge", - "description" : "To fix premature refunds", - "effectiveStartDate" : "2018-04-19", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe62b7edde0162dd29b83f4a9e", - "name" : "Adjustment charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "Adjustment for premature refunds where the product was not removed in advance.", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000186" - } ], - "productRatePlanNumber" : "PRP-00000116" - }, { - "id" : "2c92a0fe5fe26834015fe33c70a24f50", - "status" : "Active", - "name" : "Black Friday 50% for 3 months for existing customers", - "description" : "", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : "TBC", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5fe26834015fe33c70b74f52", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "0% discount", "0% discount", "0% discount", "50% discount", "0% discount", "0% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 0.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000179" - } ], - "productRatePlanNumber" : "PRP-00000111" - }, { - "id" : "2c92a0fe56fe33ff015723143e4778be", - "status" : "Active", - "name" : "Fixed Adjustment", - "description" : "", - "effectiveStartDate" : "2007-09-13", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff576f2f760157aec73aa34ccc", - "name" : "Adjustment charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000131" - } ], - "productRatePlanNumber" : "PRP-00000065" - }, { - "id" : "2c92a0fd6f1426ef016f18a86c515ed7", - "status" : "Active", - "name" : "Cancellation Save Discount - 20% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd6f1426ef016f18a86c705ed9", - "name" : "20% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "20% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 20.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000205" - } ], - "productRatePlanNumber" : "PRP-00000134" - }, { - "id" : "2c92a0fc6ae918b6016b080950e96d75", - "status" : "Active", - "name" : "Guardian Weekly Holiday Credit", - "description" : "", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc6ae918b6016b0809512f6d7f", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000200" - } ], - "productRatePlanNumber" : "PRP-00000129" - }, { - "id" : "2c92a0fc610e738901612d83fce461fd", - "status" : "Expired", - "name" : "Tabloid launch 25% off for one year for existing customers", - "description" : "", - "effectiveStartDate" : "2017-12-19", - "effectiveEndDate" : "2020-12-19", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : "GTL99C", - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc610e738901612d85acb06a73", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "25% off for one year", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000180" - } ], - "productRatePlanNumber" : "PRP-00000112" - }, { - "id" : "2c92a0fc5b42d2c9015b6259f7f40040", - "status" : "Expired", - "name" : "Guardian Weekly Holiday Credit - old", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2019-05-29", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6ad50f58016ad9ca59962c8c", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000199" - }, { - "id" : "2c92a0ff5b42e3ad015b627c142f072a", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000173" - } ], - "productRatePlanNumber" : "PRP-00000105" - }, { - "id" : "2c92a0fc596d31ea01598d623a297897", - "status" : "Active", - "name" : "Home Delivery Holiday Credit v2", - "description" : "", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc596d31ea01598d72baf33417", - "name" : "Holiday Credit", - "type" : "Usage", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : "ByBillingPeriod", - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000146" - } ], - "productRatePlanNumber" : "PRP-00000078" - }, { - "id" : "2c92a0fc569c311201569dfbecb4215f", - "status" : "Expired", - "name" : "Home Delivery Holiday Credit", - "description" : "Call centre version", - "effectiveStartDate" : "2007-08-18", - "effectiveEndDate" : "2017-07-31", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe569c441901569e03b5cc619e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP0" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000080" - } ], - "productRatePlanNumber" : "PRP-00000056" - }, { - "id" : "2c92a0117468816901748bdb3a8c1ac4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Voucher", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0117468816901748bdb3aab1ac6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Voucher Book", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Voucher Book", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000259" - } ], - "productRatePlanNumber" : "PRP-00000159" - }, { - "id" : "2c92a01072c5c2e30172c7f0764772c9", - "status" : "Active", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7f0766372cb", - "name" : "PM 2020 - 6% off for 3 months - Weekend Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "6% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 6.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000251" - } ], - "productRatePlanNumber" : "PRP-00000151" - }, { - "id" : "2c92a01072c5c2e20172c7efe01125c6", - "status" : "Active", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7efe02325ca", - "name" : "PM 2020 - 9% off for 3 months - Sixday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "9% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 9.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000250" - } ], - "productRatePlanNumber" : "PRP-00000150" - }, { - "id" : "2c92a01072c5c2e20172c7ee96b91a7c", - "status" : "Active", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e20172c7ee96e71a7e", - "name" : "PM 2020 - 11% off for 3 months - Everyday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "11% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 11.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000249" - } ], - "productRatePlanNumber" : "PRP-00000149" - }, { - "id" : "2c92a00f7468817d01748bd88f0d1d6c", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - Home Delivery", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2020-09-14", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f7468817d01748bd88f2e1d6e", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "Guardian Weekly", - "taxMode" : null, - "ProductCode__c" : "P1299", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Home Delivery", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Home Delivery", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000258" - } ], - "productRatePlanNumber" : "PRP-00000158" - }, { - "id" : "2c92a00d6f9de7f6016f9f6f52765aa4", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Delivery-problem credit - automated - GW", - "description" : "Credit for a delivery problem, applied automatically by the delivery-problem credit processor.\n\n*** Not for manual use! ***\n\nSee:\nTODO - reference to codebase here\n", - "effectiveStartDate" : "2020-01-13", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d6f9de7f6016f9f6f529e5aaf", - "name" : "Delivery-problem credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000207" - } ], - "productRatePlanNumber" : "PRP-00000136" - }, { - "id" : "2c92a00872c5d4770172c7f140a32d62", - "status" : "Active", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00872c5d4770172c7f140c52d64", - "name" : "PM 2020 - 16% off for 3 months - Saturday Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "16% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 16.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000252" - } ], - "productRatePlanNumber" : "PRP-00000152" - }, { - "id" : "2c92a0086f1426d1016f18a9c71058a5", - "status" : "Active", - "name" : "Acquisition Discount - 25% off for 12 months", - "description" : "", - "effectiveStartDate" : "2019-12-18", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086f1426d1016f18a9c73058a7", - "name" : "25% discount on subscription for 12 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount", "25% discount", "25% discount", "25% discount", "25% discount", "25% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000206" - } ], - "productRatePlanNumber" : "PRP-00000135" - }, { - "id" : "2c92a0086b25c750016b32548239308d", - "status" : "Active", - "name" : "Customer Experience - Complementary 100% discount", - "description" : "Head-office use only", - "effectiveStartDate" : "2007-03-08", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Promotion", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086b25c750016b32548256308f", - "name" : "Percentage", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "100% discount", "100% discount", "100% discount", "100% discount", "100% discount", "100% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 100.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "DefaultFromCustomer", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000202" - } ], - "productRatePlanNumber" : "PRP-00000131" - }, { - "id" : "2c92a00864176ce90164232ac0d90fc1", - "status" : "Active", - "name" : "Cancellation Save Discount - 50% off for 3 months", - "description" : "", - "effectiveStartDate" : "2018-06-22", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff64176cd50164232c7e493410", - "name" : "50% discount on subscription for 3 months", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "50% discount", "50% discount", "50% discount", "50% discount", "50% discount", "50% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 50.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000187" - } ], - "productRatePlanNumber" : "PRP-00000117" - }, { - "id" : "2c92a00772c5c2e90172c7ebd62a68c4", - "status" : "Active", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "description" : "", - "effectiveStartDate" : "2020-06-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a01072c5c2e30172c7ed605b60d3", - "name" : "PM 2020 - 10% off for 12 months - Max Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount", "10% discount", "10% discount", "10% discount", "10% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000248" - } ], - "productRatePlanNumber" : "PRP-00000148" - }, { - "id" : "2c92a0076ae9189c016b080c930a6186", - "status" : "Active", - "name" : "DO NOT USE MANUALLY: Holiday credit - automated - GW", - "description" : "Holiday credit applied automatically by the Holiday Stop Processor.\n\n*** Not for manual use! ***\n\nSee:\nhttps://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-processor\n", - "effectiveStartDate" : "2019-05-30", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A000", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086ae928d7016b080f638477a6", - "name" : "Holiday Credit", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000201" - } ], - "productRatePlanNumber" : "PRP-00000130" - }, { - "id" : "8a12902787109bb7018712c479592ee9", - "status" : "Active", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a1290f187109bb0018712c5227f7842", - "name" : "PM 2023 - 40% off for 12 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 12, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000286" - } ], - "productRatePlanNumber" : "PRP-00000184" - }, { - "id" : "8a12989f87109bb0018712c33dc63674", - "status" : "Active", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "description" : "", - "effectiveStartDate" : "2023-03-29", - "effectiveEndDate" : "2099-03-08", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : null, - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12867b871080e2018712c3f4177d3d", - "name" : "PM 2023 - 40% off for 3 months - Freeze", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "40% discount", "40% discount", "40% discount", "40% discount", "40% discount", "40% discount" ], - "pricing" : [ { - "currency" : "USD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 40.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 3, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : null, - "ProductType__c" : "Adjustment", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000285" - } ], - "productRatePlanNumber" : "PRP-00000183" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "sku" : "ABC-00000005", - "name" : "Digital Pack", - "description" : "The Guardian & Observer Digital Pack gives you 7-day access to the Guardian & Observer daily edition for iPad, Android tablet and Kindle Fire as well as premium tier access to the iOS and Android live news apps.", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000006", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Digital Pack", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff73add07f0173b99f14390afc", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff73add07f0173b9a80a584466", - "name" : "Digital Subscription Three Month Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000256" - } ], - "productRatePlanNumber" : "PRP-00000156" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4eae220a", - "status" : "Active", - "name" : "Digital Pack Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa50342192", - "name" : "Digital Pack Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD24.99", "NZD26.99", "EUR18.99", "GBP14.99", "CAD27.44", "AUD26.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 24.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 18.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 27.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 26.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000022" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e972204", - "status" : "Active", - "name" : "Digital Pack Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa5001218c", - "name" : "Digital Pack Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD249", "NZD269.99", "EUR187", "GBP149", "CAD274", "AUD269.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 249.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 187.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 149.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 274.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 269.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000021" - }, { - "id" : "2c92a0fb4edd70c8014edeaa4e8521fe", - "status" : "Active", - "name" : "Digital Pack Quarterly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4edd70c9014edeaa4fd42186", - "name" : "Digital Pack Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD74.94", "NZD79.99", "EUR56.19", "GBP44.94", "CAD82.31", "AUD79.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 74.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 56.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 44.940000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 82.310000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 79.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : null - } ], - "productRatePlanNumber" : "PRP-00000020" - }, { - "id" : "2c92a00d779932ef0177a65430d30ac1", - "status" : "Active", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "Three Month", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00f779933030177a65881490325", - "name" : "Digital Subscription Three Month Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD63", "EUR45", "GBP36", "CAD63", "AUD63" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 45.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 63.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000261" - } ], - "productRatePlanNumber" : "PRP-00000161" - }, { - "id" : "2c92a00d71c96bac0171df3a5622740f", - "status" : "Active", - "name" : "Corporate Digital Subscription", - "description" : "", - "effectiveStartDate" : "2020-01-01", - "effectiveEndDate" : "2050-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A100", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00871c96ba30171df3b481931a0", - "name" : "Corporate Digital Subscription", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : false, - "taxCode" : "", - "taxMode" : null, - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Digital Pack", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000247" - } ], - "productRatePlanNumber" : "PRP-00000147" - }, { - "id" : "2c92a00c77992ba70177a6596f710265", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a011779932fd0177a670f43102aa", - "name" : "Digital Subscription One Year Fixed - One Time Charge", - "type" : "OneTime", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "One_Time", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : null, - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : null, - "billingPeriodAlignment" : null, - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : null, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000262" - } ], - "productRatePlanNumber" : "PRP-00000162" - }, { - "id" : "2c92a00773adc09d0173b99e4ded7f45", - "status" : "Active", - "name" : "Digital Subscription One Year Fixed - Deprecated", - "description" : "", - "effectiveStartDate" : "2020-08-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : "One Year", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00d73add0220173b9a387c62aec", - "name" : "Digital Subscription One Year Fixed", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD165", "NZD175", "EUR125", "GBP99", "CAD175", "AUD175" ], - "pricing" : [ { - "currency" : "USD", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 125.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 99.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 175.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Digital Pack Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1070", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Digital Subscription Gift Rule", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Digital Pack", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Digital Pack", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000255" - } ], - "productRatePlanNumber" : "PRP-00000155" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12999f8a268c57018a27ebddab1460", - "sku" : "ABC-00000033", - "name" : "Newspaper - National Delivery", - "description" : "Newspaper delivery outside the M25, via PaperRound", - "category" : null, - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000019", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - National Delivery", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12999f8a268c57018a27ebfd721883", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "15", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ec029418ea", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.74" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.740000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000304" - }, { - "id" : "8a12999f8a268c57018a27ebfecb18c7", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000303" - }, { - "id" : "8a12999f8a268c57018a27ebffb518cf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000300" - }, { - "id" : "8a12999f8a268c57018a27ebfde818ab", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000302" - }, { - "id" : "8a12999f8a268c57018a27ec01a918e2", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000301" - }, { - "id" : "8a12999f8a268c57018a27ec00b418d9", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.85" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.850000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000305" - } ], - "productRatePlanNumber" : "PRP-00000187" - }, { - "id" : "8a12999f8a268c57018a27ebe868150c", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe8b4150e", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP16" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 16.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000299" - }, { - "id" : "8a12999f8a268c57018a27ebe949151d", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP15.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 15.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000298" - } ], - "productRatePlanNumber" : "PRP-00000186" - }, { - "id" : "8a12999f8a268c57018a27ebe31414a4", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers, delivered", - "effectiveStartDate" : "2010-07-25", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "20", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12999f8a268c57018a27ebe35114a6", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.900000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1230", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000294" - }, { - "id" : "8a12999f8a268c57018a27ebe65914de", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13.89" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.890000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1220", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000296" - }, { - "id" : "8a12999f8a268c57018a27ebe44c14b6", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000291" - }, { - "id" : "8a12999f8a268c57018a27ebe4d414bf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000295" - }, { - "id" : "8a12999f8a268c57018a27ebe3ce14ae", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000292" - }, { - "id" : "8a12999f8a268c57018a27ebe5d814d6", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000293" - }, { - "id" : "8a12999f8a268c57018a27ebe55814ca", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP10.24" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 10.240000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Home Delivery", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1210", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - National Delivery M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "National Delivery M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000297" - } ], - "productRatePlanNumber" : "PRP-00000185" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fb4bb97034014bbbc561fa4fed", - "sku" : "SKU-00000013", - "name" : "Supporter", - "description" : "This is the description of the supporter membership.", - "category" : null, - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2099-01-01", - "productNumber" : "PC-00000005", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : "Events:SUPPORTER", - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Membership", - "ProductLevel__c" : "400", - "Tier__c" : "Supporter", - "productRatePlans" : [ { - "id" : "8a129ce886834fa90186a20c3ee70b6a", - "status" : "Active", - "name" : "Supporter - annual (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a129ce886834fa90186a20c3f4f0b6c", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "EUR95", "GBP75", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 75.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000284" - } ], - "productRatePlanNumber" : "PRP-00000182" - }, { - "id" : "8a1287c586832d250186a2040b1548fe", - "status" : "Active", - "name" : "Supporter - monthly (2023 Price)", - "description" : "", - "effectiveStartDate" : "2023-03-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12800986832d1d0186a20bf5136471", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD9.99", "EUR9.99", "GBP7", "CAD12.99", "AUD14.99" ], - "pricing" : [ { - "currency" : "USD", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 9.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 7.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000283" - } ], - "productRatePlanNumber" : "PRP-00000181" - }, { - "id" : "2c92a0fb4c5481db014c69f4a1e03bbd", - "status" : "Expired", - "name" : "Non Founder Supporter - annual", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4c5481db014c69f4a2013bbf", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD69", "EUR49", "GBP49", "CAD69", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 49.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 69.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000009" - } ], - "productRatePlanNumber" : "PRP-00000013" - }, { - "id" : "2c92a0fb4bb97034014bbbc562604ff7", - "status" : "Expired", - "name" : "Supporter - annual", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc5626f4ff9", - "name" : "Supporter Membership - Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP50" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 50.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000008" - } ], - "productRatePlanNumber" : "PRP-00000012" - }, { - "id" : "2c92a0fb4bb97034014bbbc562114fef", - "status" : "Expired", - "name" : "Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2014-01-01", - "effectiveEndDate" : "2015-05-02", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fb4bb97034014bbbc562274ff1", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP5" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000007" - } ], - "productRatePlanNumber" : "PRP-00000011" - }, { - "id" : "2c92a0f94c547592014c69f5b0ff4f7e", - "status" : "Expired", - "name" : "Non Founder Supporter - monthly", - "description" : "", - "effectiveStartDate" : "2015-03-31", - "effectiveEndDate" : "2023-03-02", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0f94c547592014c69f5b1204f80", - "name" : "Supporter Membership - Monthly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6.99", "EUR4.99", "GBP5", "CAD6.99", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 4.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.990000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : 0.000000000, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Membership Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1020", - "ProductType__c" : "Supporter", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Membership - Supporter", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000010" - } ], - "productRatePlanNumber" : "PRP-00000014" - } ], - "productFeatures" : [ ] - }, { - "id" : "8a12865b8219d9b4018221061563643f", - "sku" : "ABC-00000032", - "name" : "Supporter Plus", - "description" : "New Support product July 2022", - "category" : null, - "effectiveStartDate" : "2013-02-16", - "effectiveEndDate" : "2099-02-03", - "productNumber" : "PC-00000018", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Supporter Plus", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "8a12865b8219d9b401822106192b64dc", - "status" : "Expired", - "name" : "Supporter Plus Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b401822106194e64e3", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000278" - } ], - "productRatePlanNumber" : "PRP-00000178" - }, { - "id" : "8a12865b8219d9b40182210618a464ba", - "status" : "Expired", - "name" : "Supporter Plus Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2023-07-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a12865b8219d9b40182210618c664c1", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToTermStart", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000277" - } ], - "productRatePlanNumber" : "PRP-00000177" - }, { - "id" : "8a128ed885fc6ded018602296ace3eb8", - "status" : "Active", - "name" : "Supporter Plus V2 - Monthly", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128d7085fc6dec01860234cd075270", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000281" - }, { - "id" : "8a128ed885fc6ded018602296af13eba", - "name" : "Supporter Plus Monthly Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD13", "NZD17", "EUR10", "GBP10", "CAD13", "AUD17" ], - "pricing" : [ { - "currency" : "USD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 17.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000280" - } ], - "productRatePlanNumber" : "PRP-00000180" - }, { - "id" : "8a128ed885fc6ded01860228f77e3d5a", - "status" : "Active", - "name" : "Supporter Plus V2 - Annual", - "description" : "", - "effectiveStartDate" : "2013-03-11", - "effectiveEndDate" : "2099-01-12", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : "", - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "8a128ed885fc6ded01860228f7cb3d5f", - "name" : "Supporter Plus Annual Charge", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "NZD160", "EUR95", "GBP95", "CAD120", "AUD160" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 95.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 160.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Supporter Plus Global Tax", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Supporter Plus", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Supporter Plus", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000279" - }, { - "id" : "8a12892d85fc6df4018602451322287f", - "name" : "Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD0", "NZD0", "EUR0", "GBP0", "CAD0", "AUD0" ], - "pricing" : [ { - "currency" : "USD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 0.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1015", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Supporter Plus - Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Supporter Plus - Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000282" - } ], - "productRatePlanNumber" : "PRP-00000179" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe6619b4b901661aaf826435de", - "sku" : "ABC-00000030", - "name" : "Guardian Weekly - ROW", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000016", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff79ac64e30179ae45669b3a83", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff79ac64e30179ae4566cb3a86", - "name" : "GW Oct 18 - Monthly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD30", "GBP24.8" ], - "pricing" : [ { - "currency" : "USD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 24.800000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000264" - } ], - "productRatePlanNumber" : "PRP-00000164" - }, { - "id" : "2c92a0ff67cebd140167f0a2f66a12eb", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd140167f0a2f68912ed", - "name" : "GW GIFT Oct 18 - 1 Year - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000198" - } ], - "productRatePlanNumber" : "PRP-00000128" - }, { - "id" : "2c92a0fe6619b4b601661ab300222651", - "status" : "Active", - "name" : "GW Oct 18 - Annual - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661ab3002f2653", - "name" : "GW Oct 18 - Annual - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD360", "NZD530", "EUR270", "GBP297.6", "CAD345", "AUD424" ], - "pricing" : [ { - "currency" : "USD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 530.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 270.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 297.600000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 345.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 424.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000195" - } ], - "productRatePlanNumber" : "PRP-00000125" - }, { - "id" : "2c92a0086619bf8901661ab545f51b21", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661ab546091b23", - "name" : "GW Oct 18 - First 6 issues - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000196" - } ], - "productRatePlanNumber" : "PRP-00000126" - }, { - "id" : "2c92a0086619bf8901661ab02752722f", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff6619bf8b01661ab2d0396eb2", - "name" : "GW Oct 18 - Quarterly - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000194" - } ], - "productRatePlanNumber" : "PRP-00000124" - }, { - "id" : "2c92a0076dd9892e016df8503e7c6c48", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0076dd9892e016df8503e936c4a", - "name" : "GW GIFT Oct 18 - 3 Month - ROW", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD90", "NZD132.5", "EUR67.5", "GBP74.4", "CAD86.25", "AUD106" ], - "pricing" : [ { - "currency" : "USD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 132.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 67.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 74.400000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 86.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 106.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000203" - } ], - "productRatePlanNumber" : "PRP-00000132" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0ff6619bf8901661aa3247c4b1d", - "sku" : "ABC-00000029", - "name" : "Guardian Weekly - Domestic", - "description" : "", - "category" : null, - "effectiveStartDate" : "2018-09-18", - "effectiveEndDate" : "2099-10-01", - "productNumber" : "PC-00000015", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a834234e", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A108", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff67cebd0d0167f0a1a85b2350", - "name" : "GW GIFT Oct 18 - 1 Year - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000197" - } ], - "productRatePlanNumber" : "PRP-00000127" - }, { - "id" : "2c92a0fe6619b4b901661aa8e66c1692", - "status" : "Active", - "name" : "GW Oct 18 - Annual - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b901661aa8e6811695", - "name" : "GW Oct 18 - Annual - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD330", "NZD546", "EUR282", "GBP165", "CAD360", "AUD432" ], - "pricing" : [ { - "currency" : "USD", - "price" : 330.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 546.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 282.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 165.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 432.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000192" - } ], - "productRatePlanNumber" : "PRP-00000122" - }, { - "id" : "2c92a0fe6619b4b301661aa494392ee2", - "status" : "Active", - "name" : "GW Oct 18 - Quarterly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe6619b4b601661aa8b74e623f", - "name" : "GW Oct 18 - Quarterly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000191" - } ], - "productRatePlanNumber" : "PRP-00000121" - }, { - "id" : "2c92a0fd79ac64b00179ae3f9d474960", - "status" : "Active", - "name" : "GW Oct 18 - Monthly - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd79ac64b00179ae3f9d704962", - "name" : "GW Oct 18 - Monthly - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD27.5", "NZD45.5", "EUR23.5", "GBP13.75", "CAD30", "AUD36" ], - "pricing" : [ { - "currency" : "USD", - "price" : 27.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 45.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 23.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 13.750000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 36.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000263" - } ], - "productRatePlanNumber" : "PRP-00000163" - }, { - "id" : "2c92a00e6dd988e2016df85387417498", - "status" : "Active", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "ThreeMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A106", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00e6dd988e2016df853875d74c6", - "name" : "GW GIFT Oct 18 - 3 Month - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD82.5", "NZD136.5", "EUR70.5", "GBP41.25", "CAD90", "AUD108" ], - "pricing" : [ { - "currency" : "USD", - "price" : 82.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 136.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 70.500000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 41.250000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 90.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 108.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly Gift", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly Gift", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000204" - } ], - "productRatePlanNumber" : "PRP-00000133" - }, { - "id" : "2c92a0086619bf8901661aaac94257fe", - "status" : "Active", - "name" : "GW Oct 18 - Six for Six - Domestic", - "description" : "", - "effectiveStartDate" : "2018-09-19", - "effectiveEndDate" : "2099-09-19", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0086619bf8901661aaac95d5800", - "name" : "GW Oct 18 - First 6 issues - Domestic", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "NZD6", "EUR6", "GBP6", "CAD6", "AUD6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000193" - } ], - "productRatePlanNumber" : "PRP-00000123" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a00870ec598001710740c3d92eab", - "sku" : "ABC-00000031", - "name" : "Newspaper Digital Voucher", - "description" : "Newspaper Digital Voucher", - "category" : null, - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "productNumber" : "PC-00000017", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Newspaper - Digital Voucher", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a00870ec598001710740d3d03035", - "status" : "Active", - "name" : "Everyday+", - "description" : "Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A109", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d4143037", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000239" - }, { - "id" : "2c92a00870ec598001710740d4b8304f", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000244" - }, { - "id" : "2c92a00870ec598001710740d54f3069", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000241" - }, { - "id" : "2c92a00870ec598001710740d5fd3073", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000245" - }, { - "id" : "2c92a00870ec598001710740d691307c", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000242" - }, { - "id" : "2c92a00870ec598001710740d7493084", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000246" - }, { - "id" : "2c92a00870ec598001710740d7e2308d", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.45" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.450000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000243" - }, { - "id" : "2c92a00870ec598001710740d8873096", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "EVERYDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000240" - } ], - "productRatePlanNumber" : "PRP-00000146" - }, { - "id" : "2c92a00870ec598001710740c78d2f13", - "status" : "Active", - "name" : "Everyday", - "description" : "Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "30", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A114", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c8c42f40", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000218" - }, { - "id" : "2c92a00870ec598001710740c91d2f4d", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000227" - }, { - "id" : "2c92a00870ec598001710740c7b82f1c", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000229" - }, { - "id" : "2c92a00870ec598001710740c80f2f26", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000220" - }, { - "id" : "2c92a00870ec598001710740c8652f37", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.44" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.440000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000222" - }, { - "id" : "2c92a00870ec598001710740c9802f59", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.42" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.420000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000225" - }, { - "id" : "2c92a00870ec598001710740c9d72f61", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11.45" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.450000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000224" - } ], - "productRatePlanNumber" : "PRP-00000139" - }, { - "id" : "2c92a00870ec598001710740d24b3022", - "status" : "Active", - "name" : "Weekend", - "description" : "Saturday Guardian and Observer papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "21", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A119", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d28e3024", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000234" - }, { - "id" : "2c92a00870ec598001710740d325302c", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000237" - } ], - "productRatePlanNumber" : "PRP-00000145" - }, { - "id" : "2c92a00870ec598001710740ca532f69", - "status" : "Active", - "name" : "Sixday", - "description" : "Guardian papers", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "26", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A115", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cc9b2f88", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000219" - }, { - "id" : "2c92a00870ec598001710740cd012f90", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000226" - }, { - "id" : "2c92a00870ec598001710740cd6e2fa2", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.19" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000223" - }, { - "id" : "2c92a00870ec598001710740cb4e2f6b", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000228" - }, { - "id" : "2c92a00870ec598001710740cbb32f77", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000230" - }, { - "id" : "2c92a00870ec598001710740cc2c2f80", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000221" - } ], - "productRatePlanNumber" : "PRP-00000140" - }, { - "id" : "2c92a00870ec598001710740c4582ead", - "status" : "Active", - "name" : "Sixday+", - "description" : "Guardian papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "27", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A110", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c48e2eaf", - "name" : "Thursday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Thursday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000217" - }, { - "id" : "2c92a00870ec598001710740c4dc2eb7", - "name" : "Wednesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Wednesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000215" - }, { - "id" : "2c92a00870ec598001710740c5192ebf", - "name" : "Friday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Friday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000211" - }, { - "id" : "2c92a00870ec598001710740c55a2ec7", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.19" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.190000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000209" - }, { - "id" : "2c92a00870ec598001710740c5962ecf", - "name" : "Monday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Monday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000214" - }, { - "id" : "2c92a00870ec598001710740c5cf2ed7", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP2" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 2.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000212" - }, { - "id" : "2c92a00870ec598001710740c60f2edf", - "name" : "Tuesday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP8.96" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 8.960000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SIXDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1212", - "ProductType__c" : "Print Tuesday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher M-F", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher M-F", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000216" - } ], - "productRatePlanNumber" : "PRP-00000137" - }, { - "id" : "2c92a00870ec598001710740d0d83017", - "status" : "Active", - "name" : "Sunday", - "description" : "Observer paper", - "effectiveStartDate" : "2017-03-27", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A118", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740d1103019", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000236" - } ], - "productRatePlanNumber" : "PRP-00000144" - }, { - "id" : "2c92a00870ec598001710740cf9e3004", - "status" : "Active", - "name" : "Sunday+", - "description" : "Observer paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "4", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A112", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cfda3006", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000238" - }, { - "id" : "2c92a00870ec598001710740d053300f", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SUNDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000235" - } ], - "productRatePlanNumber" : "PRP-00000143" - }, { - "id" : "2c92a00870ec598001710740c6672ee7", - "status" : "Active", - "name" : "Weekend+", - "description" : "Saturday Guardian and Observer papers, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2007-01-01", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "17", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A113", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740c6872ee9", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP12.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 12.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000210" - }, { - "id" : "2c92a00870ec598001710740c6ce2ef1", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP9" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 9.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000213" - }, { - "id" : "2c92a00870ec598001710740c7132efe", - "name" : "Sunday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP13" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 13.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "WEEKEND+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1232", - "ProductType__c" : "Print Sunday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SUN", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SUN", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000208" - } ], - "productRatePlanNumber" : "PRP-00000138" - }, { - "id" : "2c92a00870ec598001710740ce702ff0", - "status" : "Active", - "name" : "Saturday+", - "description" : "Saturday paper, plus The Guardian Daily and premium access to the Guardian Live app.", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "4", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A111", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740cf1e2ffc", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000233" - }, { - "id" : "2c92a00870ec598001710740cea02ff4", - "name" : "Digipack", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP11" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 11.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "SATURDAY+ Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1299", - "ProductType__c" : "Digital Pack", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000231" - } ], - "productRatePlanNumber" : "PRP-00000142" - }, { - "id" : "2c92a00870ec598001710740cdd02fbd", - "status" : "Active", - "name" : "Saturday", - "description" : "Saturday paper", - "effectiveStartDate" : "2018-03-14", - "effectiveEndDate" : "2099-07-12", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : "8", - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A117", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a00870ec598001710740ce042fcb", - "name" : "Saturday", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "GBP14.99" ], - "pricing" : [ { - "currency" : "GBP", - "price" : 14.990000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Newspaper Digital Voucher", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1222", - "ProductType__c" : "Print Saturday", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Newspaper Digital Voucher SAT", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Newspaper Digital Voucher SAT", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000232" - } ], - "productRatePlanNumber" : "PRP-00000141" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fe5aacfabe015ad24bf6e15ff6", - "sku" : "ABC-00000028", - "name" : "Contributor", - "description" : "", - "category" : null, - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "productNumber" : "PC-00000014", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Contribution", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c200eea", - "status" : "Active", - "name" : "Annual Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Annual", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5e1dc084015e37f58c7b0f34", - "name" : "Annual Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "NZD60", "EUR60", "GBP60", "CAD5", "AUD100" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 100.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000177" - } ], - "productRatePlanNumber" : "PRP-00000109" - }, { - "id" : "2c92a0fc5aacfadd015ad24db4ff5e97", - "status" : "Active", - "name" : "Monthly Contribution", - "description" : "", - "effectiveStartDate" : "2017-03-15", - "effectiveEndDate" : "2099-03-15", - "TermType__c" : "TERMED", - "FrontendId__c" : "Monthly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fc5aacfadd015ad250bf2c6d38", - "name" : "Monthly Contribution", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD5", "NZD5", "EUR5", "GBP5", "CAD5", "AUD10" ], - "pricing" : [ { - "currency" : "USD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "NZD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "EUR", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "CAD", - "price" : 5.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "AUD", - "price" : 10.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Month", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : true, - "taxCode" : "Contribution", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1010", - "ProductType__c" : "Contributor", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize upon invoicing", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Contribution", - "deferredRevenueAccountingCodeType" : "SalesRevenue", - "recognizedRevenueAccountingCode" : "Contribution", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000170" - } ], - "productRatePlanNumber" : "PRP-00000102" - } ], - "productFeatures" : [ ] - }, { - "id" : "2c92a0fd57d0a9870157d73fa27c3de1", - "sku" : "ABC-00000017", - "name" : "Guardian Weekly Zone A", - "description" : "", - "category" : null, - "effectiveStartDate" : "1990-10-18", - "effectiveEndDate" : "2099-10-18", - "productNumber" : "PC-00000011", - "allowFeatureChanges" : false, - "ProductEnabled__c" : "True", - "Entitlements__c" : null, - "AcquisitionProfile__c" : "Paid", - "ProductType__c" : "Guardian Weekly", - "ProductLevel__c" : null, - "Tier__c" : null, - "productRatePlans" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb38d201688", - "status" : "Active", - "name" : "Guardian Weekly 10% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a6b5d77015a7fb548381f4e", - "name" : "10% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "10% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 10.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000160" - } ], - "productRatePlanNumber" : "PRP-00000092" - }, { - "id" : "2c92a0ff5a5adca7015a5c51a69c7f2e", - "status" : "Active", - "name" : "Guardian Weekly 3 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "ThreeYears", - "Saving__c" : null, - "DefaultTerm__c" : "36", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c51a6ad7f30", - "name" : "Zone A 3 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD720", "GBP360" ], - "pricing" : [ { - "currency" : "USD", - "price" : 720.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 360.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Three_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000153" - } ], - "productRatePlanNumber" : "PRP-00000085" - }, { - "id" : "2c92a0ff5a5adca7015a5c4af5963efa", - "status" : "Active", - "name" : "Guardian Weekly 6 Months", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "SixMonths", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a5adca7015a5c4af5b63f01", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000150" - } ], - "productRatePlanNumber" : "PRP-00000082" - }, { - "id" : "2c92a0ff5a4b85e7015a4cf95d352a07", - "status" : "Active", - "name" : "Guardian Weekly 12 Issues", - "description" : "12 issues", - "effectiveStartDate" : "1995-11-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff5a4b85e7015a4cf95d472a09", - "name" : "Zone A 12 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD12", "GBP12" ], - "pricing" : [ { - "currency" : "USD", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 12.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 12, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000149" - } ], - "productRatePlanNumber" : "PRP-00000081" - }, { - "id" : "2c92a0ff59d9d540015a41a40b3e07d3", - "status" : "Active", - "name" : "Guardian Weekly 6 Issues", - "description" : "", - "effectiveStartDate" : "1995-02-13", - "effectiveEndDate" : "2099-02-14", - "TermType__c" : null, - "FrontendId__c" : "SixWeeks", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A101", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a241e5a015a41f1c4b102c3", - "name" : "Zone A 6 Issues", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD6", "GBP6" ], - "pricing" : [ { - "currency" : "USD", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 6.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Specific_Weeks", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : 6, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "ContractEffective", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000147" - } ], - "productRatePlanNumber" : "PRP-00000079" - }, { - "id" : "2c92a0ff58bdf4eb0158f2ecc89c1034", - "status" : "Active", - "name" : "Guardian Weekly 1 Year", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "OneYear", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff58bdf4eb0158f2ecc8ae1036", - "name" : "Zone A 1 Year", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000136" - } ], - "productRatePlanNumber" : "PRP-00000072" - }, { - "id" : "2c92a0ff57d0a0b60157d741e722439a", - "status" : "Active", - "name" : "Guardian Weekly Annual", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Yearly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fd57d0a9870157d7510cfd66f0", - "name" : "Zone A Annual", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD240", "GBP120" ], - "pricing" : [ { - "currency" : "USD", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000132" - } ], - "productRatePlanNumber" : "PRP-00000069" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb648541d78", - "status" : "Active", - "name" : "Guardian Weekly 30% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb648631d7a", - "name" : "30% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "30% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 30.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000162" - } ], - "productRatePlanNumber" : "PRP-00000094" - }, { - "id" : "2c92a0fe5a6b4e98015a7fb59d9407a6", - "status" : "Active", - "name" : "Guardian Weekly 25% Discount", - "description" : "", - "effectiveStartDate" : "1991-01-01", - "effectiveEndDate" : "2099-01-01", - "TermType__c" : null, - "FrontendId__c" : null, - "Saving__c" : null, - "DefaultTerm__c" : null, - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a6b4e98015a7fb59db107a8", - "name" : "25% Discount", - "type" : "Recurring", - "model" : "DiscountPercentage", - "uom" : null, - "pricingSummary" : [ "25% discount" ], - "pricing" : [ { - "currency" : "GBP", - "price" : null, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : 25.000000000, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : "ONETIMERECURRINGUSAGE", - "discountLevel" : "subscription", - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : null, - "specificListPriceBase" : null, - "billingTiming" : null, - "ratingGroup" : null, - "billingPeriod" : "Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : false, - "taxable" : false, - "taxCode" : null, - "taxMode" : null, - "ProductCode__c" : "P0000", - "ProductType__c" : null, - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : null, - "useDiscountSpecificAccountingCode" : false, - "financeInformation" : { - "deferredRevenueAccountingCode" : null, - "deferredRevenueAccountingCodeType" : null, - "recognizedRevenueAccountingCode" : null, - "recognizedRevenueAccountingCodeType" : null, - "accountsReceivableAccountingCode" : null, - "accountsReceivableAccountingCodeType" : null - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000161" - } ], - "productRatePlanNumber" : "PRP-00000093" - }, { - "id" : "2c92a0fe5a5ad349015a5c4e3f87184c", - "status" : "Active", - "name" : "Guardian Weekly 6 Months Only", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "SixMonthsOnly", - "Saving__c" : null, - "DefaultTerm__c" : "6", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A103", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad349015a5c4e3f99184f", - "name" : "Zone A 6 Months", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD120", "GBP60" ], - "pricing" : [ { - "currency" : "USD", - "price" : 120.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 6, - "upToPeriodsType" : "Months", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Semi_Annual", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000151" - } ], - "productRatePlanNumber" : "PRP-00000083" - }, { - "id" : "2c92a0fe5a5ad343015a5c50b4eb2d72", - "status" : "Active", - "name" : "Guardian Weekly 2 Years", - "description" : "", - "effectiveStartDate" : "1995-12-12", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : "ONETERM", - "FrontendId__c" : "TwoYears", - "Saving__c" : null, - "DefaultTerm__c" : "24", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A104", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0fe5a5ad343015a5c50b4fc2d74", - "name" : "Zone A 2 Years", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD480", "GBP240" ], - "pricing" : [ { - "currency" : "USD", - "price" : 480.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 240.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Fixed_Period", - "upToPeriods" : 1, - "upToPeriodsType" : "Billing_Periods", - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Two_Years", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000152" - } ], - "productRatePlanNumber" : "PRP-00000084" - }, { - "id" : "2c92a0fd57d0a9870157d7412f19424f", - "status" : "Active", - "name" : "Guardian Weekly Quarterly", - "description" : "", - "effectiveStartDate" : "1995-10-18", - "effectiveEndDate" : "2099-10-18", - "TermType__c" : null, - "FrontendId__c" : "Quarterly", - "Saving__c" : null, - "DefaultTerm__c" : "12", - "RatePlanType__c" : "Base", - "PromotionCode__c" : null, - "AnalysisCode__c" : "A102", - "externalIdSourceSystem" : null, - "externallyManagedPlanIds" : [ ], - "productRatePlanCharges" : [ { - "id" : "2c92a0ff57d0a0b50157d752a0077624", - "name" : "Zone A Quarterly", - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "pricingSummary" : [ "USD60", "GBP30" ], - "pricing" : [ { - "currency" : "USD", - "price" : 60.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - }, { - "currency" : "GBP", - "price" : 30.000000000, - "tiers" : null, - "includedUnits" : null, - "overagePrice" : null, - "discountPercentage" : null, - "discountAmount" : null - } ], - "defaultQuantity" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "productDiscountApplyDetails" : [ ], - "endDateCondition" : "Subscription_End", - "upToPeriods" : null, - "upToPeriodsType" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriod" : "Quarter", - "billingPeriodAlignment" : "AlignToCharge", - "specificBillingPeriod" : null, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedIncludedUnitPrice" : null, - "usageRecordRatingOption" : null, - "priceChangeOption" : null, - "priceIncreasePercentage" : null, - "useTenantDefaultForPriceChange" : true, - "taxable" : true, - "taxCode" : "Guardian Weekly", - "taxMode" : "TaxInclusive", - "ProductCode__c" : "P1200", - "ProductType__c" : "Guardian Weekly", - "triggerEvent" : "CustomerAcceptance", - "description" : "", - "revRecCode" : null, - "revRecTriggerCondition" : null, - "revenueRecognitionRuleName" : "Recognize daily over time", - "useDiscountSpecificAccountingCode" : null, - "financeInformation" : { - "deferredRevenueAccountingCode" : "Deferred Revenue - Guardian Weekly", - "deferredRevenueAccountingCodeType" : "DeferredRevenue", - "recognizedRevenueAccountingCode" : "Guardian Weekly", - "recognizedRevenueAccountingCodeType" : "SalesRevenue", - "accountsReceivableAccountingCode" : "Accounts Receivable", - "accountsReceivableAccountingCodeType" : "AccountsReceivable" - }, - "isStackedDiscount" : false, - "productRatePlanChargeNumber" : "PRPC-00000133" - } ], - "productRatePlanNumber" : "PRP-00000068" - } ], - "productFeatures" : [ ] - } ], - "nextPage" : "/v1/catalog/products?page=2&pageSize=10", - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/invoice-preview.json b/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/invoice-preview.json deleted file mode 100644 index 6b6e86e9..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/invoice-preview.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "accountId" : "2c92a0fd5552834c01555aa351ae11d6", - "invoiceItems" : [ { - "id" : "748c54fbf0d44a48b1be8b080a9ec07b", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2023-11-10", - "serviceEndDate" : "2024-02-09", - "chargeAmount" : 35.950000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Quarterly", - "chargeNumber" : "C-00266638", - "chargeId" : "2c92a0fd555283b101555adb6f3a2e6d", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-11-01 17:43:42", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "c82f2c78b1c7480f8d9475ffb4eaa7d4", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2024-02-10", - "serviceEndDate" : "2024-05-09", - "chargeAmount" : 35.950000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Quarterly", - "chargeNumber" : "C-00266638", - "chargeId" : "2c92a0fd555283b101555adb6f3a2e6d", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-11-01 17:43:42", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - }, { - "id" : "2d68397b829248f5a62739faefc48bf2", - "subscriptionName" : "SUBSCRIPTION-NUMBER", - "subscriptionId" : "SUBSCRIPTION-ID", - "subscriptionNumber" : "SUBSCRIPTION-NUMBER", - "serviceStartDate" : "2024-05-10", - "serviceEndDate" : "2024-08-09", - "chargeAmount" : 35.950000000, - "chargeDescription" : "Migrated sub", - "chargeName" : "Digital Pack Quarterly", - "chargeNumber" : "C-00266638", - "chargeId" : "2c92a0fd555283b101555adb6f3a2e6d", - "productName" : "Digital Pack", - "quantity" : 1, - "taxAmount" : 0.000000000, - "unitOfMeasure" : "", - "chargeDate" : "2023-11-01 17:43:42", - "chargeType" : "Recurring", - "processingType" : "Charge", - "appliedToItemId" : null - } ], - "success" : true -} \ No newline at end of file diff --git a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/subscription.json b/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/subscription.json deleted file mode 100644 index f9c23229..00000000 --- a/lambda/src/test/resources/Migrations/DigiSubs2023/quarterly/subscription.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "success" : true, - "id" : "SUBSCRIPTION-ID", - "accountId" : "ACCOUNT-ID", - "accountNumber" : "ACCOUNT-NUMBER", - "accountName" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountId" : "ACCOUNT-ID", - "invoiceOwnerAccountNumber" : "ACCOUNT-NUMBER", - "invoiceOwnerAccountName" : "ACCOUNT-NUMBER", - "subscriptionNumber" : "ACCOUNT-NUMBER", - "version" : 8, - "revision" : "8.0", - "termType" : "TERMED", - "invoiceSeparately" : false, - "contractEffectiveDate" : "2014-09-10", - "serviceActivationDate" : "2014-09-10", - "customerAcceptanceDate" : "2016-05-10", - "subscriptionStartDate" : "2016-05-10", - "subscriptionEndDate" : "2024-05-10", - "lastBookingDate" : "2023-05-10", - "termStartDate" : "2023-05-10", - "termEndDate" : "2024-05-10", - "initialTerm" : 12, - "initialTermPeriodType" : "Month", - "currentTerm" : 12, - "currentTermPeriodType" : "Month", - "autoRenew" : true, - "renewalSetting" : "RENEW_WITH_SPECIFIC_TERM", - "renewalTerm" : 12, - "renewalTermPeriodType" : "Month", - "contractedMrr" : 11.98, - "totalContractedValue" : 1150.40, - "notes" : null, - "status" : "Active", - "TrialPeriodPrice__c" : null, - "CanadaHandDelivery__c" : null, - "QuoteNumber__QT" : null, - "GifteeIdentityId__c" : null, - "OpportunityName__QT" : null, - "GiftNotificationEmailDate__c" : null, - "Gift_Subscription__c" : "No", - "TrialPeriodDays__c" : null, - "CreatedRequestId__c" : null, - "AcquisitionSource__c" : null, - "CreatedByCSR__c" : null, - "CASSubscriberID__c" : null, - "LastPriceChangeDate__c" : null, - "InitialPromotionCode__c" : null, - "CpqBundleJsonId__QT" : null, - "RedemptionCode__c" : null, - "QuoteType__QT" : null, - "GiftRedemptionDate__c" : null, - "QuoteBusinessType__QT" : null, - "SupplierCode__c" : null, - "legacy_cat__c" : null, - "DeliveryAgent__c" : null, - "AcquisitionCase__c" : null, - "ReaderType__c" : null, - "ActivationDate__c" : "2016-06-23T02:15:27.729Z", - "UserCancellationReason__c" : null, - "OpportunityCloseDate__QT" : null, - "IPaddress__c" : null, - "IPCountry__c" : null, - "PromotionCode__c" : "DGA01", - "OriginalSubscriptionStartDate__c" : null, - "LegacyContractStartDate__c" : null, - "CancellationReason__c" : null, - "billToContact" : null, - "paymentTerm" : null, - "invoiceTemplateId" : null, - "invoiceTemplateName" : null, - "sequenceSetId" : null, - "sequenceSetName" : null, - "soldToContact" : null, - "isLatestVersion" : true, - "cancelReason" : null, - "ratePlans" : [ { - "id" : "8a128bc887fb31e501880408ec0e77de", - "productId" : "2c92a0fb4edd70c8014edeaa4ddb21e7", - "productName" : "Digital Pack", - "productSku" : "ABC-00000005", - "productRatePlanId" : "2c92a0fb4edd70c8014edeaa4e8521fe", - "productRatePlanNumber" : null, - "ratePlanName" : "Digital Pack Quarterly", - "subscriptionProductFeatures" : [ ], - "externallyManagedPlanId" : null, - "subscriptionRatePlanNumber" : null, - "ratePlanCharges" : [ { - "id" : "8a128bc887fb31e501880408ec1077e0", - "originalChargeId" : "2c92a0fd555283b101555adb6f3a2e6d", - "productRatePlanChargeId" : "2c92a0fb4edd70c9014edeaa4fd42186", - "number" : "C-00266638", - "name" : "Digital Pack Quarterly", - "productRatePlanChargeNumber" : null, - "type" : "Recurring", - "model" : "FlatFee", - "uom" : null, - "version" : 8, - "priceChangeOption" : "NoChange", - "priceIncreasePercentage" : null, - "currency" : "GBP", - "chargeModelConfiguration" : null, - "inputArgumentId" : null, - "includedUnits" : null, - "overagePrice" : null, - "applyDiscountTo" : null, - "discountLevel" : null, - "discountClass" : null, - "billingDay" : "ChargeTriggerDay", - "listPriceBase" : "Per_Billing_Period", - "specificListPriceBase" : null, - "billingPeriod" : "Quarter", - "specificBillingPeriod" : null, - "billingTiming" : "IN_ADVANCE", - "ratingGroup" : null, - "billingPeriodAlignment" : "AlignToTermStart", - "quantity" : 1.000000000, - "smoothingModel" : null, - "numberOfPeriods" : null, - "overageCalculationOption" : null, - "overageUnusedUnitsCreditOption" : null, - "unusedUnitsCreditRates" : null, - "usageRecordRatingOption" : null, - "segment" : 1, - "effectiveStartDate" : "2016-05-10", - "effectiveEndDate" : "2024-05-10", - "processedThroughDate" : "2023-08-10", - "chargedThroughDate" : "2023-11-10", - "done" : false, - "triggerDate" : null, - "triggerEvent" : "CustomerAcceptance", - "endDateCondition" : "Subscription_End", - "upToPeriodsType" : null, - "upToPeriods" : null, - "specificEndDate" : null, - "mrr" : 11.983333333, - "dmrc" : 0.000000000, - "tcv" : 1150.400000000, - "dtcv" : 143.800000000, - "originalOrderDate" : "2016-06-16", - "amendedByOrderOn" : "2023-05-10", - "description" : "Migrated sub", - "HolidayStart__c" : null, - "HolidayEnd__c" : null, - "ForceSync__c" : null, - "tiers" : null, - "discountApplyDetails" : null, - "pricingSummary" : "GBP35.95", - "price" : 35.950000000, - "discountAmount" : null, - "discountPercentage" : null - } ] - } ], - "orderNumber" : "O-00621564", - "externallyManagedBy" : null, - "statusHistory" : [ { - "startDate" : "2016-05-10", - "endDate" : "2024-05-10", - "status" : "Active" - }, { - "startDate" : "2024-05-10", - "endDate" : null, - "status" : "OutOfTerm" - } ] -} \ No newline at end of file diff --git a/lambda/src/test/scala/pricemigrationengine/migrations/DigiSubs2023MigrationTest.scala b/lambda/src/test/scala/pricemigrationengine/migrations/DigiSubs2023MigrationTest.scala deleted file mode 100644 index e9bdcca6..00000000 --- a/lambda/src/test/scala/pricemigrationengine/migrations/DigiSubs2023MigrationTest.scala +++ /dev/null @@ -1,515 +0,0 @@ -package pricemigrationengine.migrations - -import pricemigrationengine.model._ - -import java.time.LocalDate -import pricemigrationengine.Fixtures -import pricemigrationengine.handlers.NotificationHandler.thereIsEnoughNotificationLeadTime -import pricemigrationengine.migrations.DigiSubs2023Migration.{ - getPriceFromRatePlanCharge, - newPriceLookup, - priceData, - subscriptionRatePlan, - subscriptionRatePlanCharge, - zuoraUpdate -} -import pricemigrationengine.model.CohortTableFilter.SalesforcePriceRiseCreationComplete -class DigiSubs2023MigrationTest extends munit.FunSuite { - test("monthly (1)") { - - assertEquals(newPriceLookup("GBP", Monthly).toOption.get, BigDecimal(14.99)) - assertEquals(newPriceLookup("GBP", Quarterly).toOption.get, BigDecimal(44.94)) - assertEquals(newPriceLookup("USD", Annual).toOption.get, BigDecimal(249)) - - val account = Fixtures.accountFromJson("Migrations/DigiSubs2023/monthly/regular/account.json") - val catalogue = Fixtures.productCatalogueFromJson("Migrations/DigiSubs2023/monthly/regular/catalogue.json") - val subscription = Fixtures.subscriptionFromJson("Migrations/DigiSubs2023/monthly/regular/subscription.json") - val invoicePreview = Fixtures.invoiceListFromJson("Migrations/DigiSubs2023/monthly/regular/invoice-preview.json") - - val zuoraRatePlan1 = subscriptionRatePlan(subscription).toOption.get - - assertEquals( - zuoraRatePlan1, - ZuoraRatePlan( - "8a12822d88f6dea80189006c5aa90928", - "Digital Pack", - "2c92a0fb4edd70c8014edeaa4eae220a", - "Digital Pack Monthly", - List( - ZuoraRatePlanCharge( - "2c92a0fb4edd70c9014edeaa50342192", - "Digital Pack Monthly", - "C-00293574", - "GBP", - Some(11.99), - Some("Month"), - Some(LocalDate.of(2023, 10, 28)), - Some(LocalDate.of(2023, 9, 28)), - None, - Some("Subscription_End"), - None, - None, - Some("ChargeTriggerDay"), - Some("CustomerAcceptance"), - None, - None, - originalOrderDate = Some(LocalDate.of(2016, 7, 5)), - effectiveStartDate = Some(LocalDate.of(2016, 6, 28)), - effectiveEndDate = Some(LocalDate.of(2024, 6, 28)), - ) - ), - None - ) - ) - - val ratePlanCharge1 = subscriptionRatePlanCharge(subscription, zuoraRatePlan1).toOption.get - - assertEquals( - ratePlanCharge1, - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa50342192", - name = "Digital Pack Monthly", - number = "C-00293574", - currency = "GBP", - price = Some(11.99), - billingPeriod = Some("Month"), - chargedThroughDate = Some(LocalDate.of(2023, 10, 28)), - processedThroughDate = Some(LocalDate.of(2023, 9, 28)), - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2016, 7, 5)), - effectiveStartDate = Some(LocalDate.of(2016, 6, 28)), - effectiveEndDate = Some(LocalDate.of(2024, 6, 28)) - ) - ) - - val price = getPriceFromRatePlanCharge(subscription, ratePlanCharge1).toOption.get - - assertEquals(price, BigDecimal(11.99)) - - assertEquals(priceData(subscription).toOption.get, PriceData("GBP", BigDecimal(11.99), BigDecimal(14.99), "Month")) - - assertEquals( - zuoraUpdate(subscription, LocalDate.of(2024, 1, 1)).toOption.get, - ZuoraSubscriptionUpdate( - add = List( - AddZuoraRatePlan( - "2c92a0fb4edd70c8014edeaa4eae220a", // Digital Pack Monthly (rate plan) - LocalDate.of(2024, 1, 1), - chargeOverrides = List( - ChargeOverride( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa50342192", - billingPeriod = "Month", - price = BigDecimal(14.99) - ) - ) - ) - ), // "Digital Pack Monthly" rate plan - remove = List( - RemoveZuoraRatePlan( - "8a12822d88f6dea80189006c5aa90928", - LocalDate.of(2024, 1, 1) - ) - ), - currentTerm = None, - currentTermPeriodType = None - ) - ) - } - - test("monthly (2) discounted") { - // Here we are only going to check what is specific to discounted subscriptions - // For instance we do not need to check currencyToNewPriceMonthlies, but we might want to check subscriptionRatePlan - // considering that the initial implementation (which somehow assumed that there was only one rate plan on - // the subscription) was probably incorrect. - - val account = Fixtures.accountFromJson("Migrations/DigiSubs2023/monthly/discounted/account.json") - val catalogue = Fixtures.productCatalogueFromJson("Migrations/DigiSubs2023/monthly/discounted/catalogue.json") - val subscription = Fixtures.subscriptionFromJson("Migrations/DigiSubs2023/monthly/discounted/subscription.json") - val invoicePreview = Fixtures.invoiceListFromJson("Migrations/DigiSubs2023/monthly/discounted/invoice-preview.json") - - val zuoraRatePlan1 = subscriptionRatePlan(subscription).toOption.get - - assertEquals( - zuoraRatePlan1, - ZuoraRatePlan( - "8a12894e8ae6c727018af5114ba93daf", - "Digital Pack", - "2c92a0fb4edd70c8014edeaa4e972204", - "Digital Pack Annual", - List( - ZuoraRatePlanCharge( - "2c92a0fb4edd70c9014edeaa5001218c", - "Digital Pack Annual", - "C-04655064", - "GBP", - Some(149.0), - Some("Annual"), - None, - None, - None, - Some("Subscription_End"), - None, - None, - Some("ChargeTriggerDay"), - Some("CustomerAcceptance"), - None, - None, - originalOrderDate = Some(LocalDate.of(2023, 10, 3)), - effectiveStartDate = Some(LocalDate.of(2023, 10, 19)), - effectiveEndDate = Some(LocalDate.of(2024, 10, 3)) - ) - ), - None - ) - ) - - val ratePlanCharge1 = subscriptionRatePlanCharge(subscription, zuoraRatePlan1).toOption.get - - assertEquals( - ratePlanCharge1, - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa5001218c", - name = "Digital Pack Annual", - number = "C-04655064", - currency = "GBP", - price = Some(149.0), - billingPeriod = Some("Annual"), - chargedThroughDate = None, - processedThroughDate = None, - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2023, 10, 3)), - effectiveStartDate = Some(LocalDate.of(2023, 10, 19)), - effectiveEndDate = Some(LocalDate.of(2024, 10, 3)) - ) - ) - - val price = getPriceFromRatePlanCharge(subscription, ratePlanCharge1).toOption.get - - assertEquals(price, BigDecimal(149.0)) - - assertEquals(priceData(subscription).toOption.get, PriceData("GBP", BigDecimal(149.0), BigDecimal(149), "Annual")) - - assertEquals( - zuoraUpdate(subscription, LocalDate.of(2024, 1, 1)).toOption.get, - ZuoraSubscriptionUpdate( - add = List( - AddZuoraRatePlan( - "2c92a0fb4edd70c8014edeaa4e972204", // Digital Pack Annual (rate plan) - LocalDate.of(2024, 1, 1), - chargeOverrides = List( - ChargeOverride( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa5001218c", - billingPeriod = "Annual", - price = BigDecimal(149) - ) - ) - ) - ), // "Digital Pack Monthly" rate plan - remove = List( - RemoveZuoraRatePlan( - "8a12894e8ae6c727018af5114ba93daf", - LocalDate.of(2024, 1, 1) - ) - ), - currentTerm = None, - currentTermPeriodType = None - ) - ) - } - test("thereIsEnoughNotificationLeadTime behaves correctly (DigiSubs2023_Batch1)") { - // Here we are testing and calibrating the timing required for a start of emailing on 22 August 2023 - - val today = LocalDate.of(2023, 10, 9) - - val itemStartDate1 = LocalDate.of(2023, 11, 8) // +30 days - val itemStartDate2 = LocalDate.of(2023, 11, 9) // +31 days - val itemStartDate3 = LocalDate.of(2023, 11, 10) // +32 days - val itemStartDate4 = LocalDate.of(2023, 11, 11) // +33 days (earliest start date for DigiSubs2023_Batch1) - val itemStartDate5 = LocalDate.of(2023, 11, 12) // +34 days - - val cohortItem1 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate1)) - val cohortItem2 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate2)) - val cohortItem3 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate3)) - val cohortItem4 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate4)) - val cohortItem5 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate5)) - - val cohortSpec = - CohortSpec("DigiSubs2023_Batch1", "BrazeCampaignName", LocalDate.of(2000, 1, 1), LocalDate.of(2023, 1, 1)) - - // Reminder, the date `LocalDate.of(2023, 1, 1)`, is used to compute start dates, but has no play in thereIsEnoughNotificationLeadTime. - // We pass the cohortSpec only to decide the - // - emailMaxNotificationLeadTime - // - emailMinNotificationLeadTime - - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem1), false) // +30 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem2), false) // +31 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem3), true) // +32 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem4), true) // +33 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem5), true) // +34 days - } - test("quarterly") { - - assertEquals(newPriceLookup("GBP", Monthly).toOption.get, BigDecimal(14.99)) - assertEquals(newPriceLookup("GBP", Quarterly).toOption.get, BigDecimal(44.94)) - assertEquals(newPriceLookup("USD", Annual).toOption.get, BigDecimal(249)) - - val account = Fixtures.accountFromJson("Migrations/DigiSubs2023/quarterly/account.json") - val catalogue = Fixtures.productCatalogueFromJson("Migrations/DigiSubs2023/quarterly/catalogue.json") - val subscription = Fixtures.subscriptionFromJson("Migrations/DigiSubs2023/quarterly/subscription.json") - val invoicePreview = Fixtures.invoiceListFromJson("Migrations/DigiSubs2023/quarterly/invoice-preview.json") - - val zuoraRatePlan1 = subscriptionRatePlan(subscription).toOption.get - - assertEquals( - zuoraRatePlan1, - ZuoraRatePlan( - "8a128bc887fb31e501880408ec0e77de", - "Digital Pack", - "2c92a0fb4edd70c8014edeaa4e8521fe", - "Digital Pack Quarterly", - List( - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa4fd42186", - name = "Digital Pack Quarterly", - number = "C-00266638", - currency = "GBP", - price = Some(35.95), - billingPeriod = Some("Quarter"), - chargedThroughDate = Some(LocalDate.of(2023, 11, 10)), - processedThroughDate = Some(LocalDate.of(2023, 8, 10)), - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2016, 6, 16)), - effectiveStartDate = Some(LocalDate.of(2016, 5, 10)), - effectiveEndDate = Some(LocalDate.of(2024, 5, 10)) - ) - ), - None - ) - ) - - val ratePlanCharge1 = subscriptionRatePlanCharge(subscription, zuoraRatePlan1).toOption.get - - assertEquals( - ratePlanCharge1, - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa4fd42186", - name = "Digital Pack Quarterly", - number = "C-00266638", - currency = "GBP", - price = Some(35.95), - billingPeriod = Some("Quarter"), - chargedThroughDate = Some(LocalDate.of(2023, 11, 10)), - processedThroughDate = Some(LocalDate.of(2023, 8, 10)), - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2016, 6, 16)), - effectiveStartDate = Some(LocalDate.of(2016, 5, 10)), - effectiveEndDate = Some(LocalDate.of(2024, 5, 10)) - ) - ) - - val price = getPriceFromRatePlanCharge(subscription, ratePlanCharge1).toOption.get - - assertEquals(price, BigDecimal(35.95)) - - assertEquals( - priceData(subscription).toOption.get, - PriceData("GBP", BigDecimal(35.95), BigDecimal(44.94), "Quarter") - ) - - assertEquals( - zuoraUpdate(subscription, LocalDate.of(2024, 1, 1)).toOption.get, - ZuoraSubscriptionUpdate( - add = List( - AddZuoraRatePlan( - "2c92a0fb4edd70c8014edeaa4e8521fe", // Digital Pack Monthly (rate plan) - LocalDate.of(2024, 1, 1), - chargeOverrides = List( - ChargeOverride( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa4fd42186", - billingPeriod = "Quarter", - price = BigDecimal(44.94) - ) - ) - ) - ), // "Digital Pack Monthly" rate plan - remove = List( - RemoveZuoraRatePlan( - "8a128bc887fb31e501880408ec0e77de", - LocalDate.of(2024, 1, 1) - ) - ), - currentTerm = None, - currentTermPeriodType = None - ) - ) - } - test("annual") { - - assertEquals(newPriceLookup("GBP", Monthly).toOption.get, BigDecimal(14.99)) - assertEquals(newPriceLookup("GBP", Quarterly).toOption.get, BigDecimal(44.94)) - assertEquals(newPriceLookup("USD", Annual).toOption.get, BigDecimal(249)) - - val account = Fixtures.accountFromJson("Migrations/DigiSubs2023/annual/account.json") - val catalogue = Fixtures.productCatalogueFromJson("Migrations/DigiSubs2023/annual/catalogue.json") - val subscription = Fixtures.subscriptionFromJson("Migrations/DigiSubs2023/annual/subscription.json") - val invoicePreview = Fixtures.invoiceListFromJson("Migrations/DigiSubs2023/annual/invoice-preview.json") - - val zuoraRatePlan1 = subscriptionRatePlan(subscription).toOption.get - - assertEquals( - zuoraRatePlan1, - ZuoraRatePlan( - "8a128ab58b7f7f47018b89a3dd7c3d04", - "Digital Pack", - "2c92a0fb4edd70c8014edeaa4e972204", - "Digital Pack Annual", - List( - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa5001218c", - name = "Digital Pack Annual", - number = "C-04065127", - currency = "GBP", - price = Some(119.0), - billingPeriod = Some("Annual"), - chargedThroughDate = Some(LocalDate.of(2023, 11, 17)), - processedThroughDate = Some(LocalDate.of(2022, 11, 17)), - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2022, 11, 1)), - effectiveStartDate = Some(LocalDate.of(2022, 11, 17)), - effectiveEndDate = Some(LocalDate.of(2024, 11, 1)) - ) - ), - None - ) - ) - - val ratePlanCharge1 = subscriptionRatePlanCharge(subscription, zuoraRatePlan1).toOption.get - - assertEquals( - ratePlanCharge1, - ZuoraRatePlanCharge( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa5001218c", - name = "Digital Pack Annual", - number = "C-04065127", - currency = "GBP", - price = Some(119.0), - billingPeriod = Some("Annual"), - chargedThroughDate = Some(LocalDate.of(2023, 11, 17)), - processedThroughDate = Some(LocalDate.of(2022, 11, 17)), - specificBillingPeriod = None, - endDateCondition = Some("Subscription_End"), - upToPeriodsType = None, - upToPeriods = None, - billingDay = Some("ChargeTriggerDay"), - triggerEvent = Some("CustomerAcceptance"), - triggerDate = None, - discountPercentage = None, - originalOrderDate = Some(LocalDate.of(2022, 11, 1)), - effectiveStartDate = Some(LocalDate.of(2022, 11, 17)), - effectiveEndDate = Some(LocalDate.of(2024, 11, 1)) - ) - ) - - val price = getPriceFromRatePlanCharge(subscription, ratePlanCharge1).toOption.get - - assertEquals(price, BigDecimal(119.0)) - - assertEquals( - priceData(subscription).toOption.get, - PriceData("GBP", BigDecimal(119.0), BigDecimal(149), "Annual") - ) - - assertEquals( - zuoraUpdate(subscription, LocalDate.of(2024, 1, 1)).toOption.get, - ZuoraSubscriptionUpdate( - add = List( - AddZuoraRatePlan( - "2c92a0fb4edd70c8014edeaa4e972204", // Digital Pack Monthly (rate plan) - LocalDate.of(2024, 1, 1), - chargeOverrides = List( - ChargeOverride( - productRatePlanChargeId = "2c92a0fb4edd70c9014edeaa5001218c", - billingPeriod = "Annual", - price = BigDecimal(149) - ) - ) - ) - ), // "Digital Pack Monthly" rate plan - remove = List( - RemoveZuoraRatePlan( - "8a128ab58b7f7f47018b89a3dd7c3d04", - LocalDate.of(2024, 1, 1) - ) - ), - currentTerm = None, - currentTermPeriodType = None - ) - ) - } - test("thereIsEnoughNotificationLeadTime behaves correctly (DigiSubs2023_Batch2)") { - // Here we are testing and calibrating the timing required for a start of emailing on 6 November 2023 - - val today = LocalDate.of(2023, 11, 6) - - val itemStartDate1 = LocalDate.of(2023, 12, 6) // +30 days - val itemStartDate2 = LocalDate.of(2023, 12, 7) // +31 days - val itemStartDate3 = LocalDate.of(2023, 12, 8) // +32 days - val itemStartDate4 = LocalDate.of(2023, 12, 9) // +33 days (earliest start date for DigiSubs2023_Batch2) - val itemStartDate5 = LocalDate.of(2023, 12, 10) // +34 days - - val cohortItem1 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate1)) - val cohortItem2 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate2)) - val cohortItem3 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate3)) - val cohortItem4 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate4)) - val cohortItem5 = CohortItem("subscriptionNumber", SalesforcePriceRiseCreationComplete, Some(itemStartDate5)) - - val cohortSpec = - CohortSpec("DigiSubs2023_Batch2", "BrazeCampaignName", LocalDate.of(2000, 1, 1), LocalDate.of(2023, 1, 1)) - - // Reminder, the date `LocalDate.of(2023, 1, 1)`, is used to compute start dates, but has no play in thereIsEnoughNotificationLeadTime. - // We pass the cohortSpec only to decide the - // - emailMaxNotificationLeadTime - // - emailMinNotificationLeadTime - - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem1), false) // +30 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem2), false) // +31 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem3), true) // +32 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem4), true) // +33 days - assertEquals(thereIsEnoughNotificationLeadTime(cohortSpec, today, cohortItem5), true) // +34 days - } -}