{"info":{"_postman_id":"b7139d3b-e34b-48d5-9829-2774d115213d","name":"Energylinx Quote API Documentation","description":"<html><head></head><body><p>See below for our external-facing Energylinx Quote API endpoints.</p>\n<h1 id=\"endpoints-url\">Endpoints URL</h1>\n<p>For all URLs referenced in this documentation, please substitute {{host}} with the relevant hostname below, for testing in the sandbox environment.</p>\n<h2 id=\"sandbox\">Sandbox</h2>\n<p><code>{{ host }}</code> = <a href=\"https://api.sandbox.energylinx.com\">https://api.sandbox.energylinx.com</a></p>\n<h1 id=\"overview\">Overview</h1>\n<p>This API provides all the features necessary to create domestic energy quotes. The customer can choose their existing Supplier(s) and Tariff(s) from those endpoints. These and usage information are then input into the Quote endpoint to generate a comparison between their existing cost of gas and electricity vs. the cost of most other tariffs currently available on the market.</p>\n<h3 id=\"feature-highlights\">Feature Highlights</h3>\n<ul>\n<li><p>We have over 20 years' experience in the UK Domestic Energy industry.</p>\n</li>\n<li><p>Our infrastructure is deployed as Serverless Lambdas in Amazon Web Services. They auto-scale with demand, with no manual provisioning necessary during demand spikes.</p>\n</li>\n<li><p>We can derive kWh usage if the customer chooses their current tariff and enters their pounds usage.</p>\n</li>\n<li><p>Our annual cost projections can include a fall-back onto the supplier's Standard Variable tariff if their fixed tariff ends within the next year.</p>\n</li>\n<li><p>We can take consumption figures as pounds, kWh's, OFGEM TDCV averages, or combination of house type + bedrooms + people.</p>\n</li>\n<li><p>We can return a list of all tariffs on the market, or just ones we have a switchable relationship with.</p>\n</li>\n<li><p>All tariffs returned will include their full unit rate information.</p>\n</li>\n<li><p>We can send the customer a \"Best Prices\" email of top search results at time of quote.</p>\n</li>\n<li><p>We can provide a \"Quick Quote\" from just the UPRN of a customer's address, looking up as much data as possible in EES/GES and using common default values for the rest.</p>\n</li>\n<li><p>We can generate a list of search results (with no savings figures) even if no customer existing tariff information is provided.</p>\n</li>\n<li><p>We can provide energy quotes for today's date or dates in the recent past.</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API is available without any needed authentication.</p>\n<p>However, the Quote Endpoint requires a special header, <code>x-api-key</code>, which should contain a hash value tied to the Affiliate ID we have provided you.</p>\n<h1 id=\"rate-limit\">Rate Limit</h1>\n<p>Currently we have no defined rate limit for number of requests.</p>\n<h1 id=\"http-response-codes\">HTTP Response Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK (Suppliers and Tariffs endpoints)</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Quote Created OK (Quote endpoint)</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Item Not Found</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity: validation error</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Endpoints URL","slug":"endpoints-url"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Rate Limit","slug":"rate-limit"},{"content":"HTTP Response Codes","slug":"http-response-codes"}],"owner":"244065","collectionId":"b7139d3b-e34b-48d5-9829-2774d115213d","publishedId":"UVsHUnyu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-18T19:17:40.000Z"},"item":[{"name":"Quick Quote Endpoint","item":[{"name":"Quick Quote - doesn't send customer email","id":"2b0bfd42-e4ca-4a8c-9989-fe3a3a38a993","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{partnerUUID}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuickQuoteRequest\",\n    \"attributes\": {\n      \"requester\": {\n        \"name\": \"renewal-app\",\n        \"customerId\": 12345,\n        \"quoteRequestId\": 12345\n      },\n      \"address\": {\n        \"postcode\": \"FK10 3NQ\",\n        \"uprn\": \"100060838501\",\n        \"udprn\": \"05546445\"\n      },\n      \"contactDetails\": {\n        \"sendEmail\": false,\n        \"email\": \"scott.teresi+5@energylinx.com\",\n        \"title\": \"Mr\",\n        \"firstName\": \"yyy\",\n        \"lastName\": \"zzz\",\n        \"dateOfBirth\": \"1970-01-31\",\n        \"phone\": [\n          {\n            \"type\": \"mobile\",\n            \"number\": \"07983527682\"\n          },\n          {\n            \"type\": \"landline\",\n            \"number\": \"01983527682\"\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/energy-switch/v1/quick-quote","urlObject":{"path":["energy-switch","v1","quick-quote"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"91ccacdc-e583-4c93-9ae0-f4617117b894","name":"Example Payload","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{partnerUUID}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuickQuoteRequest\",\n    \"attributes\": {\n      \"requester\": {\n        \"name\": \"renewal-app\",\n        \"customerId\": 12345,\n        \"quoteRequestId\": 12345\n      },\n      \"address\": {\n        \"postcode\": \"FK10 3NQ\",\n        \"uprn\": \"100060838501\",\n        \"udprn\": \"05546445\"\n      },\n      \"contactDetails\": {\n        \"sendEmail\": false,\n        \"email\": \"scott.teresi+5@energylinx.com\",\n        \"title\": \"Mr\",\n        \"firstName\": \"yyy\",\n        \"lastName\": \"zzz\",\n        \"dateOfBirth\": \"1970-01-31\",\n        \"phone\": [\n          {\n            \"type\": \"mobile\",\n            \"number\": \"07983527682\"\n          },\n          {\n            \"type\": \"landline\",\n            \"number\": \"01983527682\"\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}{{partialPath}}/v1/quick-quote"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":":status","value":201},{"key":"date","value":"Wed, 18 Mar 2026 19:15:36 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1875"},{"key":"x-amzn-requestid","value":"21d095f6-e37b-42e9-a390-a9d69375c970"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token,X-Amz-User-Agent,X-Amzn-Trace-Id,request-id,request-context,traceparent"},{"key":"x-amz-apigw-id","value":"abv5eGM5LPEFoCg="},{"key":"x-amzn-trace-id","value":"Root=1-69baf9d5-4cbf14ba61d2cc76028b1511"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-cdn","value":"Imperva"},{"key":"x-iinfo","value":"17-94626890-94628983 NNNN CT(660 131 0) RT(1773861314559 18452) q(0 0 8 -1) r(9 40) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"QuickQuote\",\n        \"id\": 272825,\n        \"attributes\": {\n            \"key\": \"WS1-OG3BX9DLI9CTF0J3\",\n            \"criteria\": {\n                \"fuelType\": \"dual\",\n                \"distributorId\": 19,\n                \"email\": \"scott.teresi+5@energylinx.com\",\n                \"gspId\": \"_J\",\n                \"includeTestTariffs\": false,\n                \"showHistoricTariffs\": false,\n                \"searchStartDate\": null,\n                \"useDefaultExistingSuppliers\": false,\n                \"rmrNonCompliantCalculation\": false\n            },\n            \"usage\": {\n                \"spendTotal\": 1875,\n                \"elec\": {\n                    \"spend\": 940.8559125,\n                    \"kwh\": 2700\n                },\n                \"gas\": {\n                    \"spend\": 934.139682,\n                    \"kwh\": 13863\n                }\n            },\n            \"existingTariffs\": {\n                \"elec\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=9ed897ba0518f977ca96bda981da7989\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"E-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"pricePlanId\": \"std\",\n                    \"unitRate1\": 28.268,\n                    \"unitRate2\": null,\n                    \"unitRate1DayE7\": null,\n                    \"unitRate2DayE7\": null,\n                    \"unitRateNightE7\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 48.662,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2026-01-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                },\n                \"gas\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=9ed897ba0518f977ca96bda981da7989\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"G-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"unitRate1\": 5.825,\n                    \"unitRate2\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 34.675,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2026-01-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                }\n            },\n            \"address\": {\n                \"uprn\": \"100060838501\",\n                \"udprn\": \"05546445\",\n                \"organisation\": null,\n                \"subBuilding\": null,\n                \"buildingName\": null,\n                \"buildingNumber\": 81,\n                \"dependentThoroughfare\": null,\n                \"thoroughfare\": \"Spenser Road\",\n                \"doubleDependentLocality\": null,\n                \"dependentLocality\": null,\n                \"town\": \"Herne Bay\",\n                \"county\": null,\n                \"postcode\": \"FK10 3NQ\"\n            },\n            \"contactDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"yyy\",\n                \"lastName\": \"zzz\",\n                \"phoneLandline\": \"01983527682\",\n                \"phoneMobile\": \"07983527682\",\n                \"dateOfBirth\": \"1970-01-31\"\n            },\n            \"rolloverCalculation\": {\n                \"fixedTariff\": {\n                    \"elec\": null,\n                    \"gas\": null\n                }\n            },\n            \"searchResults\": [\n                {\n                    \"id\": 88981467,\n                    \"usage\": {\n                        \"spendTotal\": 1638.13,\n                        \"savingsTotal\": 236.86,\n                        \"elec\": {\n                            \"spend\": 817.52,\n                            \"savings\": 123.34,\n                            \"spendMonthlyDDEqualPayments\": null,\n                            \"spendMonthlyDDWithUplift\": null\n                        },\n                        \"gas\": {\n                            \"spend\": 820.62,\n                            \"savings\": 113.52,\n                            \"spendMonthlyDDEqualPayments\": null,\n                            \"spendMonthlyDDWithUplift\": null\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"January 2026 Fixed V1\",\n                        \"tariffCode\": \"FUSE:JAN-2026-FXD-V1:2026-01-13-00-00-00:2026-01-13-00-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/Fuse_Energy_Terms_Conditions_version_121.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"<br /><br />\\n<br /><br /> Lightning fast support, 10am-8pm, 7 days a week\\n<br /><br /> Sign up in 2 minutes\\n<br /><br /> You are only charged for the energy that you use\\n<br /><br /> All profits reinvested in renewables\\n<br /><br /> See bills in real time, updated 48 times a day\\n<br /><br /> Exit Fees of £50 per fuel\\n<br /><br /> Tariff is fixed for 12 months\\n\",\n                        \"notesText\": null,\n                        \"featureText\": [],\n                        \"paymentType\": \"monthly-variable-direct-debit\",\n                        \"spendMonthlyDDUpliftPercent\": null,\n                        \"spendMonthlyDDHasMandatoryUplift\": false,\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2026-01-13T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2026-01-13T00:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 154,\n                        \"supplierCode\": \"FUSE\",\n                        \"supplierName\": \"Fuse Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/fuse-energy.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=39ffdf263e804d86141d3dd9dceeb125\",\n                        \"exitFeeCombined\": 100,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": true,\n                        \"directDebitEnabled\": true,\n                        \"signupLinkConfig\": null,\n                        \"elec\": {\n                            \"productCode\": \"da59d420-57e3-4884-9bdb-2b5cc0faf765\",\n                            \"unitRate1\": 24.4398,\n                            \"unitRate2\": 0,\n                            \"unitRate1DayE7\": null,\n                            \"unitRate2DayE7\": null,\n                            \"unitRateNightE7\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 43.18965,\n                            \"exitFee\": 50,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"std\",\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        },\n                        \"gas\": {\n                            \"productCode\": \"14b98591-0950-44a2-bf8e-158ac21c28cd\",\n                            \"unitRate1\": 5.19015,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.70005,\n                            \"exitFee\": 50,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        }\n                    }\n                }\n            ],\n            \"links\": {\n                \"quoteUrl\": \"https://gocompare.wl.dev.energylinx.com/quick-quote?mailingKey=23f960b3-481c-47ad-8d4c-f00a5bc05eb0-20938\"\n            }\n        }\n    }\n}"},{"id":"3d9f84ee-4a3a-4b9a-95ca-c925e4ff9ec1","name":"Minimal Request Payload","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{partnerUUID}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuickQuoteRequest\",\n    \"attributes\": {\n      \"requester\": {\n        \"name\": \"renewal-app\"\n      },\n      \"address\": {\n        \"postcode\": \"FK10 3NQ\",\n        \"uprn\": \"100060838501\",\n        \"udprn\": \"05546445\"\n      },\n      \"contactDetails\": {\n        \"sendEmail\": false,\n        \"email\": \"scott.teresi@energylinx.com\"\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}{{partialPath}}/v1/quick-quote"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":":status","value":201},{"key":"date","value":"Wed, 18 Mar 2026 19:15:36 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1875"},{"key":"x-amzn-requestid","value":"21d095f6-e37b-42e9-a390-a9d69375c970"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token,X-Amz-User-Agent,X-Amzn-Trace-Id,request-id,request-context,traceparent"},{"key":"x-amz-apigw-id","value":"abv5eGM5LPEFoCg="},{"key":"x-amzn-trace-id","value":"Root=1-69baf9d5-4cbf14ba61d2cc76028b1511"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-cdn","value":"Imperva"},{"key":"x-iinfo","value":"17-94626890-94628983 NNNN CT(660 131 0) RT(1773861314559 18452) q(0 0 8 -1) r(9 40) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"QuickQuote\",\n        \"id\": 272825,\n        \"attributes\": {\n            \"key\": \"WS1-OG3BX9DLI9CTF0J3\",\n            \"criteria\": {\n                \"fuelType\": \"dual\",\n                \"distributorId\": 19,\n                \"email\": \"scott.teresi+5@energylinx.com\",\n                \"gspId\": \"_J\",\n                \"includeTestTariffs\": false,\n                \"showHistoricTariffs\": false,\n                \"searchStartDate\": null,\n                \"useDefaultExistingSuppliers\": false,\n                \"rmrNonCompliantCalculation\": false\n            },\n            \"usage\": {\n                \"spendTotal\": 1875,\n                \"elec\": {\n                    \"spend\": 940.8559125,\n                    \"kwh\": 2700\n                },\n                \"gas\": {\n                    \"spend\": 934.139682,\n                    \"kwh\": 13863\n                }\n            },\n            \"existingTariffs\": {\n                \"elec\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=9ed897ba0518f977ca96bda981da7989\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"E-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"pricePlanId\": \"std\",\n                    \"unitRate1\": 28.268,\n                    \"unitRate2\": null,\n                    \"unitRate1DayE7\": null,\n                    \"unitRate2DayE7\": null,\n                    \"unitRateNightE7\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 48.662,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2026-01-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                },\n                \"gas\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=9ed897ba0518f977ca96bda981da7989\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"G-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"unitRate1\": 5.825,\n                    \"unitRate2\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 34.675,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2026-01-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                }\n            },\n            \"address\": {\n                \"uprn\": \"100060838501\",\n                \"udprn\": \"05546445\",\n                \"organisation\": null,\n                \"subBuilding\": null,\n                \"buildingName\": null,\n                \"buildingNumber\": 81,\n                \"dependentThoroughfare\": null,\n                \"thoroughfare\": \"Spenser Road\",\n                \"doubleDependentLocality\": null,\n                \"dependentLocality\": null,\n                \"town\": \"Herne Bay\",\n                \"county\": null,\n                \"postcode\": \"FK10 3NQ\"\n            },\n            \"contactDetails\": null,\n            \"rolloverCalculation\": {\n                \"fixedTariff\": {\n                    \"elec\": null,\n                    \"gas\": null\n                }\n            },\n            \"searchResults\": [\n                {\n                    \"id\": 88981467,\n                    \"usage\": {\n                        \"spendTotal\": 1638.13,\n                        \"savingsTotal\": 236.86,\n                        \"elec\": {\n                            \"spend\": 817.52,\n                            \"savings\": 123.34,\n                            \"spendMonthlyDDEqualPayments\": null,\n                            \"spendMonthlyDDWithUplift\": null\n                        },\n                        \"gas\": {\n                            \"spend\": 820.62,\n                            \"savings\": 113.52,\n                            \"spendMonthlyDDEqualPayments\": null,\n                            \"spendMonthlyDDWithUplift\": null\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"January 2026 Fixed V1\",\n                        \"tariffCode\": \"FUSE:JAN-2026-FXD-V1:2026-01-13-00-00-00:2026-01-13-00-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/Fuse_Energy_Terms_Conditions_version_121.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"<br /><br />\\n<br /><br /> Lightning fast support, 10am-8pm, 7 days a week\\n<br /><br /> Sign up in 2 minutes\\n<br /><br /> You are only charged for the energy that you use\\n<br /><br /> All profits reinvested in renewables\\n<br /><br /> See bills in real time, updated 48 times a day\\n<br /><br /> Exit Fees of £50 per fuel\\n<br /><br /> Tariff is fixed for 12 months\\n\",\n                        \"notesText\": null,\n                        \"featureText\": [],\n                        \"paymentType\": \"monthly-variable-direct-debit\",\n                        \"spendMonthlyDDUpliftPercent\": null,\n                        \"spendMonthlyDDHasMandatoryUplift\": false,\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2026-01-13T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2026-01-13T00:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 154,\n                        \"supplierCode\": \"FUSE\",\n                        \"supplierName\": \"Fuse Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/fuse-energy.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=39ffdf263e804d86141d3dd9dceeb125\",\n                        \"exitFeeCombined\": 100,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": true,\n                        \"directDebitEnabled\": true,\n                        \"signupLinkConfig\": null,\n                        \"elec\": {\n                            \"productCode\": \"da59d420-57e3-4884-9bdb-2b5cc0faf765\",\n                            \"unitRate1\": 24.4398,\n                            \"unitRate2\": 0,\n                            \"unitRate1DayE7\": null,\n                            \"unitRate2DayE7\": null,\n                            \"unitRateNightE7\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 43.18965,\n                            \"exitFee\": 50,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"std\",\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        },\n                        \"gas\": {\n                            \"productCode\": \"14b98591-0950-44a2-bf8e-158ac21c28cd\",\n                            \"unitRate1\": 5.19015,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.70005,\n                            \"exitFee\": 50,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        }\n                    }\n                }\n            ],\n            \"links\": {\n                \"quoteUrl\": \"https://gocompare.wl.dev.energylinx.com/quick-quote?mailingKey=23f960b3-481c-47ad-8d4c-f00a5bc05eb0-20938\"\n            }\n        }\n    }\n}"}],"_postman_id":"2b0bfd42-e4ca-4a8c-9989-fe3a3a38a993"},{"name":"Quick Quote - does send customer email","id":"410d4831-2ede-4b7d-aa23-3104efe1cc10","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{partnerUUID}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuickQuoteRequest\",\n    \"attributes\": {\n      \"unsubscribeUrl\": \"https://www.gocompare.com/unsubscribe.html?asdlf=asdflkjasdf\",\n      \"requester\": {\n        \"name\": \"home-insurance\",\n        \"customerId\": 12345,\n        \"quoteRequestId\": 12345\n      },\n      \"address\": {\n        \"postcode\": \"FK10 3NQ\",\n        \"uprn\": \"100060838501\",\n        \"udprn\": \"05546445\"\n      },\n      \"trackingTags\": {\n        \"utm_source\": \"aaa\",\n        \"media\": \"bbb\"\n      },\n      \"contactDetails\": {\n        \"email\": \"scott.teresi@energylinx.com\",\n        \"title\": \"Mr\",\n        \"firstName\": \"yyy\",\n        \"lastName\": \"zzz\",\n        \"dateOfBirth\": \"1970-01-31\",\n        \"phone\": [\n          {\n            \"type\": \"mobile\",\n            \"number\": \"07983527682\"\n          },\n          {\n            \"type\": \"landline\",\n            \"number\": \"01983527682\"\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/energy-switch/v1/quick-quote","urlObject":{"path":["energy-switch","v1","quick-quote"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"278be5d4-086d-49e9-bc5a-f1f1378ce8d6","name":"Example Payload","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{partnerUUID}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuickQuoteRequest\",\n    \"attributes\": {\n      \"unsubscribeUrl\": \"https://www.gocompare.com/unsubscribe.html?asdlf=asdflkjasdf\",\n      \"requester\": {\n        \"name\": \"home-insurance\",\n        \"customerId\": 12345,\n        \"quoteRequestId\": 12345\n      },\n      \"address\": {\n        \"postcode\": \"FK10 3NQ\",\n        \"uprn\": \"100060838501\",\n        \"udprn\": \"05546445\"\n      },\n      \"trackingTags\": {\n        \"utm_source\": \"aaa\",\n        \"media\": \"bbb\"\n      },\n      \"contactDetails\": {\n        \"email\": \"scott.teresi@energylinx.com\",\n        \"title\": \"Mr\",\n        \"firstName\": \"yyy\",\n        \"lastName\": \"zzz\",\n        \"dateOfBirth\": \"1970-01-31\",\n        \"phone\": [\n          {\n            \"type\": \"mobile\",\n            \"number\": \"07983527682\"\n          },\n          {\n            \"type\": \"landline\",\n            \"number\": \"01983527682\"\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}{{partialPath}}/v1/quick-quote"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":":status","value":201},{"key":"date","value":"Wed, 18 Mar 2026 19:15:36 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1875"},{"key":"x-amzn-requestid","value":"21d095f6-e37b-42e9-a390-a9d69375c970"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token,X-Amz-User-Agent,X-Amzn-Trace-Id,request-id,request-context,traceparent"},{"key":"x-amz-apigw-id","value":"abv5eGM5LPEFoCg="},{"key":"x-amzn-trace-id","value":"Root=1-69baf9d5-4cbf14ba61d2cc76028b1511"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-cdn","value":"Imperva"},{"key":"x-iinfo","value":"17-94626890-94628983 NNNN CT(660 131 0) RT(1773861314559 18452) q(0 0 8 -1) r(9 40) U6"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"QuickQuote\",\n        \"id\": 248468,\n        \"attributes\": {\n            \"key\": \"WS1-8NWMC15D8CI8WJ39\",\n            \"criteria\": {\n                \"fuelType\": \"dual\",\n                \"distributorId\": 19,\n                \"email\": \"scott.teresi@energylinx.com\",\n                \"gspId\": \"_J\",\n                \"includeTestTariffs\": false,\n                \"showHistoricTariffs\": false,\n                \"searchStartDate\": null,\n                \"useDefaultExistingSuppliers\": false,\n                \"rmrNonCompliantCalculation\": false\n            },\n            \"usage\": {\n                \"spendTotal\": 1981.15,\n                \"elec\": {\n                    \"spend\": 877.744245,\n                    \"kwh\": 2700\n                },\n                \"gas\": {\n                    \"spend\": 1103.4072105,\n                    \"kwh\": 15906\n                }\n            },\n            \"existingTariffs\": {\n                \"elec\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"E-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"pricePlanId\": \"std\",\n                    \"unitRate1\": 26.388,\n                    \"unitRate2\": null,\n                    \"unitRate1DayE7\": null,\n                    \"unitRate2DayE7\": null,\n                    \"unitRateNightE7\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 45.282,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2025-07-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                },\n                \"gas\": {\n                    \"supplierName\": \"E.ON Next\",\n                    \"supplierCode\": \"EONNEXT\",\n                    \"tariffName\": \"Next Flex\",\n                    \"productCode\": \"G-1R-NEXT_FLEX-J\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"unitRate1\": 6.259,\n                    \"unitRate2\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 29.546,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2025-07-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": null,\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                }\n            },\n            \"address\": {\n                \"id\": \"aWQ9ODEgU3BlbnNlciBSb2FkLCBIZXJuZSBCYXksIENUNiA2QVAsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MDU1NDY0NDV-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkM2VlZmY1ODctMzRmNy00NTBhLTg4ZjctYWM4NGU1MjhmMDVjJCQkJH5wb3M9MX5nYWtfdHlwZT11ZHBybn5sb2NhbGl0eT1-cG9zdGFsX2NvZGU9\",\n                \"uprn\": \"100060838501\",\n                \"udprn\": \"05546445\",\n                \"organisation\": null,\n                \"subBuilding\": null,\n                \"buildingName\": null,\n                \"buildingNumber\": 81,\n                \"dependentThoroughfare\": null,\n                \"thoroughfare\": \"Spenser Road\",\n                \"doubleDependentLocality\": null,\n                \"dependentLocality\": null,\n                \"town\": \"Herne Bay\",\n                \"county\": null,\n                \"postcode\": \"FK10 3NQ\"\n            },\n            \"contactDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"yyy\",\n                \"lastName\": \"zzz\",\n                \"phoneLandline\": \"01983527682\",\n                \"phoneMobile\": \"07983527682\",\n                \"dateOfBirth\": \"1970-01-31\",\n                \"unsubscribeUrl\": \"https://www.gocompare.com/unsubscribe.html?asdlf=asdflkjasdf\"\n            },\n            \"rolloverCalculation\": {\n                \"fixedTariff\": {\n                    \"elec\": null,\n                    \"gas\": null\n                }\n            },\n            \"searchResults\": [\n                {\n                    \"id\": 88861377,\n                    \"usage\": {\n                        \"spendTotal\": 1760.49,\n                        \"savingsTotal\": 220.66,\n                        \"elec\": {\n                            \"spend\": 781.99,\n                            \"savings\": 95.76,\n                            \"spendMonthlyDDEqualPayments\": 66,\n                            \"spendMonthlyDDWithUplift\": null\n                        },\n                        \"gas\": {\n                            \"spend\": 978.5,\n                            \"savings\": 124.9,\n                            \"spendMonthlyDDEqualPayments\": 82,\n                            \"spendMonthlyDDWithUplift\": null\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Tulo Fixed 12 Months V2\",\n                        \"tariffCode\": \"TULO:TUL-FXD-12M-V2:2025-07-24-00-00-00:2025-07-24-00-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/Tulo_Energy_Terms_Conditions_version_007.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"Fixed rate tariff for 12 months, with online account management and exit fees of £60 per fuel.\",\n                        \"notesText\": null,\n                        \"featureText\": [\n                            \"Fixed Rate for 12 Months\",\n                            \"Free SMART Meter\",\n                            \"Online Account Management\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"spendMonthlyDDUpliftPercent\": 0,\n                        \"spendMonthlyDDHasMandatoryUplift\": false,\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2025-07-24T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2025-07-24T00:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 149,\n                        \"supplierCode\": \"TULO\",\n                        \"supplierName\": \"Tulo Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/tulo-energy.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=aa11b581cedda11af04756b4a54a986d\",\n                        \"exitFeeCombined\": 240,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"signupLinkConfig\": null,\n                        \"elec\": {\n                            \"productCode\": \"Tulo Fixed 12 Months V2\",\n                            \"unitRate1\": 22.47,\n                            \"unitRate2\": 0,\n                            \"unitRate1DayE7\": null,\n                            \"unitRate2DayE7\": null,\n                            \"unitRateNightE7\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 48.027,\n                            \"exitFee\": 120,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"std\",\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Tulo Fixed 12 Months V2\",\n                            \"unitRate1\": 5.4075,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 32.4345,\n                            \"exitFee\": 120,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null,\n                            \"isRetention\": false\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"410d4831-2ede-4b7d-aa23-3104efe1cc10"}],"id":"afc0fd7c-d776-4b0c-800d-ee01989705dd","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>By providing an address (postcode + uprn + udprn), the Energy Switch Backend is able to look up a customer's electricity and gas meter information, fill in some default data, and provide a quote against the lowest-priced switchable tariff available through the GoCompare Energy PCW white label web site.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a POST request payload as shown in example below.</p>\n<p>The only mandatory fields are: requester <code>name</code>, <code>address</code> fields, <code>email</code> address, and (unless we're not sending a QuickQuote email because <code>sendEmail</code> is false), <code>unsubscribeUrl</code>.</p>\n<p>Description of POST body parameters:</p>\n<p>*REQUIRED fields</p>\n<ul>\n<li><p><strong>data:</strong></p>\n<ul>\n<li><p><strong>type*:</strong> always \"QuickQuoteRequest\"</p>\n</li>\n<li><p><strong>attributes:</strong></p>\n<ul>\n<li><p><strong>requester:</strong></p>\n<ul>\n<li><p><strong>name</strong>* (string): freeform identifier in slug-name format (lower case hyphenated) indicating what service is making this Quick Quote request. Examples: <code>car-insurance</code>, <code>home-insurance</code></p>\n</li>\n<li><p><strong>customerId</strong> (int): Customer ID pertaining to the customer</p>\n</li>\n<li><p><strong>quoteRequestId</strong> (int): Quote Request ID related to the customer at the time</p>\n</li>\n</ul>\n</li>\n<li><p><strong>address:</strong></p>\n<ul>\n<li><p><strong>postcode</strong>* (string): postcode for the customer's energy supply address</p>\n</li>\n<li><p><strong>uprn</strong>* (string): UPRN for the customer's energy supply address (required for looking up meter data)</p>\n</li>\n<li><p><strong>udprn</strong>* (string): UDPRN for the customer's energy supply address (required for looking up the address fields)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contactDetails:</strong></p>\n<ul>\n<li><p><strong>sendEmail</strong> (boolean): true (or blank) to send a Quick Quote email to the customer</p>\n</li>\n<li><p><strong>email</strong>* (string): customer's email address</p>\n</li>\n<li><p><strong>title</strong> (string)</p>\n</li>\n<li><p><strong>firstName</strong> (string)</p>\n</li>\n<li><p><strong>lastName</strong> (string)</p>\n</li>\n<li><p><strong>dateOfBirth</strong> (\"yyyy-mm-dd\")</p>\n</li>\n<li><p><strong>phone</strong> (LIST of objects)</p>\n<ul>\n<li><p><strong>type</strong> (string): <code>mobile</code> or <code>landline</code></p>\n</li>\n<li><p><strong>number</strong> (string): e.g. <code>\"01983527682\"</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>unsubscribeUrl</strong> (string): URL to add to the email sent to the customer to allow them to unsubscribe</p>\n</li>\n<li><p><strong>trackingTags</strong> (LIST of fields): - NOTE: these are ignored</p>\n<ul>\n<li>freeform field name: freeform value</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>*REQUIRED fields</strong></p>\n<h2 id=\"response\">Response:</h2>\n<p>See \"Quote Endpoint\" below for details on every response field.</p>\n<p>On success, returns HTTP code 201.</p>\n<p>Using the customer's address information, we look up the customer's existing energy supplier(s), usage (if usage not found in industry data lookup, we assume medium usage), meter information (Standard/E7, smart meter status, prepayment status). We assume the customer is on their supplier's standard variable tariff, paying by monthly fixed direct debit, and on paperless billing.</p>\n<p>With these assumptions, we calculate the customer's estimated existing annual spend, and we provide details on the unit rates and annual spend of the top switchable tariff available to GoCompare customers.</p>\n<p><strong>Emailed Quick Quote:</strong> If the request payload contains <code>sendEmail: true</code> or is missing the <code>sendEmail</code> parameter, an email is sent to the customer with details of their Quick Quote. The <code>unsubscribeUrl</code> is populated within the body of the email.</p>\n<p><strong>Direct Quick Quote:</strong> If the request payload contains <code>sendEmail: false</code>, then no email is sent to the customer. The response will contain an <code>attributes.links.quoteUrl</code> parameter. This URL will take you to the GoCompare Energy PCW web site with the customer's Quick Quote data already prefilled.</p>\n","_postman_id":"afc0fd7c-d776-4b0c-800d-ee01989705dd"},{"name":"Quote Endpoint","item":[{"name":"Quote","event":[{"listen":"test","script":{"id":"3224e3f1-3e98-4c8e-8531-c5dc6e0c82d1","exec":["tests['Status code is 201'] = responseCode.code === 201;","","var jsonData = JSON.parse(responseBody);","","postman.setEnvironmentVariable('quoteKey', jsonData.data.attributes.key);","","priceId = 0;","if (jsonData.data.attributes.searchResults) {","    for (i = 0; i < jsonData.data.attributes.searchResults.length; ++i) {","        if (jsonData.data.attributes.searchResults[i].tariff.switchable) {","            priceId = jsonData.data.attributes.searchResults[i].id;","            break;","        }","        else {","            priceId = -1;","        }","    }","}","else {","    priceId = -2;","}","postman.setEnvironmentVariable('priceId', priceId);","","tests['valid priceId for signup was found'] = priceId > 0;","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e513b3ad-d707-4c65-b9ab-d2039511b60d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{partnerUUID}}","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuoteRequest\",\n    \"attributes\": {\n      \"criteria\": {\n        \"fuelType\": \"dual\",\n        \"postcode\": \"DD10 8JB\",\n        \"distributorId\": 17,\n        \"separateSuppliers\": true,\n        \"includeReviewTariffs\": true,\n        \"desiredPayTypes\": [\n          \"monthly-fixed-direct-debit\"\n        ]\n      },\n      \"usage\": {\n        \"gas\": {\n          \"unknownUsageType\": \"use-ofgem-averages\",\n          \"ofgemAverage\": \"high\"\n        },\n        \"elec\": {\n          \"spend\": 50.5,\n          \"spendInterval\": \"month\",\n          \"nightUsagePercentage\": 43.5\n        }\n      },\n      \"existingTariffs\": {\n        \"gas\": {\n          \"tariffName\": \"Standard Variable\",\n          \"supplierName\": \"British Gas\",\n          \"smartMeter\": true,\n          \"paymentTypes\": [\n            \"monthly-fixed-direct-debit\",\n            \"monthly-variable-direct-debit\"\n          ]\n        },\n        \"elec\": {\n          \"smartMeter\": false,\n          \"paymentTypes\": [\n            \"monthly-fixed-direct-debit\",\n            \"monthly-variable-direct-debit\"\n          ],\n          \"tariffName\": \"Next Flex\",\n          \"supplierName\": \"E.ON Next\",\n          \"paperlessBill\": false,\n          \"pricePlanId\": \"e7\"\n        }\n      }\n    }\n  }\n}"},"url":"{{host}}/energy-switch/v1/quote","urlObject":{"path":["energy-switch","v1","quote"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"618222c0-bfd8-462e-b690-12cf00afe9c1","name":"Quote Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"APITESTPARTNER","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"QuoteRequest\",\n    \"attributes\": {\n      \"criteria\": {\n        \"fuelType\": \"dual\",\n        \"postcode\": \"DD10 8JB\",\n        \"distributorId\": 17,\n        \"separateSuppliers\": true,\n        \"includeReviewTariffs\": true,\n        \"desiredPayTypes\": [\n          \"monthly-fixed-direct-debit\"\n        ]\n      },\n      \"usage\": {\n        \"gas\": {\n          \"unknownUsageType\": \"use-ofgem-averages\",\n          \"ofgemAverage\": \"high\"\n        },\n        \"elec\": {\n          \"kwh\": 50.534,\n          \"kwhInterval\": \"month\",\n          \"nightUsagePercentage\": 43.5\n        }\n      },\n      \"existingTariffs\": {\n        \"gas\": {\n          \"tariffName\": \"Standard\",\n          \"supplierName\": \"British Gas\",\n          \"smartMeter\": true,\n          \"tariffEndDate\": \"2022-06-01\",\n          \"paymentTypes\": [\n            \"monthly-fixed-direct-debit\",\n            \"monthly-variable-direct-debit\"\n          ]\n        },\n        \"elec\": {\n          \"smartMeter\": false,\n          \"tariffEndDate\": \"2022-06-01\",\n          \"paymentTypes\": [\n            \"monthly-fixed-direct-debit\",\n            \"monthly-variable-direct-debit\"\n          ],\n          \"tariffName\": \"E.ON Energy Plan\",\n          \"supplierName\": \"E.ON\",\n          \"paperlessBill\": false,\n          \"pricePlanId\": \"e7\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prod.energylinx.com/energy-switch/v1/quote"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"Quote\",\n        \"id\": 60970278,\n        \"attributes\": {\n            \"key\": \"WS1-BMFMVQA8SYBJV0I4\",\n            \"criteria\": {\n                \"fuelType\": \"dual\",\n                \"distributorId\": 17,\n                \"gspId\": \"_P\",\n                \"includeTestTariffs\": true,\n                \"showHistoricTariffs\": false,\n                \"searchStartDate\": null,\n                \"useDefaultExistingSuppliers\": false,\n                \"rmrNonCompliantCalculation\": false\n            },\n            \"usage\": {\n                \"spendTotal\": 1565.72,\n                \"elec\": {\n                    \"spend\": 219.1944352122,\n                    \"kwh\": 606\n                },\n                \"gas\": {\n                    \"spend\": 1346.5293975,\n                    \"kwh\": 17000\n                }\n            },\n            \"existingTariffs\": {\n                \"elec\": {\n                    \"supplierName\": \"E.ON\",\n                    \"supplierCode\": \"EON\",\n                    \"tariffName\": \"E.ON Energy Plan\",\n                    \"productCode\": \"EENERGYPLAN\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"pricePlanId\": \"e7\",\n                    \"unitRate1\": null,\n                    \"unitRate2\": null,\n                    \"unitRate1DayE7\": 23.611,\n                    \"unitRate2DayE7\": null,\n                    \"unitRateNightE7\": 14.403,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 27.481,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2021-10-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": \"2022-06-01T00:00:00.000Z\",\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                },\n                \"gas\": {\n                    \"supplierName\": \"British Gas\",\n                    \"supplierCode\": \"BRITISHGAS\",\n                    \"tariffName\": \"Standard\",\n                    \"productCode\": \"GTS\",\n                    \"tariffTypes\": [\n                        \"variable\"\n                    ],\n                    \"paymentType\": \"monthly-fixed-direct-debit\",\n                    \"unitRate1\": 7.34,\n                    \"unitRate2\": null,\n                    \"unitLimit1Quarter\": null,\n                    \"standingCharge\": 27.22,\n                    \"exitFee\": null,\n                    \"exitFeeEndDate\": null,\n                    \"fixedTermEndMonths\": null,\n                    \"fixedTermEndDate\": null,\n                    \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                    \"regulatoryEndDate\": null,\n                    \"tariffEndDate\": \"2022-06-01T00:00:00.000Z\",\n                    \"monthlyFee\": null,\n                    \"monthlyFeeDescription\": null\n                }\n            },\n            \"rolloverCalculation\": {\n                \"fixedTariff\": {\n                    \"elec\": {\n                        \"fraction\": 0.208,\n                        \"kwh\": 126,\n                        \"days\": 76\n                    },\n                    \"gas\": {\n                        \"fraction\": 0.202,\n                        \"kwh\": 3434,\n                        \"days\": 76\n                    }\n                },\n                \"deemedTariffs\": {\n                    \"elec\": [\n                        {\n                            \"supplierName\": \"E.ON\",\n                            \"supplierCode\": \"EON\",\n                            \"tariffName\": \"E.ON Energy Plan\",\n                            \"standingCharge\": 27.481,\n                            \"unitRate1\": null,\n                            \"unitRate1LimitQuarter\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 23.611,\n                            \"unitRate2DayE7\": null,\n                            \"unitRateNightE7\": 14.403,\n                            \"discountsTotal\": null,\n                            \"fractionDay\": 0.792,\n                            \"fractionNight\": null,\n                            \"days\": 289,\n                            \"spend\": 173.6235532122,\n                            \"kwhDay\": 271.62052,\n                            \"kwhNight\": 208.78748\n                        }\n                    ],\n                    \"gas\": [\n                        {\n                            \"supplierName\": \"British Gas\",\n                            \"supplierCode\": \"BRITISHGAS\",\n                            \"tariffName\": \"Standard Variable\",\n                            \"standingCharge\": 27.219,\n                            \"unitRate1\": 7.336,\n                            \"unitRate1LimitQuarter\": null,\n                            \"unitRate2\": null,\n                            \"discountsTotal\": null,\n                            \"fraction\": 0.798,\n                            \"days\": 289,\n                            \"spend\": 1073.9125845,\n                            \"kwh\": 13566\n                        }\n                    ]\n                }\n            },\n            \"searchResults\": [\n                {\n                    \"id\": 87756869,\n                    \"usage\": {\n                        \"spendTotal\": 1429.35,\n                        \"savingsTotal\": 136.37,\n                        \"elec\": {\n                            \"spend\": 229.1,\n                            \"savings\": -9.91,\n                            \"spendMonthlyDD\": 19\n                        },\n                        \"gas\": {\n                            \"spend\": 1200.25,\n                            \"savings\": 146.28,\n                            \"spendMonthlyDD\": 100\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Fixed Price February 2023 FM1\",\n                        \"tariffCode\": \"SCOTTISH:FXD-PRI-FEB-2023-FM1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"ScottishPower's General Terms and Conditions for Domestic Customers and Fixed Price February 2023 FM1 apply. These prices will remain fixed until 28th February 2023. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> This Tariff is only available to customers who purchase selected ScottishPower Boiler Products or Smart Thermostat at the same time as choosing this Tariff. Should you cancel the Boiler Product or Smart Thermostat in future you can continue to be supplied on the Tariff until the end of the Tariff term. <br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you take no action. <br /><br /> You can end your agreement(s) at any time by switching supplier. If you do so more than 49 days before the end date, you will pay exit fees of £30.00 per fuel. These exit fees will not be applied if you move house or choose to move to another ScottishPower tariff. <br /><br /> We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply. <br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. <br /><br /> If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\",\n                        \"featureText\": [\n                            \"Fixed prices until 28/02/23\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Exclusively available with the purchase of selected ScottishPower Boiler Products or Smart Thermostat\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": 60,\n                        \"exitFeeEndDate\": \"2023-01-10 23:59:00\",\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Fixed Price February 2023 FM1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.71985,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.2116,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 21.7245,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Fixed Price February 2023 FM1\",\n                            \"unitRate1\": 6.8019,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 20.349,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87756897,\n                    \"usage\": {\n                        \"spendTotal\": 1469.44,\n                        \"savingsTotal\": 96.29,\n                        \"elec\": {\n                            \"spend\": 249.13,\n                            \"savings\": -29.93,\n                            \"spendMonthlyDD\": 21\n                        },\n                        \"gas\": {\n                            \"spend\": 1220.31,\n                            \"savings\": 126.22,\n                            \"spendMonthlyDD\": 102\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Fixed Price February 2023 M1\",\n                        \"tariffCode\": \"SCOTTISH:FXD-PRI-FEB-2023-M1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"If you're currently on a fixed term tariff that's due to end in the next 12 months, we've used your current prices and the prices you would most likely be transferred onto when your current tariff ends.\\nWe have based your quote on information you have provided to us.  If we become aware this is not accurate, we will advise you of the correct prices in writing.\\nPlease read the Key Facts below. Full Terms and Conditions will be sent to you in your Welcome Letter. <br /><br /> ScottishPower's General Terms and Conditions for Domestic Customers and Fixed Price February 2023 M1 apply. These prices will remain fixed until 28th February 2023. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> By signing up to this Tariff you are registering your interest for a smart meter. This means ScottishPower, or an installer working on ScottishPower's behalf, may contact you in the future to discuss a smart meter installation as and when you become eligible. br /><br />  We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you take no action. <br /><br /> You can end your agreement(s) at any time by switching supplier. If you do so more than 49 days before the end date, you will pay exit fees of £30.00 per fuel. These exit fees will not be applied if you move house or choose to move to another ScottishPower tariff.  <br /><br />  We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply. <br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. If you pay by Monthly Direct Debit, you will stay on the same tariff, but your unit rates will increase: your gas by 0.393p per kWh, and each electricity rate by 1.103p per kWh (inclusive of VAT). <br /><br /> If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\",\n                        \"featureText\": [\n                            \"Fixed prices until 28th February 2023\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": 60,\n                        \"exitFeeEndDate\": \"2023-01-10 23:59:00\",\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Fixed Price February 2023 M1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.71985,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.2116,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.4785,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Fixed Price February 2023 M1\",\n                            \"unitRate1\": 6.8019,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 26.1135,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757009,\n                    \"usage\": {\n                        \"spendTotal\": 1472.5,\n                        \"savingsTotal\": 93.22,\n                        \"elec\": {\n                            \"spend\": 235.93,\n                            \"savings\": -16.73,\n                            \"spendMonthlyDD\": 20\n                        },\n                        \"gas\": {\n                            \"spend\": 1236.58,\n                            \"savings\": 109.95,\n                            \"spendMonthlyDD\": 103\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Green Fixed February 2024 EM1\",\n                        \"tariffCode\": \"SCOTTISH:GRE-FIX-FEB-2024-EM1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"ScottishPower's General Terms and Conditions for Domestic Customers and Green Fixed February 2024 EM1 apply. These prices will remain fixed until 29th February 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> This Tariff is only available to customers who purchase selected ScottishPower Boiler Products or Smart Thermostat at the same time as choosing this Tariff. Should you cancel the Boiler Product or Smart Thermostat in future you can continue to be supplied on the Tariff until the end of the Tariff term. <br /><br /> ScottishPower will match 100% of your electricity consumption to renewable energy certificates sourced directly from the ScottishPower Group's own renewable generation, which will mean that the annual CO2 emissions under your tariff will be zero. Further details are included in your terms and conditions and available by visiting our website. <br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you take no action.  <br /><br />  You can end your agreement(s) at any time by moving to another ScottishPower tariff, switching supplier or if you move house. <br /><br /> We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply. <br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices.  <br /><br /> As you pay by Monthly Direct Debit, the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\",\n                        \"featureText\": [\n                            \"Fixed prices until 29/02/2024\",\n                            \"100% green electricity from our windfarms and zero CO2 emissions on your electricity\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Exclusively available with the purchase of selected ScottishPower Boiler Products or Smart Thermostat\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Green Fixed February 2024 EM1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.71985,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.2116,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 23.3625,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Green Fixed February 2024 EM1\",\n                            \"unitRate1\": 6.8019,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 21.987,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757037,\n                    \"usage\": {\n                        \"spendTotal\": 1514.55,\n                        \"savingsTotal\": 51.18,\n                        \"elec\": {\n                            \"spend\": 256.93,\n                            \"savings\": -37.74,\n                            \"spendMonthlyDD\": 21\n                        },\n                        \"gas\": {\n                            \"spend\": 1257.62,\n                            \"savings\": 88.91,\n                            \"spendMonthlyDD\": 105\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Help Beat Cancer Green Fixed February 2024 CM1\",\n                        \"tariffCode\": \"SCOTTISH:HEL-BEA-CAN-GRN-FXD-FEB-2024-CM1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"ScottishPower's General Terms and Conditions for Domestic Customers and Help Beat Cancer Green Fixed February 2024 CM1 apply. These prices will remain fixed until 29th February 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> By taking this tariff you agree to ScottishPower or Cancer Research UK contacting you, including by email, for the duration of the tariff to thank you for your continuing support and to update you on news relating to the work of Cancer Research UK. <br /><br /> ScottishPower will match 100% of your electricity consumption to renewable energy certificates sourced directly from the ScottishPower Group's own renewable generation, which will mean that the annual CO2 emissions under your tariff will be zero. Further details are included in your terms and conditions and available by visiting our website. <br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you don't take any action. <br /><br / You can end your agreement(s) at any time by moving to another ScottishPower tariff, switching supplier or if you move house.\\n<br /><br / We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply.\\n<br /><br / If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. As you pay by Monthly Direct Debit, you will stay on the same tariff, but your unit rates will increase: your gas by 0.393p per kWh, and each electricity rate by 1.103p per kWh (inclusive of VAT). \\n<br /><br / If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee.\\n\",\n                        \"featureText\": [\n                            \"Fixed prices until 29th February 2024\",\n                            \"100% green electricity from our windfarms and zero CO2 emissions on your electricity\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": false,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Help Beat Cancer Green Fixed February 2024 CM1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.71985,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.2116,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 29.1165,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Help Beat Cancer Green Fixed February 2024 CM1\",\n                            \"unitRate1\": 6.8019,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.7515,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757149,\n                    \"usage\": {\n                        \"spendTotal\": 1514.55,\n                        \"savingsTotal\": 51.18,\n                        \"elec\": {\n                            \"spend\": 256.93,\n                            \"savings\": -37.74,\n                            \"spendMonthlyDD\": 21\n                        },\n                        \"gas\": {\n                            \"spend\": 1257.62,\n                            \"savings\": 88.91,\n                            \"spendMonthlyDD\": 105\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Help Beat Cancer Green Fixed February 2024 CM1 Online\",\n                        \"tariffCode\": \"SCOTTISH:HEL-BEA-CAN-GRN-FXD-FEB-2024-CM1-ONL:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"ScottishPower's General Terms and Conditions for Domestic Customers and Help Beat Cancer Green Fixed February 2024 CM1 apply. These prices will remain fixed until 29th February 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> By taking this tariff you agree to ScottishPower or Cancer Research UK contacting you, including by email, for the duration of the tariff to thank you for your continuing support and to update you on news relating to the work of Cancer Research UK. <br /><br /> ScottishPower will match 100% of your electricity consumption to renewable energy certificates sourced directly from the ScottishPower Group's own renewable generation, which will mean that the annual CO2 emissions under your tariff will be zero. Further details are included in your terms and conditions and available by visiting our website. <br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you don't take any action. <br /><br / You can end your agreement(s) at any time by moving to another ScottishPower tariff, switching supplier or if you move house.\\n<br /><br / We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply.\\n<br /><br / If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. As you pay by Monthly Direct Debit, you will stay on the same tariff, but your unit rates will increase: your gas by 0.393p per kWh, and each electricity rate by 1.103p per kWh (inclusive of VAT). \\n<br /><br / If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee.\\n\",\n                        \"featureText\": [\n                            \"Fixed prices until 29th February 2024\",\n                            \"100% green electricity from our windfarms and zero CO2 emissions on your electricity\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-02-29T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Help Beat Cancer Green Fixed February 2024 CM1 Online\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.71985,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.2116,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 29.1165,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Help Beat Cancer Green Fixed February 2024 CM1 Online\",\n                            \"unitRate1\": 6.8019,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.7515,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87862919,\n                    \"usage\": {\n                        \"spendTotal\": 1575.15,\n                        \"savingsTotal\": -9.43,\n                        \"elec\": {\n                            \"spend\": 277.62,\n                            \"savings\": -58.42,\n                            \"spendMonthlyDD\": 24\n                        },\n                        \"gas\": {\n                            \"spend\": 1297.53,\n                            \"savings\": 48.99,\n                            \"spendMonthlyDD\": 109\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Double Gold\",\n                        \"tariffCode\": \"UTILWARE:DOU-GOL:2022-04-01-00-00-00:2022-03-04-06-50-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\",\n                            \"bundled\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/91615BP_UWDC_Residential_TCs_November_2013_version_002.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"The Double Gold tariff is for members taking Home, Phone, Broadband, mobile and at least 1 energy service.<br /><br />When you switch your gas and/or electricity, they guarantee you will save money compared to the average of the cheapest variable tariffs available exit fee being applied. <br /><br />They guarantee to let you know about their cheapest available tariff and help you change it if you want, so you can save as much as possible.\",\n                        \"featureText\": [\n                            \"Utility Warehouse guarantee you will save money compared to the average of the cheapest variable tariff available from the 'Big 6'\",\n                            \"No exit fee\",\n                            \"No minimum contract\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-04T06:50:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 135,\n                        \"supplierCode\": \"UTILWARE\",\n                        \"supplierName\": \"Utility Warehouse\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/sandbox/suppliers/utility-warehouse.svg?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=8c8ff0ab1f22d855f83251531cd80c22\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Electricity - Double Gold\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 32.0901,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 18.7341,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 32.39775,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Gas - Double Gold\",\n                            \"unitRate1\": 7.33635,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 13.79595,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87862639,\n                    \"usage\": {\n                        \"spendTotal\": 1632.03,\n                        \"savingsTotal\": -66.3,\n                        \"elec\": {\n                            \"spend\": 310,\n                            \"savings\": -90.8,\n                            \"spendMonthlyDD\": 26\n                        },\n                        \"gas\": {\n                            \"spend\": 1322.03,\n                            \"savings\": 24.5,\n                            \"spendMonthlyDD\": 111\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Gold\",\n                        \"tariffCode\": \"UTILWARE:GOL:2022-04-01-00-00-00:2022-03-04-06-50-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\",\n                            \"bundled\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/91615BP_UWDC_Residential_TCs_November_2013_version_001.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": null,\n                        \"featureText\": [\n                            \"Utility Warehouse guarantee you will save money compared to the average of the cheapest variable tariff available from the 'Big 6'\",\n                            \"No exit fee\",\n                            \"No minimum contract\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-04T06:50:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 135,\n                        \"supplierCode\": \"UTILWARE\",\n                        \"supplierName\": \"Utility Warehouse\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/sandbox/suppliers/utility-warehouse.svg?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=8c8ff0ab1f22d855f83251531cd80c22\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Electricity - Gold\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 32.0901,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 18.7341,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 41.2692,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Gas - Gold\",\n                            \"unitRate1\": 7.33635,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 20.5065,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87861687,\n                    \"usage\": {\n                        \"spendTotal\": 1675.52,\n                        \"savingsTotal\": -109.79,\n                        \"elec\": {\n                            \"spend\": 330.04,\n                            \"savings\": -110.84,\n                            \"spendMonthlyDD\": 28\n                        },\n                        \"gas\": {\n                            \"spend\": 1345.48,\n                            \"savings\": 1.05,\n                            \"spendMonthlyDD\": 113\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Smart E7\",\n                        \"tariffCode\": \"UTILITA:SMT-E7:2022-04-01-00-00-00:2022-03-11-00-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\",\n                            \"smart\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20210910_TsCs_Utilita_version_001.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"Smart E7 is a variable electricity only tariff, allowing customers to \\\"Pay as You Go\\\" for energy via an Economy 7 meter. <br /><br />Predominantly set up for Pay as You Go, this tariff may provide the option of Direct debit, cash and/or cheque payment. <br /><br /> You will receive a free smart meter and In-Home Display on installation, allowing you to view your energy usage and spend in real-time - all at the touch of a button. <br /><br /> Friendly Credit hours - ensuring supply is never lost during evenings, weekends and bank holidays.<br /><br />£10 emergency credit limit  <br /><br />Quick & easy ways to top-up; online, over the phone, via text message, at any PayPoint outlet with cash or card, or via a mobile app.  <br /><br />Price Commitment - striving to always be cheaper than the Big Six Pay as You Go tariffs on a Standard Variable Tariff for dual fuel.  <br /><br />No standing charges.  <br /><br />UK-based Call Centre.  <br /><br />Warm Home Discount registered supplier.  br /><br />The Smart E7 tariff is for electricity via an Economy 7 meter. It has two daytime unit rates, one night unit rate, and no standing charge. Day Unit Rate 1 is collected for the first kWh of electricity used during daytime hours and Day Unit Rate 2 applies for the remaining daytime kWh used per day. The night rate applies for all night usage. For gas, this tariff also has two unit rates and no standing charge. Unit Rate 1 is collected for the first 180 kWh of gas used per month. Unit Rate 2 applies for all remaining kWh of gas used in the month.\",\n                        \"featureText\": [\n                            \"Emergency Credit up to £10.00.  Friendly Credit between the hours of 4pm and 10am in the Winter and 5pm and 11am in the Summer, and 24 hours on weekends and bank holidays.\",\n                            \"Easy & convenient remote top-ups\",\n                            \"Free smart meters\",\n                            \"No Exit fees\",\n                            \"The Smart E7 tariff is for electricity via an Economy 7 meter. It has two daytime unit rates, one night unit rate, and no standing charge. Day Unit Rate 1 is collected for the first kWh of electricity used during daytime hours and Day Unit Rate 2 applies for the remaining daytime kWh used per day. The night rate applies for all night usage. For gas, this tariff also has two unit rates and no standing charge. Unit Rate 1 is collected for the first 180 kWh of gas used per month. Unit Rate 2 applies for all remaining kWh of gas used in the month.\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-11T00:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 20,\n                        \"supplierCode\": \"UTILITA\",\n                        \"supplierName\": \"Utilita\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/utilita.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=8af49076b3d7e0f486c1cfc36bac78a3\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"SS7\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 83.40045,\n                            \"unitRate2DayE7\": 33.48975,\n                            \"unitRateNightE7\": 16.7895,\n                            \"unitLimit1Quarter\": 91.25,\n                            \"standingCharge\": 0,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"SSG\",\n                            \"unitRate1\": 20.8026,\n                            \"unitRate2\": 7.33635,\n                            \"unitLimit1Quarter\": 182.5,\n                            \"standingCharge\": 0,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87863199,\n                    \"usage\": {\n                        \"spendTotal\": 1677.52,\n                        \"savingsTotal\": -111.8,\n                        \"elec\": {\n                            \"spend\": 335.9,\n                            \"savings\": -116.71,\n                            \"spendMonthlyDD\": 28\n                        },\n                        \"gas\": {\n                            \"spend\": 1341.62,\n                            \"savings\": 4.91,\n                            \"spendMonthlyDD\": 112\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Value\",\n                        \"tariffCode\": \"UTILWARE:VAL:2022-04-01-00-00-00:2022-03-04-06-50-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/91615BP_UWDC_Residential_TCs_November_2013.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"The Value tariff is for members who have any combination of services.<br /><br />When you switch your gas and/or electricity, they guarantee you will save money compared to the average of the cheapest variable tariffs available from the 'Big 6' suppliers.  <br /><br />If you are not totally happy with the service and value they provide, you can switch to another supplier at any time with no exit fee being applied. <br /><br />They guarantee to let you know about their cheapest available tariff and help you change it if you want, so you can save as much as possible.\",\n                        \"featureText\": [\n                            \"Utility Warehouse guarantee you will save money compared to the average of the cheapest variable tariff available from the 'Big 6'\",\n                            \"No exit fee\",\n                            \"No minimum contract\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-04T06:50:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 135,\n                        \"supplierCode\": \"UTILWARE\",\n                        \"supplierName\": \"Utility Warehouse\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/sandbox/suppliers/utility-warehouse.svg?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=8c8ff0ab1f22d855f83251531cd80c22\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Electricity - Value\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 32.0901,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 18.7341,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 48.36615,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Gas - Value\",\n                            \"unitRate1\": 7.33635,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 25.8741,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87866519,\n                    \"usage\": {\n                        \"spendTotal\": 1686.54,\n                        \"savingsTotal\": -120.82,\n                        \"elec\": {\n                            \"spend\": 342.83,\n                            \"savings\": -123.64,\n                            \"spendMonthlyDD\": 29\n                        },\n                        \"gas\": {\n                            \"spend\": 1343.71,\n                            \"savings\": 2.82,\n                            \"spendMonthlyDD\": 112\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"So Flex\",\n                        \"tariffCode\": \"SO:SO-FLE:2022-04-01-00-00-00:2022-03-10-10-47-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20210831__SO_Energy_Our_Terms_and_Conditions.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"This is a variable price tariff. There is no fixed term and no exit fees. <br/><br/>\",\n                        \"featureText\": [\n                            \"Variable price tariff\",\n                            \"There is no exit fees with this tariff\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-10T10:47:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 54,\n                        \"supplierCode\": \"SO\",\n                        \"supplierName\": \"So Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/suppliers/so-energy.gif?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=f3d27ace1c4e04d0fa43a3385818091a\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"E2R-SOOC-040216\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 29.650005,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 22.090005,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.130045,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"G1R-SOOC-040216\",\n                            \"unitRate1\": 7.31997,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.210015,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87840037,\n                    \"usage\": {\n                        \"spendTotal\": 1687.89,\n                        \"savingsTotal\": -122.17,\n                        \"elec\": {\n                            \"spend\": 342.62,\n                            \"savings\": -123.43,\n                            \"spendMonthlyDD\": 29\n                        },\n                        \"gas\": {\n                            \"spend\": 1345.27,\n                            \"savings\": 1.26,\n                            \"spendMonthlyDD\": 113\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Simpler Energy\",\n                        \"tariffCode\": \"OVO:SIM-ENG:2022-04-01-00-00-00:2022-02-22-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20200826_OVO_Energy_Terms_and_Conditions_27082020_version_003.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"OVO Energy's variable rate rolling monthly. <br/><br/> 100% renewable electricity as standard and have a carbon-busting tree planted in your name every year <br/><br/>The renewable electricity we sell is backed by renewable certificates (Renewable Energy Guarantee of Origin certificates (REGOs)). <br/><br/> The OVO Carbon Tracker. Learn about your carbon footprint and how to shrink it. Calculate your energy and transport emissions, and get simple suggestions to help you reduce them and take on the climate crisis. Free for OVO members. <br/><br/> Customers could go one step closer to zero carbon by upgrading to OVO Beyond for just £6 a month. OVO Beyond customers will receive 15% of their gas through renewable sources, and 85% of the gas they use will be offset with carbon offset credits. OVO will plant additional trees every year on their behalf and they will have access to personalised tips to help reduce their carbon footprint further. <br/><br/>\\nOVO's renewable electricity comes from sources like wind, solar and hydro backed by Renewable Energy Guarantee of Origin certificates. For their Green Energy and OVO BeyondBETA upgrades, OVO also offset any emissions released by producing and consuming the electricity used in your home (known as 'lifecycle' emissions).  <br/><br/> \\nOVO's carbon-neutral gas is made up from 15% biomethane backed by renewable certificates (Renewable Gas Guarantees of Origin certificates). OVO then offset the rest of the carbon emissions from the production and consumption of the gas you use by supporting UN-led carbon-reduction projects.<br/><br/>\\n\\nFriendly UK-based call centre.<br/><br/>\\n\",\n                        \"featureText\": [\n                            \"Variable rate rolling monthly tariff\\n100% renewable electricity as standard and have a carbon-busting tree planted in your name every year\",\n                            \"The OVO Carbon Tracker.\",\n                            \"Friendly, UK-based call centre\",\n                            \"Handy tools to manage your account online and by app\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-02-22T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 15,\n                        \"supplierCode\": \"OVO\",\n                        \"supplierName\": \"OVO Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/suppliers/ovo-energy.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=78d7bc2933eeb11b9ed374cf6b154092\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"OE_E_17_R_2_11\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.8805,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 20.4015,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.1375,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"OE_G_SC_R_35\",\n                            \"unitRate1\": 7.329,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.216,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87839222,\n                    \"usage\": {\n                        \"spendTotal\": 1687.89,\n                        \"savingsTotal\": -122.17,\n                        \"elec\": {\n                            \"spend\": 342.62,\n                            \"savings\": -123.43,\n                            \"spendMonthlyDD\": 29\n                        },\n                        \"gas\": {\n                            \"spend\": 1345.27,\n                            \"savings\": 1.26,\n                            \"spendMonthlyDD\": 113\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Standard\",\n                        \"tariffCode\": \"SSESCOTT:STD:2022-04-01-00-00-00:2022-02-22-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"variable\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20210428_SSE_GEN_TCS_FEB_2021_version_007.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"This is SSE's Standard tariff. <br /><br />\\nThere are no tie-ins or exit fees with this tariff. <br /><br />\\nMinimum of twenty days' notice of any price increase <br /><br />\\nIf you have elected to pay by Direct Debit you will receive a discount off your standing charge and unit rates.  Your discount will vary depending on how much energy you use, where you live and your meter type. <br /><br />\\nExclusive access to SSE Reward* gives SSE customers a range of benefits for The SSE Arena, Wembley and The SSE Hydro in Glasgow, including access to exclusive ticket presales, the chance to experience SSE's customer lounges and opportunities to win one-off prizes. <br />\\n*SSE Reward is subject to T&Cs at ssereward.com/terms. <br />\\n* SSE customers can access tickets to the SSE Hydro and The SSE Arena, Wembley up to 48 hours before general sale. Tickets are subject to availability.  <br /><br />\\nIf your property is subject to a Green Deal Plan these charges are not included within the gas and/or electricity prices quoted for this tariff.  <br /><br />\\nMinimum of twenty days' notice of any price increase.\\n\",\n                        \"featureText\": [\n                            \"Prices may go up or down\",\n                            \"No exit fee\",\n                            \"Minimal of twenty days' notice of any price increase.\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-04-01T00:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-02-22T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 22,\n                        \"supplierCode\": \"SSESCOTT\",\n                        \"supplierName\": \"SSE Scottish Hydro\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/suppliers/sse-scottish-hydro.gif?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=31949d9dfd0ab7573a65081c56005b28\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Standard\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 30.8805,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 20.4015,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.1375,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Standard\",\n                            \"unitRate1\": 7.329,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.216,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757261,\n                    \"usage\": {\n                        \"spendTotal\": 1716.27,\n                        \"savingsTotal\": -150.55,\n                        \"elec\": {\n                            \"spend\": 232.2,\n                            \"savings\": -13.01,\n                            \"spendMonthlyDD\": 19\n                        },\n                        \"gas\": {\n                            \"spend\": 1484.07,\n                            \"savings\": -137.54,\n                            \"spendMonthlyDD\": 124\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Fixed Price January 2024 YE1\",\n                        \"tariffCode\": \"SCOTTISH:FXD-PRI-JAN-2024-YE1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"ScottishPower's General Terms and Conditions for Domestic Customers and Fixed Price January 2024 YE1 apply. These prices will remain fixed until 31st January 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage. <br /><br /> This Tariff is only available to customers who purchase selected ScottishPower Boiler Products or Smart Thermostat at the same time as choosing this Tariff. Should you cancel the Boiler Product or Smart Thermostat in future you can continue to be supplied on the Tariff until the end of the Tariff term. <br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you take no action. \\n<br /><br /> You can end your agreement(s) at any time by switching supplier. If you do so more than 49 days before the end date, you will pay exit fees of £30.00 per fuel. These exit fees will not be applied if you move house or choose to move to another ScottishPower tariff. \\n<br /><br /> We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply.\\n<br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. \\n<br /><br /> If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\\n\",\n                        \"featureText\": [\n                            \"Fixed prices until 31st January 2024\",\n                            \"100% green electricity from our windfarms and zero CO2 emissions on your electricity\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Fixed Price January 2024 YE1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 31.09155,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.5833,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 21.7245,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Fixed Price January 2024 YE1\",\n                            \"unitRate1\": 8.2929,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 20.349,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757289,\n                    \"usage\": {\n                        \"spendTotal\": 1758.31,\n                        \"savingsTotal\": -192.59,\n                        \"elec\": {\n                            \"spend\": 253.21,\n                            \"savings\": -34.01,\n                            \"spendMonthlyDD\": 21\n                        },\n                        \"gas\": {\n                            \"spend\": 1505.11,\n                            \"savings\": -158.58,\n                            \"spendMonthlyDD\": 125\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Fixed Price January 2024 YM1\",\n                        \"tariffCode\": \"SCOTTISH:FXD-PRI-JAN-2024-YM1:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"If you're currently on a fixed term tariff that's due to end in the next 12 months, we've used your current prices and the prices you would most likely be transferred onto when your current tariff ends. \\nWe have based your quote on information you have provided to us.  If we become aware this is not accurate, we will advise you of the correct prices in writing.\\nPlease read the Key Facts below. Full Terms and Conditions will be sent to you in your Tariff Confirmation Letter.\\n<br /><br /> ScottishPower's General Terms and Conditions for Domestic Customers and Fixed Price January 2024 YM1 apply. These prices will remain fixed until 31st January 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage.\\n<br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you don't take any action.\\n<br /><br /> You can end your agreement(s) at any time by switching supplier. If you do so more than 49 days before the end date, you will pay exit fees of £30.00 per fuel. These exit fees will not be applied if you move house or choose to move to another ScottishPower tariff.\\n<br /><br /> We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply.\\n<br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. If you pay by Monthly Direct Debit, you will stay on the same tariff, but your unit rates will increase: your gas by 0.393p per kWh, and each electricity rate by 1.103p per kWh (inclusive of VAT).\\n<br /><br /> If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\",\n                        \"featureText\": [\n                            \"Fixed prices until 31st January 2024\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": false,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": 60,\n                        \"exitFeeEndDate\": \"2023-12-13 23:59:00\",\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Fixed Price January 2024 YM1\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 31.09155,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.5833,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.4785,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Fixed Price January 2024 YM1\",\n                            \"unitRate1\": 8.2929,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 26.1135,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87757401,\n                    \"usage\": {\n                        \"spendTotal\": 1758.31,\n                        \"savingsTotal\": -192.59,\n                        \"elec\": {\n                            \"spend\": 253.21,\n                            \"savings\": -34.01,\n                            \"spendMonthlyDD\": 21\n                        },\n                        \"gas\": {\n                            \"spend\": 1505.11,\n                            \"savings\": -158.58,\n                            \"spendMonthlyDD\": 125\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Fixed Price January 2024 YM1 Online\",\n                        \"tariffCode\": \"SCOTTISH:FXD-PRI-JAN-2024-YM1-ONL:2021-11-16-08-00-00:2021-11-16-08-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": null,\n                        \"straplineText\": null,\n                        \"synopsisText\": \"If you're currently on a fixed term tariff that's due to end in the next 12 months, we've used your current prices and the prices you would most likely be transferred onto when your current tariff ends. \\nWe have based your quote on information you have provided to us.  If we become aware this is not accurate, we will advise you of the correct prices in writing.\\nPlease read the Key Facts below. Full Terms and Conditions will be sent to you in your Tariff Confirmation Letter.\\n<br /><br /> ScottishPower's General Terms and Conditions for Domestic Customers and Fixed Price January 2024 YM1 apply. These prices will remain fixed until 31st January 2024. Your Direct Debit and/or bill amount may vary depending on your gas and/or electricity usage.\\n<br /><br /> We will write to you before the end of this tariff to let you know what your options are, including details of the tariff we will automatically move you to if you don't take any action.\\n<br /><br /> You can end your agreement(s) at any time by switching supplier. If you do so more than 49 days before the end date, you will pay exit fees of £30.00 per fuel. These exit fees will not be applied if you move house or choose to move to another ScottishPower tariff.\\n<br /><br /> We can end this agreement by giving you 42 calendar days' prior notice in writing or if you move house. If you move house give us at least 2 working days' notice or you will continue to be liable for the supply.\\n<br /><br /> If you fail to make a payment when it's due, we can make changes to your payment method and/or tariff, which may result in an increase in your prices. If you pay by Monthly Direct Debit, you will stay on the same tariff, but your unit rates will increase: your gas by 0.393p per kWh, and each electricity rate by 1.103p per kWh (inclusive of VAT).\\n<br /><br /> If you pay by Monthly Direct Debit the monthly payment displayed is calculated by dividing your estimated annual spend by 12. Your new Monthly Direct Debit amount will also depend on the current balance on your ScottishPower account and this can mean your actual monthly direct debit amount may increase or decrease from that quoted today. Over time your actual meter readings will result in your monthly payment increasing or decreasing. Under the Direct Debit scheme you are covered by the Direct Debit Guarantee. <br /><br />\",\n                        \"featureText\": [\n                            \"Fixed prices until 31st January 2024\",\n                            \"Flexibility to move – Move between our tariffs without paying exit fees\",\n                            \"Manage your account online and via our energy App\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2024-01-31T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2021-11-16T08:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 1,\n                        \"supplierCode\": \"SCOTTISH\",\n                        \"supplierName\": \"ScottishPower\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=dac1ebb023b8301b60fdcc40292fba8d\",\n                        \"exitFeeCombined\": 60,\n                        \"exitFeeEndDate\": \"2023-12-13 23:59:00\",\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": true,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Fixed Price January 2024 YM1 Online\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 31.09155,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.5833,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.4785,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Fixed Price January 2024 YM1 Online\",\n                            \"unitRate1\": 8.2929,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 26.1135,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87867293,\n                    \"usage\": {\n                        \"spendTotal\": 2249.26,\n                        \"savingsTotal\": -683.53,\n                        \"elec\": {\n                            \"spend\": 322.68,\n                            \"savings\": -103.49,\n                            \"spendMonthlyDD\": 27\n                        },\n                        \"gas\": {\n                            \"spend\": 1926.58,\n                            \"savings\": -580.05,\n                            \"spendMonthlyDD\": 161\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Green Fixed 25\",\n                        \"tariffCode\": \"UTILWARE:GRN-FXD-25:2022-03-10-00-00-00:2022-03-10-00-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"bundled\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/uw-green-fixed-25-terms-and-conditions.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"Green Fixed 25 tariff is fixed until 28th Feb 2023.  This tariff is for members taking the Double Gold bundle which is Home, Phone, Broadband, mobile and at least 1 energy service.  <br /><br />You must continue to take the Double Gold bundle for the life of the tariff.  If you cancel any services, you will automatically be transferred to the cheapest variable tariff (e.g. Value or Gold) that you are eligible to receive at that time.  <br /><br /> If a customer chooses to move to an alternative tariff they offer or they decide to move their energy services within the fixed period to another supplier, they reserve the right to charge a fee of £25 (inc. VAT) per fuel.<br /><br /> If you select dual fuel then your price will include their dual fuel discount of £13.00 (inclusive of VAT) per fuel.\",\n                        \"featureText\": [\n                            \"Fixed prices until 28th Feb 2023 for customers who take their Double Gold bundle - home phone, broadband, mobile and at least 1 energy service\",\n                            \"An exit fee of £25 per fuel applies\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": null,\n                        \"fixedTermEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"regulatoryStartDate\": \"2022-03-10T00:00:00.000Z\",\n                        \"regulatoryEndDate\": \"2023-02-28T23:59:00.000Z\",\n                        \"onSaleStartDate\": \"2022-03-10T00:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": true,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 135,\n                        \"supplierCode\": \"UTILWARE\",\n                        \"supplierName\": \"Utility Warehouse\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/sandbox/suppliers/utility-warehouse.svg?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=8c8ff0ab1f22d855f83251531cd80c22\",\n                        \"exitFeeCombined\": 50,\n                        \"exitFeeEndDate\": \"2023-01-10 23:59:00\",\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Green Fixed 25\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 54.7491,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 17.7534,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.79875,\n                            \"exitFee\": 25,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": [\n                                {\n                                    \"label\": \"Dual Fuel Discount\",\n                                    \"value\": 13\n                                }\n                            ]\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Green Fixed 25\",\n                            \"unitRate1\": 11.319,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 15.813,\n                            \"exitFee\": 25,\n                            \"additionalProductsText\": null,\n                            \"discounts\": [\n                                {\n                                    \"label\": \"Dual Fuel Discount\",\n                                    \"value\": 13\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"id\": 87870557,\n                    \"usage\": {\n                        \"spendTotal\": 2638.03,\n                        \"savingsTotal\": -1072.31,\n                        \"elec\": {\n                            \"spend\": 406.29,\n                            \"savings\": -187.1,\n                            \"spendMonthlyDD\": 34\n                        },\n                        \"gas\": {\n                            \"spend\": 2231.74,\n                            \"savings\": -885.21,\n                            \"spendMonthlyDD\": 186\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Better Smart 17 March 2022\",\n                        \"tariffCode\": \"OVO:BET-SMT-17-MAR-2022:2022-03-17-08-01-00:2022-03-17-08-01-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\",\n                            \"smart\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20220317_OVO_TCs__Better_Smart.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"100% renewable electricity and a carbon-busting tree planted every year <br/><br/>\\n\\nBetter Smart is for new members who don't have a smart meter - OVO will install one at no extra cost.  <br/> <br/>\\n£30 per fuel exit fee applies<br/> <br/>\\n£20 charge per annum to receive paper bills<br/> <br/>\\nUpgrade to OVO Beyond once you're on supply.  Once you're with OVO, upgrade to OVO Beyond (3 months free then £6 a month). You get green energy and technology to supercharge your journey to zero carbon - and reduce your bills. Terms apply. <br/> <br/>\\n\",\n                        \"featureText\": [\n                            \"100% renewable electricity and a carbon-busting tree planted every year\\n\",\n                            \"Better Smart is for new members who don't have a smart meter - OVO will install one at no extra cost.  \",\n                            \"Exit fee of £30 per fuel applies\\n£20 charge per annum to receive paper bills\",\n                            \"Upgrade to OVO Beyond once you're on supply\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-03-17T08:01:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-17T08:01:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 15,\n                        \"supplierCode\": \"OVO\",\n                        \"supplierName\": \"OVO Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/suppliers/ovo-energy.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=78d7bc2933eeb11b9ed374cf6b154092\",\n                        \"exitFeeCombined\": 60,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"OE_E_17_R_2_11\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 41.517,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 29.547,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.988,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"OE_G_SC_R_35\",\n                            \"unitRate1\": 12.537,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 27.5205,\n                            \"exitFee\": 30,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87870361,\n                    \"usage\": {\n                        \"spendTotal\": 2959.83,\n                        \"savingsTotal\": -1394.11,\n                        \"elec\": {\n                            \"spend\": 457.57,\n                            \"savings\": -238.38,\n                            \"spendMonthlyDD\": 39\n                        },\n                        \"gas\": {\n                            \"spend\": 2502.26,\n                            \"savings\": -1155.73,\n                            \"spendMonthlyDD\": 209\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Next 1 Year v10\",\n                        \"tariffCode\": \"EONNEXT:NEX-1YR-V10:2022-03-17-09-00-00:2022-03-17-09-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20220317_Next_1_Year_v10_TsCs.pdf\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"You are entering into a legally binding contract for gas and / or electricity which will continue until you leave E.ON Next. <br/><br/>\\nE.ON Next will send you a welcome pack which you will receive in the next few days. Once received, you should check the information it contains is correct. <br/><br/>\\nYou have 14 days from when E.ON Next sends you your welcome pack to let E.ON know if you want to cancel the contract. <br/><br/>\\nIf you do not pay E.ON Next will seek to fit a prepayment meter and will transfer you to Next Flex, their variable priced tariff. You would then pay for your energy in advance. If they cannot fit a prepayment meter they may disconnect your supply. <br/><br/>\\nApplicable billing cycle: Customers will receive a statement quarterly. <br/><br/>\\nE.ON Next will review your account twice a year and if your payment needs to change they will give you at least 5 working days notice. Please note your usage can alter your Direct Debit amount whether your energy prices are fixed or variable. <br/><br/>\\nBy choosing this tariff you agree to a smart meter installation, where eligible. <br/><br/>This tariff does not have an exit fee.\\n<br/><br/>\\nThis tariff is only available to customers that manage their account online. <br/><br/>\\nPrices are fixed for 12 months from your tariff start date. <br/><br/>\\nIf you pay by Direct Debit, you'll see a reduction in your standing charges and unit rates. \\n<br/><br/>\\nComplex meter types will be eligible when quoted unrestricted prices. Not available for Prepayment or Smart PAYG customers.\\n\",\n                        \"featureText\": [\n                            \"Prices are fixed for 1 year from your tariff start date.\\nBy choosing this tariff you agree to a smart meter installation, where eligible\",\n                            \"Paperless billing only. \",\n                            \"No exit fees\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-03-17T09:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-17T09:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 147,\n                        \"supplierCode\": \"EONNEXT\",\n                        \"supplierName\": \"E.ON Next\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=9ed897ba0518f977ca96bda981da7989\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Next 1 Year v10\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 54.39945,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 33.18315,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.31705,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Next 1 Year v10\",\n                            \"unitRate1\": 14.25585,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 21.5796,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                },\n                {\n                    \"id\": 87870753,\n                    \"usage\": {\n                        \"spendTotal\": 2959.83,\n                        \"savingsTotal\": -1394.11,\n                        \"elec\": {\n                            \"spend\": 457.57,\n                            \"savings\": -238.38,\n                            \"spendMonthlyDD\": 39\n                        },\n                        \"gas\": {\n                            \"spend\": 2502.26,\n                            \"savings\": -1155.73,\n                            \"spendMonthlyDD\": 209\n                        }\n                    },\n                    \"tariff\": {\n                        \"tariffName\": \"Sainsbury's Energy 1 Year Fix and Reward v25\",\n                        \"tariffCode\": \"SAINSBURYS:SAI-ENG-1YR-FIX-AND-REW-V25:2022-03-17-09-00-00:2022-03-17-09-00-00:LIVE\",\n                        \"tariffTypes\": [\n                            \"fixed\",\n                            \"green\"\n                        ],\n                        \"tariffTermsPdf\": \"https://s3-eu-west-1.amazonaws.com/public-rsrc.energylinx.co.uk/domestic-tariff-PDFs/20220317_Sainsburys_Energy_1_Year_Fix_and_Reward_v25_Ts_Cs.PDF\",\n                        \"straplineText\": null,\n                        \"synopsisText\": \"Sainsbury's Energy 1 year Fix and Reward v25 tariff fixes your energy rates for 12 months from supply start date. Available for Dual Fuel and Electric only customers. If you want to switch to another tariff with us, just let us know.<br /><br />\\n\\nSainsbury's Energy will send you a welcome pack which you will receive in the next few days. Once received, you should check the information it contains is correct.\\n<br /><br />\\n\\nYou have 14 days from when Sainsbury's Energy sends you your welcome pack to let Sainsbury's Energy know if you want to cancel the contract.\\n<br /><br />\\nBy choosing this tariff you agree to a smart meter installation, where eligible. <br /><br />\\n\\nIf you pay by Direct Debit, you'll see a reduction in your standing charges and unit rates. Comes with 100% renewable electricity.\\t<br /><br />\\n\\nSainsbury's Energy will review your account twice a year and if your payment needs to change they will give you at least 5 working days notice. Please note your usage can alter your Direct Debit amount whether your energy prices are fixed or variable.<br /><br />\\n\\n\\nIf you do not pay Sainsbury's Energy will seek to fit a prepayment meter and will transfer you to their variable priced tariff. You would then pay for your energy in advance. If they cannot fit a prepayment meter they may disconnect your supply.<br /><br />\\n\\nBefore this tariff ends, if you haven't already switched to another tariff or supplier, we'll contact you. If you don't switch tariff or supplier before the contract, we'll move you to the cheapest default tariff (no exit fees) we have available at that time.<br /><br />\\n\\nThis tariff does not have an exit fee.<br /><br />\\n\\nApplicable billing cycle: Customers will receive a statement quarterly.<br /><br />\\n<br /><br />\\n\\nComplex meter types will be eligible when quoted unrestricted prices. Not available for Prepayment or Smart PAYG customers.<br /><br />\",\n                        \"featureText\": [\n                            \"By choosing this tariff you agree to a smart meter installation, where eligible.\",\n                            \"This tariff does not have an exit fee.\",\n                            \"Prices are fixed for 12 months from your tariff start date. \",\n                            \"If you pay by Direct Debit, you'll see a reduction in your standing charges and unit rates.\"\n                        ],\n                        \"paymentType\": \"monthly-fixed-direct-debit\",\n                        \"fixedTermEndMonths\": 12,\n                        \"fixedTermEndDate\": null,\n                        \"regulatoryStartDate\": \"2022-03-17T09:00:00.000Z\",\n                        \"regulatoryEndDate\": null,\n                        \"onSaleStartDate\": \"2022-03-17T09:00:00.000Z\",\n                        \"onSaleEndDate\": null,\n                        \"paperBills\": false,\n                        \"paperlessBills\": true,\n                        \"supplierId\": 18,\n                        \"supplierCode\": \"SAINSBURYS\",\n                        \"supplierName\": \"Sainsbury's Energy\",\n                        \"supplierImageUrl\": \"https://energylinx2.imgix.net/awsprod/suppliers/sainsburys-energy.jpg?auto=format&fm=png&ixlib=python-1.2.0&w=320&s=c671d731605f0563c401404e4176cf72\",\n                        \"exitFeeCombined\": null,\n                        \"exitFeeEndDate\": null,\n                        \"monthlyFee\": null,\n                        \"monthlyFeeDescription\": null,\n                        \"switchable\": false,\n                        \"phoneMobileMandatory\": false,\n                        \"elec\": {\n                            \"productCode\": \"Sainsbury's Energy 1 Year Fix and Reward v25\",\n                            \"unitRate1\": null,\n                            \"unitRate2\": null,\n                            \"unitRate1DayE7\": 54.39945,\n                            \"unitRate2DayE7\": 0,\n                            \"unitRateNightE7\": 33.18315,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 50.31705,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"pricePlanId\": \"e7\",\n                            \"discounts\": null\n                        },\n                        \"gas\": {\n                            \"productCode\": \"Sainsbury's Energy 1 Year Fix and Reward v25\",\n                            \"unitRate1\": 14.25585,\n                            \"unitRate2\": 0,\n                            \"unitLimit1Quarter\": null,\n                            \"standingCharge\": 21.5796,\n                            \"exitFee\": null,\n                            \"additionalProductsText\": null,\n                            \"discounts\": null\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e513b3ad-d707-4c65-b9ab-d2039511b60d"}],"id":"dd804a4e-c021-48ef-a1d6-31cb5468997f","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>By providing supplier, tariff, and usage information to the Quote endpoint, you can generate a comparison between the customer's existing cost of gas and electricity vs. the cost of other tariffs currently available on the market.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a POST request payload as shown in example below.</p>\n<p>Description of POST body parameters:</p>\n<p>*REQUIRED fields</p>\n<ul>\n<li><p><strong>data:</strong></p>\n<ul>\n<li><p><strong>type:</strong> always \"QuoteRequest\"</p>\n</li>\n<li><p><strong>attributes:</strong></p>\n<ul>\n<li><p><strong>criteria:</strong></p>\n<ul>\n<li><p><strong>fuelType</strong>* (enum): what kind of tariffs do you want in your quote search results? choices: <code>elec</code>, <code>gas</code>, or <code>dual</code></p>\n</li>\n<li><p><strong>postcode</strong>* (string): supply the customer's postcode to ensure their search results have any supplier-specific postcode-related filtering rules applied</p>\n</li>\n<li><p><strong>distributorId</strong>* (numerical 10-23): supply the customer's distributor ID</p>\n</li>\n<li><p><strong>separateSuppliers</strong> (boolean): for a dual quote, indicate whether the customer has one dual tariff or two separate gas and electricity ones</p>\n</li>\n<li><p><strong>includeReviewTariffs</strong> (boolean): choose whether to show tariffs available only for review (not available for signup)</p>\n</li>\n<li><p><strong>desiredPayTypes</strong>* (list of enum's): list the customers' desired payment types (choose one or many from the list below)</p>\n</li>\n<li><p><strong>searchStartDate</strong> (optional YYYY-MM-DD): perform the quote using pricing data from a date in the past</p>\n</li>\n<li><p><strong>useDefaultExistingSuppliers</strong> (boolean): perform the quote using a default supplier for the distribution area and the supplier's Standard tariff?</p>\n</li>\n<li><p><strong>filterSupplierName</strong> (string): perform the quote only against a particular supplierName</p>\n</li>\n<li><p><strong>includeTestTariffs</strong> (boolean): include non-live test tariffs in the search results?</p>\n</li>\n<li><p><strong>showHistoricTariffs</strong> (boolean): include tariffs based on regulatory start/end dates rather than onsale start/end dates?</p>\n</li>\n<li><p><strong>rmrNonCompliantCalculation</strong> (boolean): if true, include a (separate) savings quote (in the nonRmrSaving fields) based on the tariff lasting for the full year of the quote period, rather than falling back to Standard tariffs if the tariff ends before the full year</p>\n</li>\n<li><p><strong>hasExistingSupply</strong> (boolean): if false, perform the quote without providing any <code>existingTariffs</code> fields in the quote request (except for <code>existingTariffs.elec.pricePlanId</code>). Rates for the customer's existing energy supply will then not be looked up, and savings figures will not be calculated for each search result.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>usage:</strong></p>\n<ul>\n<li><p><strong>elec:</strong> you must provide ONE of either spend, kwh, or usage estimation</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): how much does the customer currently spend?</p>\n</li>\n<li><p><strong>spendInterval</strong> (enum): does the spend apply to <code>month</code>, <code>quarter</code>, or <code>year</code>?</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): how much does the customer currently use in kWh?</p>\n</li>\n<li><p><strong>kwhInterval</strong> (enum): does the kwh amount apply to <code>month</code>, <code>quarter</code>, or <code>year</code>?</p>\n</li>\n<li><p><strong>nightUsagePercentage</strong> (decimal 0-100): required if on an E7 tariff. What is customer's kWh usage is at night?</p>\n</li>\n<li><p><strong>unknownUsageType</strong> (enum): <code>use-ofgem-averages</code>, <code>use-profiling</code>, or blank</p>\n</li>\n<li><p><strong>ofgemAverage</strong> (enum): if <code>unknownUsageType</code> is <code>use-ofgem-averages</code>, then choose from OFGEM standard values of: <code>low</code>, <code>medium</code>, <code>high</code></p>\n</li>\n<li><p><strong>people</strong> (integer 1-5): if <code>unknownUsageType</code> is <code>use-profiling</code>, then enter the number of people in the home (up to 5)</p>\n</li>\n<li><p><strong>bedrooms</strong> (integer 1-5): if <code>unknownUsageType</code> is <code>use-profiling</code>, then enter the number of bedrooms in the home (up to 5)</p>\n</li>\n<li><p><strong>typeOfHome</strong> (enum): if <code>unknownUsageType</code> is <code>use-profiling</code>, then choose the type of home: <code>bungalow</code>, <code>detached</code>, <code>flat-or-maisonette</code>, <code>semi-detached</code>, <code>terraced</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas:</strong> you must provide ONE of either spend, kwh, or usage estimation</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): how much does the customer currently spend?</p>\n</li>\n<li><p><strong>spendInterval</strong> (enum): does the spend apply to <code>month</code>, <code>quarter</code>, or <code>year</code>?</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): how much does the customer currently use in kWh?</p>\n</li>\n<li><p><strong>kwhInterval</strong> (enum): does the kwh amount apply to <code>month</code>, <code>quarter</code>, or <code>year</code>?</p>\n</li>\n<li><p><strong>nightUsagePercentage</strong> (decimal 0-100): if on an E7 tariff, what percentage of the customer's kWh usage is at night?</p>\n</li>\n<li><p><strong>unknownUsageType</strong> (enum): <code>use-ofgem-averages</code>, <code>use-profiling</code>, or blank</p>\n</li>\n<li><p><strong>ofgemAverage</strong> (enum): if <code>unknownUsageType</code> is <code>use-ofgem-averages</code>, then choose from OFGEM standard values of: <code>low</code>, <code>medium</code>, <code>high</code></p>\n</li>\n<li><p><strong>people</strong> (integer 1-5): if <code>unknownUsageType</code> is <code>use-profiling</code>, then enter the number of people in the home (up to 5)</p>\n</li>\n<li><p><strong>bedrooms</strong> (integer 1-5): if <code>unknownUsageType</code> is <code>use-profiling</code>, then enter the number of bedrooms in the home (up to 5)</p>\n</li>\n<li><p><strong>typeOfHome</strong> (enum): if <code>unknownUsageType</code> is <code>use-profiling</code>, then choose the type of home: <code>bungalow</code>, <code>detached</code>, <code>flat-or-maisonette</code>, <code>semi-detached</code>, <code>terraced</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>existingTariffs:</strong></p>\n<ul>\n<li><p><strong>elec:</strong></p>\n<ul>\n<li><p><strong>supplierName</strong>* (string): choose the customer's existing supplierName from the suppliers endpoint (or provide a supplierCode instead)</p>\n</li>\n<li><p><strong>supplierCode</strong> (string): if preferred, you can provide a supplierCode rather than a supplierName</p>\n</li>\n<li><p><strong>tariffName</strong>* (string): choose the customer's existing tariffName from the tariffs endpoint</p>\n</li>\n<li><p><strong>tariffEndDate</strong> (optional, YYYY-MM-DD): if the tariff may end within the next year, and doesn't have an absolute end date, the customer can provide their tariff end date</p>\n</li>\n<li><p><strong>paymentTypes</strong>* (list of enum's): choose the customer's existing payment type(s); see list below</p>\n</li>\n<li><p><strong>smartMeter</strong> (boolean): is the customer currently on a smart meter?</p>\n</li>\n<li><p><strong>paperlessBill</strong> (boolean): is the customer using paperless billing?</p>\n</li>\n<li><p><strong>pricePlanId</strong>* (enum): is the customer on a <code>std</code> or <code>e7</code> price plan?</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas:</strong></p>\n<ul>\n<li><p><strong>supplierName</strong>* (string): choose the customer's existing supplierName from the suppliers endpoint (or provide a supplierCode instead)</p>\n</li>\n<li><p><strong>tariffName</strong>* (string): choose the customer's existing tariffName from the tariffs endpoint</p>\n</li>\n<li><p><strong>productCode</strong> (string): supplier's internal product code for this tariff</p>\n</li>\n<li><p><strong>tariffEndDate</strong> (optional, YYYY-MM-DD): if the tariff may end within the next year, and doesn't have an absolute end date, the customer can provide their tariff end date</p>\n</li>\n<li><p><strong>paymentTypes</strong>* (list of enum's): choose the customer's existing payment type(s); see list below</p>\n</li>\n<li><p><strong>smartMeter</strong> (boolean): is the customer currently on a smart meter?</p>\n</li>\n<li><p><strong>paperlessBill</strong> (boolean): is the customer using paperless billing?</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>address:</strong></p>\n<ul>\n<li>address fields if the UPRN/UDPRN were supplied in the quote request</li>\n</ul>\n</li>\n<li><p><strong>contactDetails:</strong></p>\n<ul>\n<li>contact detail fields if they were supplied in the quote request</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>*REQUIRED fields</p>\n<h2 id=\"response\">Response:</h2>\n<p>On success, returns HTTP code 201.</p>\n<p>Payload contains details on the customer's existing spend, and details on the unit rates and spends of a list of tariff search results.</p>\n<ul>\n<li><p><strong>data</strong>:</p>\n<ul>\n<li><p><strong>type</strong>: always \"Quote\"</p>\n</li>\n<li><p><strong>id</strong> (integer): unique quote ID</p>\n</li>\n<li><p><strong>attributes</strong>:</p>\n<ul>\n<li><p><strong>key</strong> (string): unique quote key (hash) to use for signing up to this quote</p>\n</li>\n<li><p><strong>criteria</strong>:</p>\n<ul>\n<li><p><strong>fuelType</strong> (enum): <code>dual</code>, <code>elec</code>, <code>gas</code> from request</p>\n</li>\n<li><p><strong>distributorId</strong> (integer 10-23): distributor ID from request</p>\n</li>\n<li><p><strong>gspId</strong> (string): distributor ID converted to GSP ID, e.g. if distributor ID is <code>17</code>, this returns <code>_P</code></p>\n</li>\n<li><p><strong>includeTestTariffs</strong> (boolean): from request</p>\n</li>\n<li><p><strong>showHistoricTariffs</strong> (boolean): passed through from request</p>\n</li>\n<li><p><strong>searchStartDate</strong> (YYYY-MM-DD): passed through from request</p>\n</li>\n<li><p><strong>useDefaultExistingSuppliers</strong> (boolean): passed through from request</p>\n</li>\n<li><p><strong>rmrNonCompliantCalculation</strong> (boolean): passed through from request</p>\n</li>\n</ul>\n</li>\n<li><p><strong>usage</strong>:</p>\n<ul>\n<li><p><strong>spendTotal</strong> (decimal): total annual spend on existing tariff over the quote period (the next year)</p>\n</li>\n<li><p><strong>elec</strong>:</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): annual elec spend on existing tariff over the quote period (the next year)</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): annual elec kWh usage</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong>:</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): annual gas spend on existing tariff over the quote period (the next year)</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): annual gas kWh usage</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>existingTariffs</strong>:</p>\n<ul>\n<li><p><strong>elec</strong>:</p>\n<ul>\n<li><p><strong>supplierName</strong> (string): existing elec supplierName</p>\n</li>\n<li><p><strong>supplierCode</strong> (string): existing elec supplierCode</p>\n</li>\n<li><p><strong>supplierImageUrl</strong> (string): supplier logo image URL</p>\n</li>\n<li><p><strong>tariffName</strong> (string): existing elec tariffName</p>\n</li>\n<li><p><strong>productCode</strong> (string): supplier's internal code for this tariff</p>\n</li>\n<li><p><strong>tariffTypes</strong> (list of strings): <code>variable</code>, <code>fixed</code>, etc.</p>\n</li>\n<li><p><strong>paymentType</strong> (enum): see list of possible Payment Types below</p>\n</li>\n<li><p><strong>pricePlanId</strong> (enum): <code>std</code> or <code>e7</code></p>\n</li>\n<li><p><strong>unitRate1</strong> (decimal): primary unit rate, if STD (pence)</p>\n</li>\n<li><p><strong>unitRate2</strong> (decimal): secondary unit rate, if STD (pence)</p>\n</li>\n<li><p><strong>unitRate1DayE7</strong> (decimal): primary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRate2DayE7</strong> (decimal): secondary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRateNightE7</strong> (decimal): night rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitLimit1Quarter</strong> (decimal): primary rate limit (kWh)</p>\n</li>\n<li><p><strong>standingCharge</strong> (decimal): standing charge (pence)</p>\n</li>\n<li><p><strong>exitFee</strong> (decimal): exit fee in pounds</p>\n</li>\n<li><p><strong>exitFeeEndDate</strong> (date): exit fee end date</p>\n</li>\n<li><p><strong>fixedTermEndMonths</strong> (decimal): fixed term end, if in months</p>\n</li>\n<li><p><strong>fixedTermEndDate</strong> (date): fixed term end, if exact date</p>\n</li>\n<li><p><strong>regulatoryStartDate</strong> (date): regulatory start date</p>\n</li>\n<li><p><strong>regulatoryEndDate</strong> (date): regulatory end date</p>\n</li>\n<li><p><strong>tariffEndDate</strong> (date): optional customer-supplied tariff end date</p>\n</li>\n<li><p><strong>monthlyFee</strong> (decimal): monthly fee (pounds)</p>\n</li>\n<li><p><strong>monthlyFeeDescription</strong> (decimal): monthly fee description</p>\n</li>\n<li><p><strong>discounts</strong> (LIST of discount objects):</p>\n<ul>\n<li><p><strong>label</strong> (string): short description</p>\n</li>\n<li><p><strong>value</strong> (decimal): discount value in pounds</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong>:</p>\n<ul>\n<li>[this object is same as <strong>elec</strong> above except will not have these fields: \"pricePlanId\", \"unitRate1DayE7\", \"unitRate2DayE7\", \"unitRateNightE7\"]</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>rolloverCalculation</strong>: this structure only appears if customer rolled over onto Standard tariff(s) during the ensuing one-year quote period</p>\n<ul>\n<li><p><strong>fixedTariff</strong>: details of the initial fixed tariff (tariff before the rollover)</p>\n<ul>\n<li><p><strong>elec</strong>:</p>\n<ul>\n<li><p><strong>fraction</strong> (decimal): decimal fraction of kWh usage for this tariff</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): kWh usage for this tariff</p>\n</li>\n<li><p><strong>days</strong> (decimal): days on this tariff</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong>:</p>\n<ul>\n<li><p><strong>fraction</strong> (decimal): decimal fraction of kWh usage for this tariff</p>\n</li>\n<li><p><strong>kwh</strong> (decimal): kWh usage for this tariff</p>\n</li>\n<li><p><strong>days</strong> (decimal): number of days on this tariff</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>deemedTariffs</strong>: details of one or more rollover/deemed standard tariffs</p>\n<ul>\n<li><p><strong>elec</strong> (LIST of objects):</p>\n<ul>\n<li><p><strong>supplierName</strong> (string): supplierName</p>\n</li>\n<li><p><strong>supplierCode</strong> (string): supplierCode</p>\n</li>\n<li><p><strong>tariffName</strong> (string): tariffName</p>\n</li>\n<li><p><strong>standingCharge</strong> (decimal): standing charge (pence)</p>\n</li>\n<li><p><strong>unitRate1</strong> (decimal): primary unit rate (pence)</p>\n</li>\n<li><p><strong>unitRate2</strong> (decimal): secondary unit rate (pence)</p>\n</li>\n<li><p><strong>unitRate1DayE7</strong> (decimal): primary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRate2DayE7</strong> (decimal): secondary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRateNightE7</strong> (decimal): night rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRate1LimitQuarter</strong> (decimal): primary rate limit (kWh)</p>\n</li>\n<li><p><strong>discountsTotal</strong> (decimal): discounts in pounds</p>\n</li>\n<li><p><strong>kwhDay</strong> (decimal): kWh usage for this tariff (day)</p>\n</li>\n<li><p><strong>kwhNight</strong> (decimal): kWh usage for this tariff (night)</p>\n</li>\n<li><p><strong>fractionDay</strong> (decimal): decimal fraction of kWh usage for this tariff (day)</p>\n</li>\n<li><p><strong>fractionNight</strong> (decimal): decimal fraction of kWh usage for this tariff (night)</p>\n</li>\n<li><p><strong>days</strong> (decimal): number of days on this tariff</p>\n</li>\n<li><p><strong>spend</strong> (decimal): spend on this tariff</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong> (LIST of objects):</p>\n<ul>\n<li>[this object is same as <strong>elec</strong> above except will not have \"unitRateE7\", and will have \"kWh\" instead of \"kWhDay\"/\"kWhNight\", and will have \"fraction\" instead of \"fractionDay\"/\"fractionNight\"]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>links:</strong></p>\n<ul>\n<li><p><strong>unsubscribeUrl</strong> (string): if generating a Quick Quote, and sending a Quick Quote email, used internally for populating the unsubscribe link</p>\n</li>\n<li><p><strong>quoteUrl</strong> (string): if generating a Quick Quote, and not sending a Quick Quote email, this URL links to the GoCompare Energy PCW web site, with all fields prefilled data from the Quick Quote data</p>\n</li>\n</ul>\n</li>\n<li><p><strong>searchResults</strong> (LIST of tariff search result objects):</p>\n<ul>\n<li><p><strong>id</strong> (integer): price ID (unique for every tariff's price)</p>\n</li>\n<li><p><strong>usage</strong>:</p>\n<ul>\n<li><p><strong>spendTotal</strong> (decimal): annual spend (for both fuels)</p>\n</li>\n<li><p><strong>savingsTotal</strong> (decimal): annual savings (for both fuels) vs. customer's existing spend</p>\n</li>\n<li><p><strong>nonRmrSavingTotal</strong> (decimal): only shown if rmrNonCompliantCalculation is true</p>\n</li>\n<li><p><strong>elec</strong>:</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): annual spend (for elec only)</p>\n</li>\n<li><p><strong>savings</strong> (decimal): annual savings (for elec only) vs. customer's existing spend</p>\n</li>\n<li><p><strong>spendMonthlyDDEqualPayments</strong> (decimal): monthly Direct Debit amount (for elec only) if spread evenly through the year</p>\n</li>\n<li><p><strong>spendMonthlyDDWithUplift</strong> (decimal): monthly Direct Debit amount (for elec only) for the first month if tariff has a winter uplift or summer discount</p>\n</li>\n<li><p><strong>nonRmrSaving</strong> (decimal): only shown if rmrNonCompliantCalculation is true</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong>:</p>\n<ul>\n<li><p><strong>spend</strong> (decimal): annual spend (for gas only)</p>\n</li>\n<li><p><strong>savings</strong> (decimal): annual savings (for gas only) vs. customer's existing spend</p>\n</li>\n<li><p><strong>spendMonthlyDDEqualPayments</strong> (decimal): monthly Direct Debit amount (for gas only) if spread evenly through the year</p>\n</li>\n<li><p><strong>spendMonthlyDDWithUplift</strong> (decimal): monthly Direct Debit amount (for gas only) for the first month if tariff has a winter uplift or summer discount</p>\n</li>\n<li><p><strong>nonRmrSaving</strong> (decimal): only shown if rmrNonCompliantCalculation is true</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>tariff</strong>:</p>\n<ul>\n<li><p><strong>supplierId</strong> (integer): supplierId</p>\n</li>\n<li><p><strong>supplierCode</strong> (string, 10 characters): supplierCode</p>\n</li>\n<li><p><strong>supplierName</strong> (string): supplierName</p>\n</li>\n<li><p><strong>supplierImageUrl</strong> (string): supplier logo image URL</p>\n</li>\n<li><p><strong>tariffName</strong> (string): tariffName</p>\n</li>\n<li><p><strong>tariffCode</strong> (string): ELX tariff code</p>\n</li>\n<li><p><strong>tariffTypes</strong> (list of strings): <code>variable</code>, <code>fixed</code>, etc.</p>\n</li>\n<li><p><strong>tariffTermsPdf</strong> (string): URL to T&amp;C PDF for this tariff</p>\n</li>\n<li><p><strong>straplineText</strong> (string): tariff strapline text</p>\n</li>\n<li><p><strong>synopsisText</strong> (string): long-form tariff synopsis text</p>\n</li>\n<li><p><strong>featureText</strong> (LIST of strings): each string contains a feature of the tariff</p>\n</li>\n<li><p><strong>paymentType</strong> (enum): payment type (see list of Payment Types below)</p>\n</li>\n<li><p><strong>spendMonthlyDDEqualPayments</strong> (decimal): monthly Direct Debit amount if spread evenly through the year</p>\n</li>\n<li><p><strong>spendMonthlyDDWithUplift</strong> (decimal): monthly Direct Debit amount for the first month if tariff has a winter uplift or summer discount</p>\n</li>\n<li><p><strong>fixedTermEndMonths</strong> (decimal): fixed term end, if in months</p>\n</li>\n<li><p><strong>fixedTermEndDate</strong> (date): fixed term end, if exact date</p>\n</li>\n<li><p><strong>regulatoryStartDate</strong> (date): regulatory start date</p>\n</li>\n<li><p><strong>regulatoryEndDate</strong> (date): regulatory end date</p>\n</li>\n<li><p><strong>onsaleStartDate</strong> (date): on-sale start date</p>\n</li>\n<li><p><strong>onsaleEndDate</strong> (date): on-sale end date</p>\n</li>\n<li><p><strong>paperBills</strong> (boolean): is the tariff available via paper billing?</p>\n</li>\n<li><p><strong>paperlessBills</strong> (boolean): is the tariff available via paperless billing?</p>\n</li>\n<li><p><strong>supplierImageUrl</strong> (string): URL to image for this supplier</p>\n</li>\n<li><p><strong>exitFeeCombined</strong> (date): exit fee (irrespective of which fuel the customer leaves)</p>\n</li>\n<li><p><strong>exitFeeEndDate</strong> (date): exit fee end date</p>\n</li>\n<li><p><strong>monthlyFee</strong> (decimal): monthly fee (pounds)</p>\n</li>\n<li><p><strong>monthlyFeeDescription</strong> (decimal): monthly fee description</p>\n</li>\n<li><p><strong>phoneMobileMandatory</strong> (boolean): is a mobile phone mandatory for this tariff?</p>\n</li>\n<li><p><strong>signupLinkConfig</strong> (JSON): config for a click-out link from the search results to an external supplier's site rather than our signup process</p>\n</li>\n<li><p><strong>uiConfig:</strong></p>\n<ul>\n<li><strong>directDebitEnabled</strong> (boolean): should we require the customer enter Direct Debit info to sign up for this tariff?</li>\n</ul>\n</li>\n<li><p><strong>switchable</strong> (boolean): is this tariff available for signup online on this white label? (white label brand identified by partnerUUID)</p>\n</li>\n<li><p><strong>elec</strong>:</p>\n<ul>\n<li><p><strong>productCode</strong> (string): supplier's internal code for this tariff</p>\n</li>\n<li><p><strong>unitRate1</strong> (decimal): primary unit rate, if STD (pence)</p>\n</li>\n<li><p><strong>unitRate2</strong> (decimal): secondary unit rate, if STD (pence)</p>\n</li>\n<li><p><strong>unitRate1DayE7</strong> (decimal): primary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRate2DayE7</strong> (decimal): secondary day rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitRateNightE7</strong> (decimal): night rate, if E7 (pence)</p>\n</li>\n<li><p><strong>unitLimit1Quarter</strong> (decimal): primary rate limit (kWh)</p>\n</li>\n<li><p><strong>standingCharge</strong> (decimal): standing charge (pence)</p>\n</li>\n<li><p><strong>exitFee</strong> (decimal): exit fee in pounds</p>\n</li>\n<li><p><strong>additionalProductsText</strong> (string): additional products text</p>\n</li>\n<li><p><strong>pricePlanId</strong> (enum): <code>std</code> or <code>e7</code></p>\n</li>\n<li><p><strong>discounts</strong> (LIST of discount objects):</p>\n<ul>\n<li><p><strong>label</strong> (string): short description</p>\n</li>\n<li><p><strong>value</strong> (decimal): discount value in pounds</p>\n</li>\n</ul>\n</li>\n<li><p><strong>isRetention</strong> (boolean): is this a retention fuel (the customer is already supplied by this supplier for this fuel)?</p>\n</li>\n</ul>\n</li>\n<li><p><strong>gas</strong>:</p>\n<ul>\n<li>[this object is same as <strong>elec</strong> above except will not have these fields: \"pricePlanId\", \"unitRate1DayE7\", \"unitRate2DayE7\", \"unitRateNightE7\"]</li>\n</ul>\n</li>\n<li><p><strong>rolloverCalculation</strong>: this structure only appears if this tariff ends and rolls over onto a Standard tariff(s) during the ensuing one-year quote period. The structure is identical to \"rolloverCalculation\" under \"attributes\" above.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"payment-types\">Payment Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Allowable Payment Type's</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>monthly-fixed-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-variable-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-debit-credit-card</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>quarterly-variable-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-cash-cheque</code></td>\n<td>Pay on Receipt of Bill</td>\n</tr>\n<tr>\n<td><code>quarterly-cash-cheque</code></td>\n<td>Pay on Receipt of Bill</td>\n</tr>\n<tr>\n<td><code>prepayment-meter</code></td>\n<td>Prepayment</td>\n</tr>\n<tr>\n<td><code>pay-as-you-go</code></td>\n<td>Prepayment</td>\n</tr>\n<tr>\n<td><code>quarterly-equal-payments</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>regular-cash-payments</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>quarterly-debit-card</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>monthly-card</code></td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dd804a4e-c021-48ef-a1d6-31cb5468997f"},{"name":"Suppliers Endpoint (supplier list)","item":[{"name":"Suppliers","id":"aca678ff-4b91-4cae-a460-ac9466d47c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/energy-switch/v1/suppliers","urlObject":{"path":["energy-switch","v1","suppliers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"305ca6da-0fd3-4ad9-8bb1-17912375931d","name":"Suppliers Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/v1/suppliers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"Supplier\",\n            \"id\": 8,\n            \"attributes\": {\n                \"supplierId\": 8,\n                \"supplierName\": \"Co-operative Energy\",\n                \"supplierNameSlug\": \"co-operative-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/co-operative-energy.jpg?auto=format&fm=png&w=320&s=5e2c361092cec86c641aba42b091d33c\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/co-operative-energy.jpg?auto=format&fm=png&w=640&s=b29f93bf753df5046164ea9711b78b7b\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 3.5945945945945947\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 54,\n            \"attributes\": {\n                \"supplierId\": 54,\n                \"supplierName\": \"So Energy\",\n                \"supplierNameSlug\": \"so-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/so-energy.gif?auto=format&fm=png&w=320&s=05b77b809f0f8901b1e23706e882d8af\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/so-energy.gif?auto=format&fm=png&w=640&s=cbcc2116f0acd7f1d46327f132df26ab\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.656441717791411\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 135,\n            \"attributes\": {\n                \"supplierId\": 135,\n                \"supplierName\": \"Utility Warehouse\",\n                \"supplierNameSlug\": \"utility-warehouse\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/utility-warehouse.svg?auto=format&fm=png&w=320&s=4c1a60268163c7366ef83bd9f525e668\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/utility-warehouse.svg?auto=format&fm=png&w=640&s=9c16b8b3078fa1b497a5ad23d7ebad09\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 10,\n            \"attributes\": {\n                \"supplierId\": 10,\n                \"supplierName\": \"Good Energy\",\n                \"supplierNameSlug\": \"good-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/good-energy.png?auto=format&fm=png&w=320&s=6526c52f7ebb7c3d69192285ef378902\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/good-energy.png?auto=format&fm=png&w=640&s=ec68be7f4ae697752eb7456efcc10cc9\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 58,\n            \"attributes\": {\n                \"supplierId\": 58,\n                \"supplierName\": \"E\",\n                \"supplierNameSlug\": \"e\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/e.gif?auto=format&fm=png&w=320&s=3614ce248cc7e39bc6e6032c42a32029\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/e.gif?auto=format&fm=png&w=640&s=de63856d6bcac1fd4d5aac09383ac1a4\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 3,\n            \"attributes\": {\n                \"supplierId\": 3,\n                \"supplierName\": \"E.ON\",\n                \"supplierNameSlug\": \"eon\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/eon.gif?auto=format&fm=png&w=320&s=9351f5d45a362c579e6eb60bf0c15aaf\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/eon.gif?auto=format&fm=png&w=640&s=59ff69b4b3d9473118d98d7c67b36e9f\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.473053892215569\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 21,\n            \"attributes\": {\n                \"supplierId\": 21,\n                \"supplierName\": \"SSE Atlantic\",\n                \"supplierNameSlug\": \"sse-atlantic\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-atlantic.gif?auto=format&fm=png&w=320&s=d7f39f941b466d12240351ab6c9fc392\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-atlantic.gif?auto=format&fm=png&w=640&s=762e3266c65fe75a11d619dd9a53db9f\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 18,\n            \"attributes\": {\n                \"supplierId\": 18,\n                \"supplierName\": \"Sainsbury's Energy\",\n                \"supplierNameSlug\": \"sainsburys-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/sainsburys-energy.jpg?auto=format&fm=png&w=320&s=dbdd6ba27b240d990d2ad48f0df59eb4\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/sainsburys-energy.jpg?auto=format&fm=png&w=640&s=281294e861fd4e7b1306b24a4b487039\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.1020408163265305\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 108,\n            \"attributes\": {\n                \"supplierId\": 108,\n                \"supplierName\": \"Outfox the Market\",\n                \"supplierNameSlug\": \"outfox-the-market\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/outfox-the-market.png?auto=format&fm=png&w=320&s=7c7683dd0d2824903ca6ecc514d556a3\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/outfox-the-market.png?auto=format&fm=png&w=640&s=7b66d90843c0100ac80f8c35ccd44d6c\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 3\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 4,\n            \"attributes\": {\n                \"supplierId\": 4,\n                \"supplierName\": \"EDF Energy\",\n                \"supplierNameSlug\": \"edf-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/edf-energy.pdf?auto=format&fm=png&w=320&s=d0684d5a32a6074ff12f77c9f8818c2c\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/edf-energy.pdf?auto=format&fm=png&w=640&s=1954a1598644453ccc9b925e952784aa\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.557312252964427\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 149,\n            \"attributes\": {\n                \"supplierId\": 149,\n                \"supplierName\": \"Square1 Energy\",\n                \"supplierNameSlug\": \"square1-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/square1-energy.png?auto=format&fm=png&w=320&s=f1cc27d0d6005ff9c585ad7f9073a6d8\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/square1-energy.png?auto=format&fm=png&w=640&s=679a09feff934e6a076be7222717ba93\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 148,\n            \"attributes\": {\n                \"supplierId\": 148,\n                \"supplierName\": \"Ebico Living\",\n                \"supplierNameSlug\": \"ebico-living\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/ebico-living.png?auto=format&fm=png&w=320&s=fe28b0c22e1a028e3cf25c2836e7beab\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/ebico-living.png?auto=format&fm=png&w=640&s=61e48f592f46653db7c14439bd49b9bc\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 133,\n            \"attributes\": {\n                \"supplierId\": 133,\n                \"supplierName\": \"Shell Energy\",\n                \"supplierNameSlug\": \"shell-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/shell-energy.png?auto=format&fm=png&w=320&s=5d7e56ca8451a71ceee221f5183f720b\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/shell-energy.png?auto=format&fm=png&w=640&s=85f2bc15ffeeec5f229b3cdf2dbfe937\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.456140350877193\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 6,\n            \"attributes\": {\n                \"supplierId\": 6,\n                \"supplierName\": \"SSE\",\n                \"supplierNameSlug\": \"sse\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse.gif?auto=format&fm=png&w=320&s=3d9debb95c22066e7c4b10ecf7d42c29\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse.gif?auto=format&fm=png&w=640&s=a663b54fef2c8ae024e991a826860140\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.428571428571429\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 20,\n            \"attributes\": {\n                \"supplierId\": 20,\n                \"supplierName\": \"Utilita\",\n                \"supplierNameSlug\": \"utilita\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/utilita.pdf?auto=format&fm=png&w=320&s=2733ddb77f3741c3cb52718bda821677\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/utilita.pdf?auto=format&fm=png&w=640&s=50e5d7a7e4d4e153dd3d09bda6824845\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.083333333333333\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 106,\n            \"attributes\": {\n                \"supplierId\": 106,\n                \"supplierName\": \"ESB Energy\",\n                \"supplierNameSlug\": \"esb-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/esb-energy.png?auto=format&fm=png&w=320&s=9f302da8ba9870f86f5815fc8d3e1d65\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/esb-energy.png?auto=format&fm=png&w=640&s=fa8756f93b76f4820664c13b6f2672fa\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 1,\n            \"attributes\": {\n                \"supplierId\": 1,\n                \"supplierName\": \"ScottishPower\",\n                \"supplierNameSlug\": \"scottishpower\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&w=320&s=311507b6e6ccba5e83ca48f6fdeedf4a\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/scottishpower.png?auto=format&fm=png&w=640&s=4a4098cc9b434af8b57ffe9b5808797b\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.153846153846154\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 147,\n            \"attributes\": {\n                \"supplierId\": 147,\n                \"supplierName\": \"E.ON Next\",\n                \"supplierNameSlug\": \"eon-next\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&w=320&s=2441a26840429252a0557b90b1bc948c\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/eon-next.pdf?auto=format&fm=png&w=640&s=33ed20df9ae47cad32ab92288cc72cd5\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 2\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 5,\n            \"attributes\": {\n                \"supplierId\": 5,\n                \"supplierName\": \"British Gas\",\n                \"supplierNameSlug\": \"british-gas\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/british-gas.pdf?auto=format&fm=png&w=320&s=0a5082dccd114e7789fb8f2de3e9629d\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/british-gas.pdf?auto=format&fm=png&w=640&s=53aaec71534f97ddc02106ea2415dfe6\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.086956521739131\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 22,\n            \"attributes\": {\n                \"supplierId\": 22,\n                \"supplierName\": \"SSE Scottish Hydro\",\n                \"supplierNameSlug\": \"sse-scottish-hydro\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-scottish-hydro.gif?auto=format&fm=png&w=320&s=2459684d8f6619814589989444eec148\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-scottish-hydro.gif?auto=format&fm=png&w=640&s=adeb8f246d684c0248c5268a031125e0\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.166666666666667\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 24,\n            \"attributes\": {\n                \"supplierId\": 24,\n                \"supplierName\": \"SSE Swalec\",\n                \"supplierNameSlug\": \"sse-swalec\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-swalec.gif?auto=format&fm=png&w=320&s=403d5e668b096133e7b4470daf4bf11e\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-swalec.gif?auto=format&fm=png&w=640&s=e1a29aa8b6391c87c6df71024eff784a\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 5\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 23,\n            \"attributes\": {\n                \"supplierId\": 23,\n                \"supplierName\": \"SSE Southern Electric\",\n                \"supplierNameSlug\": \"sse-southern-electric\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-southern-electric.gif?auto=format&fm=png&w=320&s=45ee23063e9cb4a14850c87850673b42\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/sse-southern-electric.gif?auto=format&fm=png&w=640&s=fbb9a1e95ab5b005e27cb2a143b903cc\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.142857142857143\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 15,\n            \"attributes\": {\n                \"supplierId\": 15,\n                \"supplierName\": \"OVO Energy\",\n                \"supplierNameSlug\": \"ovo-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/ovo-energy.pdf?auto=format&fm=png&w=320&s=088c7110f0343b97510dfc72f5b92f24\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/ovo-energy.pdf?auto=format&fm=png&w=640&s=42f1635580efcec5f3487f55dec6dc4c\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 4.453125\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 57,\n            \"attributes\": {\n                \"supplierId\": 57,\n                \"supplierName\": \"Bulb\",\n                \"supplierNameSlug\": \"bulb\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/bulb.gif?auto=format&fm=png&w=320&s=f1ac7784cd0db4c61aea65c635a5c2a4\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/bulb.gif?auto=format&fm=png&w=640&s=c72c1b6c52e1441061c98f75aca760c0\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        },\n        {\n            \"type\": \"Supplier\",\n            \"id\": 60,\n            \"attributes\": {\n                \"supplierId\": 60,\n                \"supplierName\": \"Bristol Energy\",\n                \"supplierNameSlug\": \"bristol-energy\",\n                \"logoUrls\": [\n                    {\n                        \"name\": \"width-320\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/bristol-energy.gif?auto=format&fm=png&w=320&s=fe7014e9151afd542e175c81a7ece7b3\"\n                    },\n                    {\n                        \"name\": \"width-640\",\n                        \"url\": \"https://energylinx2.imgix.net/suppliers/bristol-energy.gif?auto=format&fm=png&w=640&s=4f31b06e75af7c871c82af21d31ceef8\"\n                    }\n                ],\n                \"rating\": {\n                    \"overall\": 0\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"aca678ff-4b91-4cae-a460-ac9466d47c08"}],"id":"fd21c5d8-db1e-436b-af14-5f5d05cb8576","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>Return a list of all suppliers, with minimal details for each. The supplier list can be narrowed down by some filter parameters.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a GET request payload as shown in example below.</p>\n<p>Available GET parameters:</p>\n<ul>\n<li><strong>fuelType:</strong> (optional) comma-separated list of any of these: <code>elec</code>, <code>gas</code>, <code>dual</code></li>\n<li><strong>distId:</strong> (optional) distributor identifier (number between 10-23 inclusive), which also will limit the results to tariffs which are within their regulatory start/end dates)</li>\n</ul>\n<h2 id=\"response\">Response:</h2>\n<p>On success, returns HTTP code 200.</p>\n<p>Payload contains a list of minimal supplier objects. Each minimal supplier object consists of:</p>\n<ul>\n<li><strong>data:</strong><ul>\n<li><strong>type:</strong> always \"Supplier\"</li>\n<li><strong>id:</strong> (int) supplierId; use this when calling the Tariffs endpoint to request a list of tariffs for a supplierId</li>\n<li><strong>attributes:</strong><ul>\n<li><strong>supplierId:</strong> (int) same as <strong>id</strong> above</li>\n<li><strong>supplierName:</strong> name of the supplier; use this in the Quote request payload</li>\n<li><strong>supplierNameSlug:</strong> slugified version of the supplier name (not used)</li>\n<li><strong>logoUrls</strong> [list]<ul>\n<li><strong>name:</strong> ID of logo size</li>\n<li><strong>url:</strong> URL to a logo image</li>\n</ul>\n</li>\n<li><strong>rating:</strong> how ELX customers have rated this supplier (when answering an email issued eight weeks after signup)<ul>\n<li><strong>overall:</strong> customers' rating of the supplier overall</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"fd21c5d8-db1e-436b-af14-5f5d05cb8576"},{"name":"Supplier Endpoint (supplier detail)","item":[{"name":"Supplier","id":"6159ff0f-4f39-44c0-9a8d-fd1e57af2f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/energy-switch/v1/supplier/4","urlObject":{"path":["energy-switch","v1","supplier","4"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"91e15ae2-9054-4741-9648-7a9ca34d981f","name":"Supplier Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v1/supplier/4"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"Supplier\",\n        \"id\": 4,\n        \"attributes\": {\n            \"supplierId\": 4,\n            \"supplierName\": \"EDF Energy\",\n            \"supplierCode\": \"EDF\",\n            \"supplierNameSlug\": \"edf-energy\",\n            \"logoUrls\": [\n                {\n                    \"name\": \"width-320\",\n                    \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/edf-energy.pdf?auto=format&fm=png&w=320&s=d0684d5a32a6074ff12f77c9f8818c2c\"\n                },\n                {\n                    \"name\": \"width-640\",\n                    \"url\": \"https://energylinx2.imgix.net/awsprod/suppliers/edf-energy.pdf?auto=format&fm=png&w=640&s=1954a1598644453ccc9b925e952784aa\"\n                }\n            ],\n            \"tradingNameGas\": \"EDF Energy (EDF Energy Customers Ltd)\",\n            \"tradingNameElec\": \"EDF Energy (EDF Energy Customers Ltd)\",\n            \"contact\": [\n                {\n                    \"type\": \"main\",\n                    \"url\": \"www.edfenergy.com\"\n                },\n                {\n                    \"type\": \"customer-service\",\n                    \"url\": null,\n                    \"email\": \"contactus@edfenergy.com\",\n                    \"phone\": \"03332005100\"\n                }\n            ],\n            \"text\": {\n                \"who-are-you\": {\n                    \"plain\": \"EDF is the UKs biggest generator of zero carbon electricity and the largest supplier of electricity by volume in Great Britain. It owns and operates eight nuclear power stations and 35 wind farms that generate that zero-carbon electricity. \\r\\n \\r\\n\\r\\nNote: The zero carbon electricity purchased is supplied into the National Grid. Customers receive electricity via the National Grid, not directly from zero-carbon generators. UK Fuel Mix disclosure information, published by BEIS, acknowledges electricity from wind, solar and nuclear fuel produces zero carbon dioxide at the point of generation. \\r\\n\\r\\n\\r\\nWhy switch to EDF Energy?\\r\\n\\r\\nEDF Energy offers:\\r\\n\\r\\n-\\tA range of fixed and bundled tariffs for electricity and gas\\r\\n-\\tA range of connected home products (from Amazon Echo to smart thermostats) to help you take your first step towards a smarter home direct from our Smart Home Store \\r\\n-\\tInsurance cover for your heating, boiler and much more \\r\\n-\\tA 100% renewable electric vehicle tariff called GoElectric for electric car drivers.\\r\\n\\r\\n\"\n                },\n                \"confirmation-what-happens\": {\n                    \"plain\": \"From start to finish, the process to switch takes around 17 Days.  You should not have to do anything and there will be no disruption to your supply.  They will write to let you know the date your supply will start, and will contact your old supplier to let them know about the switch.  If you are taking both electricity and gas from them, your supplies could start on different dates.  If you are simply changing tariff then the change will happen almost immediately.\\r\\n\\r\\nWhen changing supplier you will receive a welcome email and/or letter that provides all the details related to the transfer.\\r\\n\\r\\nIf you are changing supplier often your existing supplier may call you to attempt to change your mind, do remember that our service is 100% impartial and regardless of what you are told you simply cannot get a better deal than by using our service as we include every single tariff in our comparison.\\r\\n\\r\\nIf you are currently paying by direct debit we would recommend that you do not cancel any existing direct debits until such time as you know the date of the transfer.\"\n                }\n            },\n            \"config\": {\n                \"titles\": [\n                    \"Mr\",\n                    \"Miss\",\n                    \"Mrs\",\n                    \"Ms\",\n                    \"Dr\",\n                    \"Sir\",\n                    \"Prof\",\n                    \"Rev\"\n                ],\n                \"directDebit\": {\n                    \"enabled\": true,\n                    \"dates\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10,\n                        11,\n                        12,\n                        13,\n                        14,\n                        15,\n                        16,\n                        17,\n                        18,\n                        19,\n                        20,\n                        21,\n                        22,\n                        23,\n                        24,\n                        25,\n                        26,\n                        27,\n                        28\n                    ],\n                    \"serviceNumber\": \"249814\",\n                    \"tradingName\": \"EDF Energy Customers Ltd\",\n                    \"shortName\": \"EDF Energy\",\n                    \"address\": \"90 Whitfield Street, London, W1T 4EZ\"\n                },\n                \"employmentStatus\": {\n                    \"enabled\": false,\n                    \"mandatory\": false,\n                    \"promptText\": null\n                },\n                \"consentConfig\": {\n                    \"mandatory\": false\n                },\n                \"consentSupplierCreditCheck\": {\n                    \"enabled\": false,\n                    \"mandatory\": false\n                },\n                \"consentSupplierMarketing\": {\n                    \"enabled\": false,\n                    \"mandatory\": false\n                },\n                \"psrSection\": {\n                    \"promptText\": \"The Priority Services Register (PSR) is a free service provided by suppliers and network operators to customers in need.\"\n                },\n                \"psrMenu\": {\n                    \"psrValuesLimit\": 0,\n                    \"items\": [\n                        {\n                            \"name\": \"Additional Communication Needs\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Blind\",\n                                    \"value\": \"08\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Hearing Difficulties (Including Deaf)\",\n                                    \"value\": \"10.1\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Partially Sighted\",\n                                    \"value\": \"09\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Speech Difficulties\",\n                                    \"value\": \"10.2\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Unable to Communicate in English\",\n                                    \"value\": \"17\",\n                                    \"subItems\": [\n                                        {\n                                            \"name\": \"Arabic\",\n                                            \"value\": \"g\"\n                                        },\n                                        {\n                                            \"name\": \"Bengali (with Sylheti and Chatgaya)\",\n                                            \"value\": \"e\"\n                                        },\n                                        {\n                                            \"name\": \"Chinese - All Other\",\n                                            \"value\": \"i\"\n                                        },\n                                        {\n                                            \"name\": \"Deaf\",\n                                            \"value\": \"v\"\n                                        },\n                                        {\n                                            \"name\": \"English (English or Welsh if in Wales)\",\n                                            \"value\": \"a\"\n                                        },\n                                        {\n                                            \"name\": \"French\",\n                                            \"value\": \"h\"\n                                        },\n                                        {\n                                            \"name\": \"German\",\n                                            \"value\": \"q\"\n                                        },\n                                        {\n                                            \"name\": \"Gujarati\",\n                                            \"value\": \"f\"\n                                        },\n                                        {\n                                            \"name\": \"Italian\",\n                                            \"value\": \"n\"\n                                        },\n                                        {\n                                            \"name\": \"Lithuanian\",\n                                            \"value\": \"p\"\n                                        },\n                                        {\n                                            \"name\": \"Panjabi\",\n                                            \"value\": \"c\"\n                                        },\n                                        {\n                                            \"name\": \"Persian/Farsi\",\n                                            \"value\": \"r\"\n                                        },\n                                        {\n                                            \"name\": \"Polish\",\n                                            \"value\": \"b\"\n                                        },\n                                        {\n                                            \"name\": \"Portuguese\",\n                                            \"value\": \"j\"\n                                        },\n                                        {\n                                            \"name\": \"Romanian\",\n                                            \"value\": \"t\"\n                                        },\n                                        {\n                                            \"name\": \"Sign\",\n                                            \"value\": \"w\"\n                                        },\n                                        {\n                                            \"name\": \"Somali\",\n                                            \"value\": \"o\"\n                                        },\n                                        {\n                                            \"name\": \"Spanish\",\n                                            \"value\": \"k\"\n                                        },\n                                        {\n                                            \"name\": \"Tagalog/Filipino\",\n                                            \"value\": \"s\"\n                                        },\n                                        {\n                                            \"name\": \"Tamil\",\n                                            \"value\": \"l\"\n                                        },\n                                        {\n                                            \"name\": \"Turkish\",\n                                            \"value\": \"m\"\n                                        },\n                                        {\n                                            \"name\": \"Unknown\",\n                                            \"value\": \"x\"\n                                        },\n                                        {\n                                            \"name\": \"Urdu\",\n                                            \"value\": \"d\"\n                                        },\n                                        {\n                                            \"name\": \"Welsh\",\n                                            \"value\": \"u\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Age Related Needs\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Dementia(s)\",\n                                    \"value\": \"20\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Families with Young Children (5 or Under)\",\n                                    \"value\": \"29\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Pensionable Age\",\n                                    \"value\": \"14\",\n                                    \"subItems\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Medically Dependant\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Apnoea Monitor\",\n                                    \"value\": \"01.1\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Automated Medication\",\n                                    \"value\": \"03.1\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Careline / Telecare System\",\n                                    \"value\": \"24\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Chronic / Serious Illness\",\n                                    \"value\": \"22\",\n                                    \"subItems\": [\n                                        {\n                                            \"name\": \"Asthma\",\n                                            \"value\": \"d\"\n                                        },\n                                        {\n                                            \"name\": \"Cancer\",\n                                            \"value\": \"a\"\n                                        },\n                                        {\n                                            \"name\": \"COPD\",\n                                            \"value\": \"e\"\n                                        },\n                                        {\n                                            \"name\": \"Cystic Fibrosis\",\n                                            \"value\": \"g\"\n                                        },\n                                        {\n                                            \"name\": \"Diabetes\",\n                                            \"value\": \"h\"\n                                        },\n                                        {\n                                            \"name\": \"Heart Condition\",\n                                            \"value\": \"c\"\n                                        },\n                                        {\n                                            \"name\": \"Leukaemia\",\n                                            \"value\": \"b\"\n                                        },\n                                        {\n                                            \"name\": \"Lung Disease\",\n                                            \"value\": \"f\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"name\": \"Dialysis\",\n                                    \"value\": \"03.2\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Electric Bed\",\n                                    \"value\": \"12.1\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Feeding Pump\",\n                                    \"value\": \"03.3\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Heart, Lung and Ventilator\",\n                                    \"value\": \"02\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Hoist\",\n                                    \"value\": \"12.2\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"MDE - Electric Showering\",\n                                    \"value\": \"23\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Medicine Refrigeration\",\n                                    \"value\": \"25\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Nebuliser\",\n                                    \"value\": \"01.2\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Oxygen Concentrator\",\n                                    \"value\": \"04\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Oxygen Use\",\n                                    \"value\": \"26\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Stair Lift\",\n                                    \"value\": \"12.3\",\n                                    \"subItems\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Mobility Needs\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Physical Impairment\",\n                                    \"value\": \"15\",\n                                    \"subItems\": [\n                                        {\n                                            \"name\": \"Confined to Bed\",\n                                            \"value\": \"c\"\n                                        },\n                                        {\n                                            \"name\": \"Poor Mobility\",\n                                            \"value\": \"d\"\n                                        },\n                                        {\n                                            \"name\": \"Restricted Hand Movement\",\n                                            \"value\": \"b\"\n                                        },\n                                        {\n                                            \"name\": \"Unable to Answer the Door\",\n                                            \"value\": \"e\"\n                                        },\n                                        {\n                                            \"name\": \"Wheelchair User\",\n                                            \"value\": \"a\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"name\": \"Restricted Hand Movement\",\n                                    \"value\": \"28\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Restricted Movement\",\n                                    \"value\": \"19.1\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Unable to Answer the Door\",\n                                    \"value\": \"19.2\",\n                                    \"subItems\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Other Needs\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Additional Presence Preferred\",\n                                    \"value\": \"31\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Developmental Condition\",\n                                    \"value\": \"18\",\n                                    \"subItems\": [\n                                        {\n                                            \"name\": \"Autism / Asperger's\",\n                                            \"value\": \"a\"\n                                        },\n                                        {\n                                            \"name\": \"Learning Difficulties (Including Dyslexia)\",\n                                            \"value\": \"c\"\n                                        },\n                                        {\n                                            \"name\": \"Tourette Syndrome\",\n                                            \"value\": \"b\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"name\": \"Mental Health\",\n                                    \"value\": \"30\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Poor Sense of Smell\",\n                                    \"value\": \"27\",\n                                    \"subItems\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Temporary Needs\",\n                            \"items\": [\n                                {\n                                    \"name\": \"Life Changes\",\n                                    \"value\": \"32\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Post Hospital Recovery\",\n                                    \"value\": \"33\",\n                                    \"subItems\": null\n                                },\n                                {\n                                    \"name\": \"Young Adult Householder (Under 18)\",\n                                    \"value\": \"34\",\n                                    \"subItems\": null\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"psrQuestions\": [\n                    {\n                        \"id\": 1,\n                        \"mandatoryConditional\": \"no\",\n                        \"config\": {\n                            \"promptText\": \"Would you like to receive information about EDF Energy's Priority Services Register Scheme?\",\n                            \"questionType\": \"boolean\"\n                        }\n                    }\n                ]\n            },\n            \"rating\": {\n                \"overall\": 4.557312252964427,\n                \"overallCount\": 253,\n                \"switchingEase\": 4.492,\n                \"switchingEaseCount\": 250,\n                \"tariffPricing\": 4.244897959183674,\n                \"tariffPricingCount\": 245,\n                \"supplierCommunication\": 4.126016260162602,\n                \"supplierCommunicationCount\": 246,\n                \"supplierInformation\": 4.209876543209877,\n                \"supplierInformationCount\": 243\n            }\n        }\n    }\n}"}],"_postman_id":"6159ff0f-4f39-44c0-9a8d-fd1e57af2f87"}],"id":"ccc42473-e4c5-4f00-b708-67c5c149db93","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>Given a <strong>supplierId</strong>, return full details on just one supplier.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a GET request payload as shown in example below.</p>\n<p>Parameters within URL:</p>\n<ul>\n<li>Provide a <strong>supplierId</strong> in the URL (from list of suppliers in Suppliers endpoint).</li>\n</ul>\n<p>Available GET parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n<h2 id=\"response\">Response:</h2>\n<p>On success, returns HTTP code 200.</p>\n<p>Payload contains a list of supplier detail objects. Each supplier detail object consists of:</p>\n<ul>\n<li><strong>data:</strong><ul>\n<li><strong>type:</strong> always \"Supplier\"</li>\n<li><strong>id:</strong> (int) supplierId; use this when calling the Tariffs endpoint to request a list of tariffs for a supplierId</li>\n<li><strong>attributes:</strong><ul>\n<li><strong>supplierId:</strong> (int) same as <strong>id</strong> above</li>\n<li><strong>supplierName:</strong> name of the supplier; use this in the Quote request payload</li>\n<li><strong>supplierNameSlug:</strong> slugified version of the supplier name (not used)</li>\n<li><strong>logoUrls</strong> [list]<ul>\n<li><strong>name:</strong> ID of logo size</li>\n<li><strong>url:</strong> URL to a logo image</li>\n</ul>\n</li>\n<li><strong>text:</strong><ul>\n<li><strong>who-are-you:</strong> descriptive text about the supplier</li>\n<li><strong>confirmation-what-happens:</strong> text to use in a confirmation e-mail if customer signed up to this supplier</li>\n</ul>\n</li>\n<li><strong>tradingNameElec:</strong> trading name for the supplier's gas business</li>\n<li><strong>tradingNameGas:</strong> trading name for the supplier's electricity business</li>\n<li><strong>contact:</strong><ul>\n<li>data structure of contact info for the supplier</li>\n</ul>\n</li>\n<li><strong>config:</strong><ul>\n<li>data structure of many supplier-specific data points required for signup to this supplier (not used by the Quote endpoint)</li>\n</ul>\n</li>\n<li><strong>rating:</strong> how ELX customers have rated this supplier (when answering an email issued eight weeks after signup)<ul>\n<li><strong>overall:</strong> customers' rating of the supplier overall</li>\n<li><strong>overallCount:</strong> count of customers who have provided an overall rating</li>\n<li><strong>switchingEase:</strong> customers' rating of ease of transfer to this supplier</li>\n<li><strong>switchingEaseCount:</strong> number of these ratings received</li>\n<li><strong>tariffPricing</strong>: customers' rating of the pricing for the tariff they chose</li>\n<li><strong>tariffPricingCount:</strong> number of these ratings received</li>\n<li><strong>supplierCommunication:</strong> customers' rating of communication from the supplier</li>\n<li><strong>supplierCommunicationCount:</strong> number of these ratings received</li>\n<li><strong>supplierInformation:</strong> customers' rating of the quality of information provided</li>\n<li><strong>supplierInformationCount:</strong> number of these ratings received</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"ccc42473-e4c5-4f00-b708-67c5c149db93"},{"name":"Tariffs Endpoint","item":[{"name":"Tariffs","id":"43e304b6-cfc3-4e4f-9e18-238dc444cc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/energy-switch/v1/tariffs/4?distId=17&fuelType=dual&pricePlanId=std&paymentType=monthly-fixed-direct-debit,monthly-variable-direct-debit","urlObject":{"path":["energy-switch","v1","tariffs","4"],"host":["{{host}}"],"query":[{"key":"distId","value":"17"},{"key":"fuelType","value":"dual"},{"key":"pricePlanId","value":"std"},{"key":"paymentType","value":"monthly-fixed-direct-debit,monthly-variable-direct-debit"}],"variable":[]}},"response":[{"id":"0d37d65c-de6c-4830-93a2-bb6e1dea97c3","name":"Tariffs Example - With Filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/v1/tariffs/4?distId=17&fuelType=dual&pricePlanId=std&paymentType=monthly-fixed-direct-debit,monthly-variable-direct-debit","host":["{{host}}"],"path":["v1","tariffs","4"],"query":[{"key":"distId","value":"17"},{"key":"fuelType","value":"dual"},{"key":"pricePlanId","value":"std"},{"key":"paymentType","value":"monthly-fixed-direct-debit,monthly-variable-direct-debit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-aug22\",\n            \"attributes\": {\n                \"name\": \"Better Together Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-feb22\",\n            \"attributes\": {\n                \"name\": \"Better Together Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-may22\",\n            \"attributes\": {\n                \"name\": \"Better Together May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-sep24\",\n            \"attributes\": {\n                \"name\": \"Better Together Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"deemed\",\n            \"attributes\": {\n                \"name\": \"Deemed\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-12-months-direct-v7\",\n            \"attributes\": {\n                \"name\": \"Discover Green 12 Months Direct V7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-24-months-06v1\",\n            \"attributes\": {\n                \"name\": \"Discover Green 24 Months 06v1\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-24-months-v1\",\n            \"attributes\": {\n                \"name\": \"Discover Green 24 Months v1\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-42-months\",\n            \"attributes\": {\n                \"name\": \"Discover Green 42 Months\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jun22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-sep23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Sep23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-jul24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Jul24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-jul24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Jul24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-may24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix May24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-oct24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-sep24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v6\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v6\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v7\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v8\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v8\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v9\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v9\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v6\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v7\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-jul22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Jul22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-oct22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Oct22v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-jan22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-apr23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jan24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jan24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-sep23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Sep23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineconnect-renewal-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Connect Renewal Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-dec22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-feb23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jan22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jan23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jun22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-mar23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-aug23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v5\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v5\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jan22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v6\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v6\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-online-1-year-jan22\",\n            \"attributes\": {\n                \"name\": \"Fix Online 1 Year Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-online-1-year-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Online 1 Year Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-apr23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-dec22\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v5\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v11\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v11\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v13\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v13\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v14\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v14\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v7\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v7\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v9\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v9\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v10\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v10\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v12\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v12\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v7\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v8\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v8\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jul23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jun23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v6\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-apr23\",\n            \"attributes\": {\n                \"name\": \"Flex Online Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-mar23\",\n            \"attributes\": {\n                \"name\": \"Flex Online Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Flex Online Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flexible-control-mar22\",\n            \"attributes\": {\n                \"name\": \"Flexible Control Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-aug22v2\",\n            \"attributes\": {\n                \"name\": \"GoDrive Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-may22\",\n            \"attributes\": {\n                \"name\": \"GoDrive May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-nov22\",\n            \"attributes\": {\n                \"name\": \"GoDrive Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-nov22v2\",\n            \"attributes\": {\n                \"name\": \"GoDrive Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-aug22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-aug23\",\n            \"attributes\": {\n                \"name\": \"GoElectric Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-feb22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-feb24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jan22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jan24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jan24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jun24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jun24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jun24v2\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jun24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-mar24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-mar24v2\",\n            \"attributes\": {\n                \"name\": \"GoElectric Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-may21\",\n            \"attributes\": {\n                \"name\": \"GoElectric May21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-may22\",\n            \"attributes\": {\n                \"name\": \"GoElectric May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-nov23\",\n            \"attributes\": {\n                \"name\": \"GoElectric Nov23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectriccharge-jan23\",\n            \"attributes\": {\n                \"name\": \"GoElectric+Charge Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectriccharge-nov22\",\n            \"attributes\": {\n                \"name\": \"GoElectric+Charge Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-20-month-jade-jul20\",\n            \"attributes\": {\n                \"name\": \"iFix 20 Month Jade Jul20\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-24-month-jade-jun20\",\n            \"attributes\": {\n                \"name\": \"iFix 24 Month Jade Jun20\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-32-month-jade-jul21\",\n            \"attributes\": {\n                \"name\": \"iFix 32 Month Jade Jul21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-36-month-jade-jun21\",\n            \"attributes\": {\n                \"name\": \"iFix 36 Month Jade Jun21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v1\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v1\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v15\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v15\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v2\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v3\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v4\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v5\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v5\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v6\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v7\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-aug22\",\n            \"attributes\": {\n                \"name\": \"More Together Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb22\",\n            \"attributes\": {\n                \"name\": \"More Together Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb24\",\n            \"attributes\": {\n                \"name\": \"More Together Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb24v2\",\n            \"attributes\": {\n                \"name\": \"More Together Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-may22\",\n            \"attributes\": {\n                \"name\": \"More Together May22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-oct23\",\n            \"attributes\": {\n                \"name\": \"More Together Oct23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-sep24\",\n            \"attributes\": {\n                \"name\": \"More Together Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"refresh-online-jun22\",\n            \"attributes\": {\n                \"name\": \"Refresh Online Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"safeguard-assist-capped\",\n            \"attributes\": {\n                \"name\": \"Safeguard Assist Capped\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"safeguard-assist-deemed\",\n            \"attributes\": {\n                \"name\": \"Safeguard Assist Deemed\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-dec22v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Dec22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v10\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v10\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v5\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v7\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v8\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v8\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v9\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v9\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v6\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-jul23\",\n            \"attributes\": {\n                \"name\": \"Simply Online Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v6\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-oct24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-oct24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Oct24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-apr22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-aug22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jan22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jul22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jun22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-mar22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-may22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare May22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-nov22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-oct22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-sep22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-aug23\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-aug23v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-jul23\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-jul23v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-mar24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-mar24v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-oct24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24v3\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"standard-variable\",\n            \"attributes\": {\n                \"name\": \"Standard (Variable)\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": true,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-1-year-fix-dec21\",\n            \"attributes\": {\n                \"name\": \"Together Online 1 Year Fix Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-1-year-fix-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Together Online 1 Year Fix Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Together Online 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-apr22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec22v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jan22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v4\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-mar22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-nov22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-oct22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-sep22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-sep22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Sep22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-apr22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-aug22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-feb22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jan22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jul22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jun22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-oct22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-sep22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-oct24\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-sep24\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-apr22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-jan22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-jun22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-may24\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal May24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-standard\",\n            \"attributes\": {\n                \"name\": \"Welcome Standard\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-variable\",\n            \"attributes\": {\n                \"name\": \"Welcome Variable\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-variable-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"5df53a1c-a558-4417-9819-249509b8545a","name":"Tariffs Example - No Filters","originalRequest":{"method":"GET","header":[],"url":"{{host}}/v1/tariffs/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-aug22\",\n            \"attributes\": {\n                \"name\": \"Better Together Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-feb22\",\n            \"attributes\": {\n                \"name\": \"Better Together Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-may22\",\n            \"attributes\": {\n                \"name\": \"Better Together May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"better-together-sep24\",\n            \"attributes\": {\n                \"name\": \"Better Together Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"deemed\",\n            \"attributes\": {\n                \"name\": \"Deemed\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"prepayment-meter\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-12-months-direct-v7\",\n            \"attributes\": {\n                \"name\": \"Discover Green 12 Months Direct V7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-24-months-06v1\",\n            \"attributes\": {\n                \"name\": \"Discover Green 24 Months 06v1\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-24-months-v1\",\n            \"attributes\": {\n                \"name\": \"Discover Green 24 Months v1\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"discover-green-42-months\",\n            \"attributes\": {\n                \"name\": \"Discover Green 42 Months\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jun22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-2-year-fix-sep23\",\n            \"attributes\": {\n                \"name\": \"Easy Online 2 Year Fix Sep23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-aug24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Aug24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-jul24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Jul24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-jul24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Jul24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-may24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix May24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-oct24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-3-year-fix-sep24\",\n            \"attributes\": {\n                \"name\": \"Easy Online 3 Year Fix Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v6\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v7\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v8\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v8\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-extend-dec21v9\",\n            \"attributes\": {\n                \"name\": \"Easy Online Extend Dec21v9\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v6\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-feb22v7\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Feb22v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Jul22\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-jul22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Jul22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-mar22v5\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Mar22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-may22v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-online-renewal-oct22v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online Renewal Oct22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-jan22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercare-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCare Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-apr23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-feb24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Feb24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jan24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jan24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v2\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v3\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineboilercaregold-sep23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+BoilerCareGold Sep23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-aug23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-jul23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-jun23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinebright-bundle-may23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Bright Bundle May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlineconnect-renewal-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Connect Renewal Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-apr22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-aug22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-dec22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-feb22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-feb23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jan22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jan23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jul22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-jun22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-mar22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-mar23\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-may22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-nov22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-oct22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"easy-onlinesmart-home-sep22\",\n            \"attributes\": {\n                \"name\": \"Easy Online+Smart Home Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-apr22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Apr22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-aug23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-dec21v5\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Dec21v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-feb22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Feb22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jan22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jul23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jul23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-jun23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Jun23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-mar24v6\",\n            \"attributes\": {\n                \"name\": \"Energy Direct Mar24v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may22v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v2\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v3\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"energy-direct-may23v4\",\n            \"attributes\": {\n                \"name\": \"Energy Direct May23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-online-1-year-jan22\",\n            \"attributes\": {\n                \"name\": \"Fix Online 1 Year Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-online-1-year-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Online 1 Year Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-apr23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-aug23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Aug23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-dec22\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v5\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb23v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb23v6\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-equal-payments\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-feb24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Feb24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v11\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v11\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v13\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v13\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v14\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v14\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v2\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v5\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v7\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v7\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan23v9\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan23v9\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v10\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v10\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v12\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v12\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v4\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v6\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v7\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v7\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jan24v8\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jan24v8\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jul23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-jun23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v3\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v4\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-may23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v3\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov22v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-nov23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Nov23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct22v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct22v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct23v6\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct23v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-oct24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Oct24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v2\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v3\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v4\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"fix-total-service-sep24v5\",\n            \"attributes\": {\n                \"name\": \"Fix Total Service Sep24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-apr23\",\n            \"attributes\": {\n                \"name\": \"Flex Online Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-mar23\",\n            \"attributes\": {\n                \"name\": \"Flex Online Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flex-online-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Flex Online Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"flexible-control-mar22\",\n            \"attributes\": {\n                \"name\": \"Flexible Control Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-aug22v2\",\n            \"attributes\": {\n                \"name\": \"GoDrive Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-may22\",\n            \"attributes\": {\n                \"name\": \"GoDrive May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-nov22\",\n            \"attributes\": {\n                \"name\": \"GoDrive Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"godrive-nov22v2\",\n            \"attributes\": {\n                \"name\": \"GoDrive Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-aug22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-aug23\",\n            \"attributes\": {\n                \"name\": \"GoElectric Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-feb22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-feb24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jan22\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jan24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jan24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jun24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jun24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-jun24v2\",\n            \"attributes\": {\n                \"name\": \"GoElectric Jun24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-mar24\",\n            \"attributes\": {\n                \"name\": \"GoElectric Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-mar24v2\",\n            \"attributes\": {\n                \"name\": \"GoElectric Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-may21\",\n            \"attributes\": {\n                \"name\": \"GoElectric May21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-may22\",\n            \"attributes\": {\n                \"name\": \"GoElectric May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectric-nov23\",\n            \"attributes\": {\n                \"name\": \"GoElectric Nov23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectriccharge-jan23\",\n            \"attributes\": {\n                \"name\": \"GoElectric+Charge Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"goelectriccharge-nov22\",\n            \"attributes\": {\n                \"name\": \"GoElectric+Charge Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-20-month-jade-jul20\",\n            \"attributes\": {\n                \"name\": \"iFix 20 Month Jade Jul20\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-24-month-jade-jun20\",\n            \"attributes\": {\n                \"name\": \"iFix 24 Month Jade Jun20\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-32-month-jade-jul21\",\n            \"attributes\": {\n                \"name\": \"iFix 32 Month Jade Jul21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"ifix-36-month-jade-jun21\",\n            \"attributes\": {\n                \"name\": \"iFix 36 Month Jade Jun21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v1\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v1\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v15\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v15\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v2\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v3\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v4\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v5\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v6\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"isupply-fixed-v7\",\n            \"attributes\": {\n                \"name\": \"iSupply Fixed v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": true,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-aug22\",\n            \"attributes\": {\n                \"name\": \"More Together Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb22\",\n            \"attributes\": {\n                \"name\": \"More Together Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb24\",\n            \"attributes\": {\n                \"name\": \"More Together Feb24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-feb24v2\",\n            \"attributes\": {\n                \"name\": \"More Together Feb24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-may22\",\n            \"attributes\": {\n                \"name\": \"More Together May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-oct23\",\n            \"attributes\": {\n                \"name\": \"More Together Oct23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"more-together-sep24\",\n            \"attributes\": {\n                \"name\": \"More Together Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"prepay-total-service-may22\",\n            \"attributes\": {\n                \"name\": \"Prepay Total Service May22\",\n                \"paymentTypes\": [\n                    \"prepayment-meter\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"prepay-total-service-may22-payg\",\n            \"attributes\": {\n                \"name\": \"Prepay Total Service May22 (PAYG)\",\n                \"paymentTypes\": [\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"prepay-total-service-nov22\",\n            \"attributes\": {\n                \"name\": \"Prepay Total Service Nov22\",\n                \"paymentTypes\": [\n                    \"prepayment-meter\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"refresh-online-jun22\",\n            \"attributes\": {\n                \"name\": \"Refresh Online Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"safeguard-assist-capped\",\n            \"attributes\": {\n                \"name\": \"Safeguard Assist Capped\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"safeguard-assist-deemed\",\n            \"attributes\": {\n                \"name\": \"Safeguard Assist Deemed\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-apr23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Apr23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-aug23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Aug23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-dec22v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Dec22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-feb23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Feb23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v10\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v10\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v7\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v7\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v8\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v8\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jan23v9\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jan23v9\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jul23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jul23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-jun23v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Jun23v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-mar23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Mar23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-may23v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix May23v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-2-year-fix-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online 2 Year Fix Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-jul23\",\n            \"attributes\": {\n                \"name\": \"Simply Online Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-mar24v6\",\n            \"attributes\": {\n                \"name\": \"Simply Online Mar24v6\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-oct24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-oct24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Oct24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v2\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v3\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v4\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-online-sep24v5\",\n            \"attributes\": {\n                \"name\": \"Simply Online Sep24v5\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-apr22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-aug22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jan22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jul22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-jun22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-mar22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-may22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-nov22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-oct22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simply-onlineboilercare-sep22\",\n            \"attributes\": {\n                \"name\": \"Simply Online+BoilerCare Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-aug23\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-aug23v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Aug23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-jul23\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-jul23v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Jul23v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-mar24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Mar24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-mar24v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Mar24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-oct24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24v2\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"simplyonlineboilercaregold-sep24v3\",\n            \"attributes\": {\n                \"name\": \"SimplyOnline+BoilerCareGold Sep24v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"standard-variable\",\n            \"attributes\": {\n                \"name\": \"Standard (Variable)\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": true,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"standard-variable-prepay\",\n            \"attributes\": {\n                \"name\": \"Standard (Variable) - Prepay\",\n                \"paymentTypes\": [\n                    \"prepayment-meter\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": true,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-1-year-fix-dec21\",\n            \"attributes\": {\n                \"name\": \"Together Online 1 Year Fix Dec21\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-1-year-fix-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Together Online 1 Year Fix Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-online-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Together Online 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-apr22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-aug22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Aug22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21\",\n                \"paymentTypes\": [\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"pay-as-you-go\",\n                    \"monthly-fixed-direct-debit\",\n                    \"monthly-cash-cheque\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec21v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec21v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-dec22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Dec22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-feb22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Feb22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jan22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jan22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jan22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jul22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jul22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-jun22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Jun22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-mar22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-mar22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Mar22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v3\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v3\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-may22v4\",\n            \"attributes\": {\n                \"name\": \"Together Total Service May22v4\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-nov22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-nov22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Nov22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-oct22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-sep22\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"together-total-service-sep22v2\",\n            \"attributes\": {\n                \"name\": \"Together Total Service Sep22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-apr22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-apr23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Apr23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-aug22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Aug22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-aug23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Aug23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-dec22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Dec22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-feb22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Feb22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-feb23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Feb23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jan22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jan23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jan23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jul22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jul22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jul23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jul23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jun22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-mar22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Mar22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-mar23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Mar23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-may22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix May22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-may23\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix May23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-nov22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Nov22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-oct22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Oct22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-2-year-fix-sep22\",\n            \"attributes\": {\n                \"name\": \"Total Service 2 Year Fix Sep22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-jun23\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Jun23\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-oct24\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Oct24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-3-year-fix-sep24\",\n            \"attributes\": {\n                \"name\": \"Total Service 3 Year Fix Sep24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-apr22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Apr22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-apr22v2\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Apr22v2\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-jan22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Jan22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-jun22\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal Jun22\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"total-service-renewal-may24\",\n            \"attributes\": {\n                \"name\": \"Total Service Renewal May24\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-gne-variable-prepay-payg\",\n            \"attributes\": {\n                \"name\": \"Welcome GNE Variable Prepay (PAYG)\",\n                \"paymentTypes\": [\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": false,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-prepay\",\n            \"attributes\": {\n                \"name\": \"Welcome Prepay\",\n                \"paymentTypes\": [\n                    \"prepayment-meter\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-standard\",\n            \"attributes\": {\n                \"name\": \"Welcome Standard\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        },\n        {\n            \"type\": \"Tariff\",\n            \"id\": \"welcome-variable\",\n            \"attributes\": {\n                \"name\": \"Welcome Variable\",\n                \"paymentTypes\": [\n                    \"monthly-fixed-direct-debit\",\n                    \"quarterly-variable-direct-debit\",\n                    \"quarterly-cash-cheque\",\n                    \"monthly-variable-direct-debit\",\n                    \"quarterly-equal-payments\",\n                    \"monthly-cash-cheque\",\n                    \"pay-as-you-go\"\n                ],\n                \"fuelTypes\": [\n                    \"gas\",\n                    \"elec\",\n                    \"dual\"\n                ],\n                \"isStandard\": false,\n                \"requireEndDate\": false,\n                \"paperBilling\": true,\n                \"paperlessBilling\": true,\n                \"pricePlanIds\": [\n                    \"std\",\n                    \"e7\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"43e304b6-cfc3-4e4f-9e18-238dc444cc1c"}],"id":"8d71aa32-b806-4c8d-bbd4-79bc603145c2","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>Return details on a list of tariffs for a supplier. By default, tariffs are shown that are within their regulatory start and end dates (tariffs which customers can still be on, even if no longer for sale.) The tariff list can be narrowed down by some filter parameters.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a GET request payload as shown in example below.</p>\n<p>Parameters within URL:</p>\n<ul>\n<li>Provide a <strong>supplierId</strong> in the URL (from list of suppliers in Suppliers endpoint).</li>\n</ul>\n<p>Available GET parameters:</p>\n<ul>\n<li><strong>fuelType:</strong> (optional) comma-separated list of any of these: <code>elec</code>, <code>gas</code>, <code>dual</code></li>\n<li><strong>dateType:</strong> (optional) defaults to <code>regulatory</code> if not supplied. If set to <code>on-sale</code>, the tariff list will be filtered to only show tariffs currently available for sale</li>\n<li><strong>distId:</strong> (optional) distributor identifier (number between 10-23 inclusive)</li>\n<li><strong>pricePlanIds:</strong> (optional) comma-separated list of any of these: <code>std</code>, <code>e7</code></li>\n<li><strong>paymentType:</strong> (optional) comma-separated list of any of these payment types:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Allowable paymentType's</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>monthly-fixed-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-variable-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-debit-credit-card</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>quarterly-variable-direct-debit</code></td>\n<td>Direct Debit</td>\n</tr>\n<tr>\n<td><code>monthly-cash-cheque</code></td>\n<td>Pay on Receipt of Bill</td>\n</tr>\n<tr>\n<td><code>quarterly-cash-cheque</code></td>\n<td>Pay on Receipt of Bill</td>\n</tr>\n<tr>\n<td><code>prepayment-meter</code></td>\n<td>Prepayment</td>\n</tr>\n<tr>\n<td><code>pay-as-you-go</code></td>\n<td>Prepayment</td>\n</tr>\n<tr>\n<td><code>quarterly-equal-payments</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>regular-cash-payments</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>quarterly-debit-card</code></td>\n<td>Other</td>\n</tr>\n<tr>\n<td><code>monthly-card</code></td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response:</h2>\n<p>On success, returns HTTP code 200 and a list of tariffs.</p>\n<p>Payload contains a list of tariff objects. Each tariff object consists of:</p>\n<ul>\n<li><strong>type:</strong> always \"Tariff\"</li>\n<li><strong>id:</strong> tariff ID (NOT USED)</li>\n<li><strong>attributes:</strong><ul>\n<li><strong>name:</strong> tariff name (use this in the Quote endpoint request payload)</li>\n<li><strong>paymentTypes:</strong> list of available payment types for this tariff (may be restricted by filter parameters); see above for available values</li>\n<li><strong>fuelTypes:</strong> list of available fuel types for this tariff (may be restricted by filter parameters); available values: <code>elec</code>, <code>gas</code>, <code>dual</code></li>\n<li><strong>isStandard:</strong> (boolean) this is a standard tariff for this supplier</li>\n<li><strong>requireEndDate:</strong> (boolean) this tariff is fixed but doesn't have a fixed term end date (customer should supply it)</li>\n<li><strong>paperBilling:</strong> (boolean) the tariff is available as paper billing</li>\n<li><strong>paperlessBilling:</strong> (boolean) the tariff is available as paperless billing</li>\n<li><strong>pricePlanIds:</strong> list of available pricePlanId's for this tariff (may be restricted by filter parameters); available values: <code>std</code>, <code>e7</code></li>\n</ul>\n</li>\n</ul>\n","_postman_id":"8d71aa32-b806-4c8d-bbd4-79bc603145c2"},{"name":"Distributor Lookup","item":[{"name":"Distributor Id Lookup","id":"2bb0f9a6-4592-44c0-a122-2ff4493b8651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2bb0f9a6-4592-44c0-a122-2ff4493b8651"}],"id":"5712d08c-c415-4e5b-a585-4e42dc992abf","description":"<h2 id=\"purpose\">Purpose:</h2>\n<p>Returns the Distributor Id (DNO) from postcodes.</p>\n<h2 id=\"request\">Request:</h2>\n<p>Send a GET request payload as shown in example below.</p>\n<p>Parameters within URL:</p>\n<ul>\n<li>Provide a <strong>postcode</strong> in the URL.</li>\n</ul>\n<h2 id=\"response\">Response:</h2>\n<p>On success, returns HTTP code 200 and a list of tariffs.</p>\n<p>Payload contains a list of tariff objects. Each tariff object consists of:</p>\n<ul>\n<li><strong>type:</strong> always \"DistributorData\"</li>\n<li><strong>id:</strong> distributorId</li>\n<li><strong>attributes:</strong><ul>\n<li><strong>distributorId:</strong> (number) DNO</li>\n<li><strong>gspGroupId:</strong> (string) the corresponding GSP for the returned distributorId</li>\n<li><strong>distributorData:</strong> JSON block with extra information about the distributor (maybe blank)</li>\n<li><strong>distributorData.id: (number)</strong> DNO</li>\n<li><strong>distributorData.name:</strong> (string)Short name of the distributor</li>\n<li><strong>distributorData.operator:</strong> (string)Full name os the distributor</li>\n<li><strong>distributorData.phoneNumber:</strong> (string) Phone number</li>\n<li><strong>distributorData.marketParticipantId:</strong> (string)</li>\n<li><strong>distributorData.gspGroupId:</strong> (string) the corresponding GSP for the returned distributorId</li>\n<li><strong>distributorData.idno:</strong> (boolean)</li>\n<li><strong>distributorData.licensee:</strong> (string)</li>\n<li><strong>distributorData.timeUpdated:</strong> (string) Date and Time in string format (YYYY-MM-DD HH:mm:ss)</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-payload\">Example Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\n      \"type\": \"DistributorData\",\n      \"id\": 20,\n      \"attributes\": {\n        \"distibutorId\": 20,\n        \"gspGroupId\": \"_H\",\n        \"distributorData\": {\n          \"id\": 20,\n          \"name\": \"Southern England\",\n          \"operator\": \"Scottish &amp; Southern Electricity Networks\",\n          \"phoneNumber\": \"0800 048 3516\",\n          \"marketParticipantId\": \"SOUT\",\n          \"gspGroupId\": \"_H\",\n          \"idno\": false,\n          \"licensee\": \"\",\n          \"timeUpdated\": \"2020-04-07 16:57:00\"\n        }\n      }\n</code></pre>\n","_postman_id":"5712d08c-c415-4e5b-a585-4e42dc992abf"}]}