# DIL: Get transaction/service pairs

Source: https://developer.avalara.com/products/communications/integration-guides/communications-integration/oym6154178288130/

Guide: Communications

# DIL: Get transaction/service pairs

Use the [GetTsPairs](https://developer.avalara.com/api-reference/communications/v2/methods/Lookups/GetTsPairs/) endpoint to retrieve a description for the transaction type and the service type along with the TS pairs.

## Request

**View example**:

This request shows how to retrieve all available TS pairs.

```
curl
   --request GET
   --header 'Content-Type: text/plain'
  --header 'Authorization: Basic {Base64-encoded credentials}'
  --location
   -g
   --data-raw '[
    {
      "TransactionType": 0,
      "ServiceType": 0,
      "MarketType": 0,
      "InterfaceType": 0,
      "InputType": 0,
      "IsBundle": true,
      "TransactionDescription": "string",
      "ServiceDescription": "string",
      "TSPairDescription": "string"
    }
  ]'
  'https://communicationsua.avalara.net/api/v2/afc/tspairs'
```

## Response

**View example**:

```
[
    {
"TransactionType": 0,
"ServiceType": 0,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 15,
"IsBundle": false,
"TransactionDescription": "No Tax",
"ServiceDescription": "No Tax",
"TSPairDescription": "No Tax/No Tax"
    },
    {
"TransactionType": 1,
"ServiceType": 1,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Toll",
"TSPairDescription": "Interstate/Toll"
    },
    {
"TransactionType": 1,
"ServiceType": 2,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Toll-Free",
"TSPairDescription": "Interstate/Toll-Free"
    },
    {
"TransactionType": 1,
"ServiceType": 3,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "WATS",
"TSPairDescription": "Interstate/WATS"
    },
    {
"TransactionType": 1,
"ServiceType": 4,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Private Line",
"TSPairDescription": "Interstate/Private Line"
    },
    {
"TransactionType": 1,
"ServiceType": 12,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "International Toll",
"TSPairDescription": "Interstate/International Toll"
    },
    {
"TransactionType": 1,
"ServiceType": 14,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Interstate/Late Charge"
    },
    {
"TransactionType": 1,
"ServiceType": 16,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "900",
"TSPairDescription": "Interstate/900"
    },
    {
"TransactionType": 1,
"ServiceType": 27,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Data",
"TSPairDescription": "Interstate/Data"
    },
    {
"TransactionType": 1,
"ServiceType": 54,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Directory Assistance",
"TSPairDescription": "Interstate/Directory Assistance"
    },
    {
"TransactionType": 1,
"ServiceType": 562,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "local loop",
"TSPairDescription": "Interstate/local loop"
    },
    {
"TransactionType": 1,
"ServiceType": 635,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 11,
"IsBundle": false,
"TransactionDescription": "Interstate",
"ServiceDescription": "Toll-Free Number",
"TSPairDescription": "Interstate/Toll-Free Number"
    },
    {
"TransactionType": 2,
"ServiceType": 1,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Toll",
"TSPairDescription": "Intrastate/Toll"
    },
    {
"TransactionType": 2,
"ServiceType": 2,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Toll-Free",
"TSPairDescription": "Intrastate/Toll-Free"
    },
    {
"TransactionType": 2,
"ServiceType": 3,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "WATS",
"TSPairDescription": "Intrastate/WATS"
    },
    {
"TransactionType": 2,
"ServiceType": 4,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Private Line",
"TSPairDescription": "Intrastate/Private Line"
    },
    {
"TransactionType": 2,
"ServiceType": 5,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Local Exchange",
"TSPairDescription": "Intrastate/Local Exchange"
    },
    {
"TransactionType": 2,
"ServiceType": 14,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Intrastate/Late Charge"
    },
    {
"TransactionType": 2,
"ServiceType": 16,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "900",
"TSPairDescription": "Intrastate/900"
    },
    {
"TransactionType": 2,
"ServiceType": 27,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Data",
"TSPairDescription": "Intrastate/Data"
    },
    {
"TransactionType": 2,
"ServiceType": 54,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Directory Assistance",
"TSPairDescription": "Intrastate/Directory Assistance"
    },
    {
"TransactionType": 2,
"ServiceType": 630,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Private Line (10% Rule)",
"TSPairDescription": "Intrastate/Private Line (10% Rule)"
    },
    {
"TransactionType": 2,
"ServiceType": 631,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Data (10% Rule)",
"TSPairDescription": "Intrastate/Data (10% Rule)"
    },
    {
"TransactionType": 2,
"ServiceType": 635,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 11,
"IsBundle": false,
"TransactionDescription": "Intrastate",
"ServiceDescription": "Toll-Free Number",
"TSPairDescription": "Intrastate/Toll-Free Number"
    },
    {
"TransactionType": 3,
"ServiceType": 6,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Other/Access Charge"
    },
    {
"TransactionType": 3,
"ServiceType": 9,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Directory Ads",
"TSPairDescription": "Other/Directory Ads"
    },
    {
"TransactionType": 3,
"ServiceType": 14,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Other/Late Charge"
    },
    {
"TransactionType": 3,
"ServiceType": 34,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Conference Bridge",
"TSPairDescription": "Other/Conference Bridge"
    },
    {
"TransactionType": 3,
"ServiceType": 37,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "Other/Equipment Rental"
    },
    {
"TransactionType": 3,
"ServiceType": 38,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Wire Maintenance Plan",
"TSPairDescription": "Other/Wire Maintenance Plan"
    },
    {
"TransactionType": 3,
"ServiceType": 46,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "PICC",
"TSPairDescription": "Other/PICC"
    },
    {
"TransactionType": 3,
"ServiceType": 47,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "No Pick PICC",
"TSPairDescription": "Other/No Pick PICC"
    },
    {
"TransactionType": 3,
"ServiceType": 57,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Data Processing",
"TSPairDescription": "Other/Data Processing"
    },
    {
"TransactionType": 3,
"ServiceType": 96,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "No Pick PICC Bundle",
"TSPairDescription": "Other/No Pick PICC Bundle"
    },
    {
"TransactionType": 3,
"ServiceType": 97,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "PICC Bundle",
"TSPairDescription": "Other/PICC Bundle"
    },
    {
"TransactionType": 3,
"ServiceType": 570,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Directory Listing",
"TSPairDescription": "Other/Directory Listing"
    },
    {
"TransactionType": 3,
"ServiceType": 575,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Conference Bridge-Intrastate",
"TSPairDescription": "Other/Conference Bridge-Intrastate"
    },
    {
"TransactionType": 3,
"ServiceType": 576,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Conference Bridge-Intrastate w Dial In",
"TSPairDescription": "Other/Conference Bridge-Intrastate w Dial In"
    },
    {
"TransactionType": 3,
"ServiceType": 589,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Conference Bridge-Interstate",
"TSPairDescription": "Other/Conference Bridge-Interstate"
    },
    {
"TransactionType": 3,
"ServiceType": 593,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Info Svcs-Private Physical Trans",
"TSPairDescription": "Other/Info Svcs-Private Physical Trans"
    },
    {
"TransactionType": 3,
"ServiceType": 594,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Info Svcs-Private Electronic Trans",
"TSPairDescription": "Other/Info Svcs-Private Electronic Trans"
    },
    {
"TransactionType": 3,
"ServiceType": 597,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Info Svcs-Public Electronic Trans",
"TSPairDescription": "Other/Info Svcs-Public Electronic Trans"
    },
    {
"TransactionType": 3,
"ServiceType": 598,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Info Svcs-Public Physical Trans",
"TSPairDescription": "Other/Info Svcs-Public Physical Trans"
    },
    {
"TransactionType": 3,
"ServiceType": 599,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "E-mail Hosting Service",
"TSPairDescription": "Other/E-mail Hosting Service"
    },
    {
"TransactionType": 3,
"ServiceType": 600,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Real Property Rental",
"TSPairDescription": "Other/Real Property Rental"
    },
    {
"TransactionType": 3,
"ServiceType": 602,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Services-Professional",
"TSPairDescription": "Other/Services-Professional"
    },
    {
"TransactionType": 3,
"ServiceType": 603,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Online Services",
"TSPairDescription": "Other/Online Services"
    },
    {
"TransactionType": 3,
"ServiceType": 608,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Conference Bridge Interstate w Dial In",
"TSPairDescription": "Other/Conference Bridge Interstate w Dial In"
    },
    {
"TransactionType": 3,
"ServiceType": 614,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Telecom Equipment Rental",
"TSPairDescription": "Other/Telecom Equipment Rental"
    },
    {
"TransactionType": 3,
"ServiceType": 632,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Service Contracts",
"TSPairDescription": "Other/Service Contracts"
    },
    {
"TransactionType": 3,
"ServiceType": 638,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Security Monitoring Services",
"TSPairDescription": "Other/Security Monitoring Services"
    },
    {
"TransactionType": 3,
"ServiceType": 639,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Streaming Internet Video",
"TSPairDescription": "Other/Streaming Internet Video"
    },
    {
"TransactionType": 3,
"ServiceType": 644,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Info Svcs-Pub Elec Trans (Fin & Securities)",
"TSPairDescription": "Other/Info Svcs-Pub Elec Trans (Fin & Securities)"
    },
    {
"TransactionType": 3,
"ServiceType": 687,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Other",
"ServiceDescription": "Admissions",
"TSPairDescription": "Other/Admissions"
    },
    {
"TransactionType": 4,
"ServiceType": 7,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Recurring",
"ServiceDescription": "Service",
"TSPairDescription": "Non-Recurring/Service"
    },
    {
"TransactionType": 4,
"ServiceType": 8,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Recurring",
"ServiceDescription": "Install",
"TSPairDescription": "Non-Recurring/Install"
    },
    {
"TransactionType": 4,
"ServiceType": 11,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Recurring",
"ServiceDescription": "Activation",
"TSPairDescription": "Non-Recurring/Activation"
    },
    {
"TransactionType": 4,
"ServiceType": 14,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Recurring",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Non-Recurring/Late Charge"
    },
    {
"TransactionType": 5,
"ServiceType": 6,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Internet/Access Charge"
    },
    {
"TransactionType": 5,
"ServiceType": 7,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Service",
"TSPairDescription": "Internet/Service"
    },
    {
"TransactionType": 5,
"ServiceType": 8,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Install",
"TSPairDescription": "Internet/Install"
    },
    {
"TransactionType": 5,
"ServiceType": 10,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Usage",
"TSPairDescription": "Internet/Usage"
    },
    {
"TransactionType": 5,
"ServiceType": 11,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Activation",
"TSPairDescription": "Internet/Activation"
    },
    {
"TransactionType": 5,
"ServiceType": 29,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "WEB Hosting",
"TSPairDescription": "Internet/WEB Hosting"
    },
    {
"TransactionType": 5,
"ServiceType": 58,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Internet",
"ServiceDescription": "Access Line",
"TSPairDescription": "Internet/Access Line"
    },
    {
"TransactionType": 6,
"ServiceType": 6,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Paging",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Paging/Access Charge"
    },
    {
"TransactionType": 6,
"ServiceType": 10,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Paging",
"ServiceDescription": "Usage",
"TSPairDescription": "Paging/Usage"
    },
    {
"TransactionType": 6,
"ServiceType": 11,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Paging",
"ServiceDescription": "Activation",
"TSPairDescription": "Paging/Activation"
    },
    {
"TransactionType": 6,
"ServiceType": 13,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Paging",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "Paging/Equipment Repair"
    },
    {
"TransactionType": 7,
"ServiceType": 4,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Private Line",
"TSPairDescription": "Local/Private Line"
    },
    {
"TransactionType": 7,
"ServiceType": 5,
"MarketType": 1,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Local Exchange",
"TSPairDescription": "Local/Local Exchange"
    },
    {
"TransactionType": 7,
"ServiceType": 14,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Local/Late Charge"
    },
    {
"TransactionType": 7,
"ServiceType": 20,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Fee",
"TSPairDescription": "Local/FCC Subscriber Line Fee"
    },
    {
"TransactionType": 7,
"ServiceType": 21,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Lines",
"TSPairDescription": "Local/Lines"
    },
    {
"TransactionType": 7,
"ServiceType": 24,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX/Trunk",
"TSPairDescription": "Local/PBX/Trunk"
    },
    {
"TransactionType": 7,
"ServiceType": 27,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Data",
"TSPairDescription": "Local/Data"
    },
    {
"TransactionType": 7,
"ServiceType": 30,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "Local/Local Feature Charge"
    },
    {
"TransactionType": 7,
"ServiceType": 40,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex/DID Extension",
"TSPairDescription": "Local/Centrex/DID Extension"
    },
    {
"TransactionType": 7,
"ServiceType": 41,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX Extension",
"TSPairDescription": "Local/PBX Extension"
    },
    {
"TransactionType": 7,
"ServiceType": 42,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Trunk",
"TSPairDescription": "Local/Centrex Trunk"
    },
    {
"TransactionType": 7,
"ServiceType": 43,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Invoice",
"TSPairDescription": "Local/Invoice"
    },
    {
"TransactionType": 7,
"ServiceType": 45,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Trunk",
"TSPairDescription": "Local/High Capacity Trunk"
    },
    {
"TransactionType": 7,
"ServiceType": 84,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Late Charge Bundle",
"TSPairDescription": "Local/Late Charge Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 85,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Local Exchange Bundle",
"TSPairDescription": "Local/Local Exchange Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 86,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Fee Bundle",
"TSPairDescription": "Local/FCC Subscriber Line Fee Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 87,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Lines Bundle",
"TSPairDescription": "Local/Lines Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 89,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX Trunk Bundle",
"TSPairDescription": "Local/PBX Trunk Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 90,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Local Feature Charge Bundle",
"TSPairDescription": "Local/Local Feature Charge Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 91,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Extension Bundle",
"TSPairDescription": "Local/Centrex Extension Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 92,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX Extension Bundle",
"TSPairDescription": "Local/PBX Extension Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 93,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Trunk Bundle",
"TSPairDescription": "Local/Centrex Trunk Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 94,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Invoice Bundle",
"TSPairDescription": "Local/Invoice Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 95,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Trunk Bundle",
"TSPairDescription": "Local/High Capacity Trunk Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 566,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX Outbound Channel",
"TSPairDescription": "Local/PBX Outbound Channel"
    },
    {
"TransactionType": 7,
"ServiceType": 567,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "PBX Outbound Channel Bundle",
"TSPairDescription": "Local/PBX Outbound Channel Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 580,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Extension",
"TSPairDescription": "Local/High Capacity Extension"
    },
    {
"TransactionType": 7,
"ServiceType": 581,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Extension Bundle",
"TSPairDescription": "Local/High Capacity Extension Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 582,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Outbound Channel",
"TSPairDescription": "Local/High Capacity Outbound Channel"
    },
    {
"TransactionType": 7,
"ServiceType": 583,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "High Capacity Outbound Channel Bundle",
"TSPairDescription": "Local/High Capacity Outbound Channel Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 587,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Outbound Channel",
"TSPairDescription": "Local/Centrex Outbound Channel"
    },
    {
"TransactionType": 7,
"ServiceType": 588,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Outbound Channel Bundle",
"TSPairDescription": "Local/Centrex Outbound Channel Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 612,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Fee Multi line",
"TSPairDescription": "Local/FCC Subscriber Line Fee Multi line"
    },
    {
"TransactionType": 7,
"ServiceType": 613,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Fee Multi Line Bundle",
"TSPairDescription": "Local/FCC Subscriber Line Fee Multi Line Bundle"
    },
    {
"TransactionType": 7,
"ServiceType": 623,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Centrex Invoice",
"TSPairDescription": "Local/Centrex Invoice"
    },
    {
"TransactionType": 7,
"ServiceType": 625,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "Customer Premise Equip Rental",
"TSPairDescription": "Local/Customer Premise Equip Rental"
    },
    {
"TransactionType": 7,
"ServiceType": 641,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Charge Centrex",
"TSPairDescription": "Local/FCC Subscriber Line Charge Centrex"
    },
    {
"TransactionType": 7,
"ServiceType": 642,
"MarketType": 3,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Local",
"ServiceDescription": "FCC Subscriber Line Charge Centrex Bundle",
"TSPairDescription": "Local/FCC Subscriber Line Charge Centrex Bundle"
    },
    {
"TransactionType": 8,
"ServiceType": 10,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Fax",
"ServiceDescription": "Usage",
"TSPairDescription": "Fax/Usage"
    },
    {
"TransactionType": 9,
"ServiceType": 6,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Voice Mail",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Voice Mail/Access Charge"
    },
    {
"TransactionType": 9,
"ServiceType": 10,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Voice Mail",
"ServiceDescription": "Usage",
"TSPairDescription": "Voice Mail/Usage"
    },
    {
"TransactionType": 9,
"ServiceType": 11,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Voice Mail",
"ServiceDescription": "Activation",
"TSPairDescription": "Voice Mail/Activation"
    },
    {
"TransactionType": 9,
"ServiceType": 14,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Voice Mail",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Voice Mail/Late Charge"
    },
    {
"TransactionType": 10,
"ServiceType": 15,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Product",
"TSPairDescription": "Sales/Product"
    },
    {
"TransactionType": 10,
"ServiceType": 31,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Use",
"TSPairDescription": "Sales/Use"
    },
    {
"TransactionType": 10,
"ServiceType": 32,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Debit",
"TSPairDescription": "Sales/Debit"
    },
    {
"TransactionType": 10,
"ServiceType": 63,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Restocking Fee - Rental",
"TSPairDescription": "Sales/Restocking Fee - Rental"
    },
    {
"TransactionType": 10,
"ServiceType": 64,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Restocking Fee - Purchase",
"TSPairDescription": "Sales/Restocking Fee - Purchase"
    },
    {
"TransactionType": 10,
"ServiceType": 65,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Partial Credit",
"TSPairDescription": "Sales/Partial Credit"
    },
    {
"TransactionType": 10,
"ServiceType": 103,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Sales Tax and FUSF",
"TSPairDescription": "Sales/Sales Tax and FUSF"
    },
    {
"TransactionType": 10,
"ServiceType": 174,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Monitors Less Than 4 Inches",
"TSPairDescription": "Sales/Monitors Less Than 4 Inches"
    },
    {
"TransactionType": 10,
"ServiceType": 175,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Monitors Between 5-14 inches",
"TSPairDescription": "Sales/Monitors Between 5-14 inches"
    },
    {
"TransactionType": 10,
"ServiceType": 177,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Monitors Greater Than 35 Inches",
"TSPairDescription": "Sales/Monitors Greater Than 35 Inches"
    },
    {
"TransactionType": 10,
"ServiceType": 565,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Debit-Wireless",
"TSPairDescription": "Sales/Debit-Wireless"
    },
    {
"TransactionType": 10,
"ServiceType": 568,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Central Office Equipment-Sales",
"TSPairDescription": "Sales/Central Office Equipment-Sales"
    },
    {
"TransactionType": 10,
"ServiceType": 569,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Central Office Equipment-Use",
"TSPairDescription": "Sales/Central Office Equipment-Use"
    },
    {
"TransactionType": 10,
"ServiceType": 643,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Debit-Wireless (Indirect Non-Carrier Sale)",
"TSPairDescription": "Sales/Debit-Wireless (Indirect Non-Carrier Sale)"
    },
    {
"TransactionType": 10,
"ServiceType": 655,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Locked Cell Phone",
"TSPairDescription": "Sales/Locked Cell Phone"
    },
    {
"TransactionType": 10,
"ServiceType": 688,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Roadside Assistance",
"TSPairDescription": "Sales/Roadside Assistance"
    },
    {
"TransactionType": 10,
"ServiceType": 689,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Equipment Insurance Coverage - Mandatory",
"TSPairDescription": "Sales/Equipment Insurance Coverage - Mandatory"
    },
    {
"TransactionType": 10,
"ServiceType": 691,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Equipment Insurance Coverage - Optional",
"TSPairDescription": "Sales/Equipment Insurance Coverage - Optional"
    },
    {
"TransactionType": 10,
"ServiceType": 692,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Equipment Extended Warranty - Mandatory",
"TSPairDescription": "Sales/Equipment Extended Warranty - Mandatory"
    },
    {
"TransactionType": 10,
"ServiceType": 693,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Equipment Extended Warranty - Optional",
"TSPairDescription": "Sales/Equipment Extended Warranty - Optional"
    },
    {
"TransactionType": 10,
"ServiceType": 709,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Sales",
"ServiceDescription": "Monitors Between 15-34 Inches",
"TSPairDescription": "Sales/Monitors Between 15-34 Inches"
    },
    {
"TransactionType": 11,
"ServiceType": 17,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Shipping",
"ServiceDescription": "FOB Origin",
"TSPairDescription": "Shipping/FOB Origin"
    },
    {
"TransactionType": 11,
"ServiceType": 18,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Shipping",
"ServiceDescription": "FOB Destination",
"TSPairDescription": "Shipping/FOB Destination"
    },
    {
"TransactionType": 13,
"ServiceType": 6,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Cellular/Access Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 10,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Usage",
"TSPairDescription": "Cellular/Usage"
    },
    {
"TransactionType": 13,
"ServiceType": 11,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Activation",
"TSPairDescription": "Cellular/Activation"
    },
    {
"TransactionType": 13,
"ServiceType": 14,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Cellular/Late Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 30,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "Cellular/Local Feature Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 33,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Roaming Charge",
"TSPairDescription": "Cellular/Roaming Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 43,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Invoice",
"TSPairDescription": "Cellular/Invoice"
    },
    {
"TransactionType": 13,
"ServiceType": 49,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "Cellular/Interstate Usage"
    },
    {
"TransactionType": 13,
"ServiceType": 50,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "Cellular/Intrastate Usage"
    },
    {
"TransactionType": 13,
"ServiceType": 51,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "International Usage",
"TSPairDescription": "Cellular/International Usage"
    },
    {
"TransactionType": 13,
"ServiceType": 98,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Access Number",
"TSPairDescription": "Cellular/Access Number"
    },
    {
"TransactionType": 13,
"ServiceType": 99,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Interstate Access Charge",
"TSPairDescription": "Cellular/Interstate Access Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 100,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Intrastate Access Charge",
"TSPairDescription": "Cellular/Intrastate Access Charge"
    },
    {
"TransactionType": 13,
"ServiceType": 101,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Interstate Roaming",
"TSPairDescription": "Cellular/Interstate Roaming"
    },
    {
"TransactionType": 13,
"ServiceType": 102,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Intrastate Roaming",
"TSPairDescription": "Cellular/Intrastate Roaming"
    },
    {
"TransactionType": 13,
"ServiceType": 572,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Digital Download",
"TSPairDescription": "Cellular/Digital Download"
    },
    {
"TransactionType": 13,
"ServiceType": 577,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "Cellular/Enhanced Features"
    },
    {
"TransactionType": 13,
"ServiceType": 591,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Access Charge-No Contract",
"TSPairDescription": "Cellular/Access Charge-No Contract"
    },
    {
"TransactionType": 13,
"ServiceType": 592,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Access Number-No Contract",
"TSPairDescription": "Cellular/Access Number-No Contract"
    },
    {
"TransactionType": 13,
"ServiceType": 610,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Early Termination Fees",
"TSPairDescription": "Cellular/Early Termination Fees"
    },
    {
"TransactionType": 13,
"ServiceType": 622,
"MarketType": 2,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cellular",
"ServiceDescription": "Text Message",
"TSPairDescription": "Cellular/Text Message"
    },
    {
"TransactionType": 14,
"ServiceType": 15,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Product",
"TSPairDescription": "International/Product"
    },
    {
"TransactionType": 14,
"ServiceType": 636,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Remotely Accessed Software",
"TSPairDescription": "International/Remotely Accessed Software"
    },
    {
"TransactionType": 14,
"ServiceType": 658,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Product - India Interstate Supply",
"TSPairDescription": "International/Product - India Interstate Supply"
    },
    {
"TransactionType": 14,
"ServiceType": 659,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Product - India Intrastate Supply",
"TSPairDescription": "International/Product - India Intrastate Supply"
    },
    {
"TransactionType": 14,
"ServiceType": 676,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Downloaded Audio",
"TSPairDescription": "International/Digital Downloaded Audio"
    },
    {
"TransactionType": 14,
"ServiceType": 677,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Streaming Audio",
"TSPairDescription": "International/Digital Streaming Audio"
    },
    {
"TransactionType": 14,
"ServiceType": 678,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Downloaded Video",
"TSPairDescription": "International/Digital Downloaded Video"
    },
    {
"TransactionType": 14,
"ServiceType": 679,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Streaming Video",
"TSPairDescription": "International/Digital Streaming Video"
    },
    {
"TransactionType": 14,
"ServiceType": 680,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Downloaded Video Game",
"TSPairDescription": "International/Digital Downloaded Video Game"
    },
    {
"TransactionType": 14,
"ServiceType": 681,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Digital Streaming Video Game",
"TSPairDescription": "International/Digital Streaming Video Game"
    },
    {
"TransactionType": 14,
"ServiceType": 682,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "International",
"ServiceDescription": "Downloaded Software",
"TSPairDescription": "International/Downloaded Software"
    },
    {
"TransactionType": 15,
"ServiceType": 7,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Service",
"TSPairDescription": "Telephony/Service"
    },
    {
"TransactionType": 15,
"ServiceType": 624,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Wireless Service",
"TSPairDescription": "Telephony/Wireless Service"
    },
    {
"TransactionType": 15,
"ServiceType": 627,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Internet Access",
"TSPairDescription": "Telephony/Internet Access"
    },
    {
"TransactionType": 15,
"ServiceType": 629,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Messaging Services",
"TSPairDescription": "Telephony/Messaging Services"
    },
    {
"TransactionType": 15,
"ServiceType": 656,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Service - India Interstate Supply",
"TSPairDescription": "Telephony/Service - India Interstate Supply"
    },
    {
"TransactionType": 15,
"ServiceType": 657,
"MarketType": 5,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Telephony",
"ServiceDescription": "Service - India Intrastate Supply",
"TSPairDescription": "Telephony/Service - India Intrastate Supply"
    },
    {
"TransactionType": 16,
"ServiceType": 6,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Cable Television/Access Charge"
    },
    {
"TransactionType": 16,
"ServiceType": 8,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Install",
"TSPairDescription": "Cable Television/Install"
    },
    {
"TransactionType": 16,
"ServiceType": 13,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "Cable Television/Equipment Repair"
    },
    {
"TransactionType": 16,
"ServiceType": 14,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Cable Television/Late Charge"
    },
    {
"TransactionType": 16,
"ServiceType": 35,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Premium Service",
"TSPairDescription": "Cable Television/Premium Service"
    },
    {
"TransactionType": 16,
"ServiceType": 36,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Pay Per View Service",
"TSPairDescription": "Cable Television/Pay Per View Service"
    },
    {
"TransactionType": 16,
"ServiceType": 37,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "Cable Television/Equipment Rental"
    },
    {
"TransactionType": 16,
"ServiceType": 39,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "TV Guide",
"TSPairDescription": "Cable Television/TV Guide"
    },
    {
"TransactionType": 16,
"ServiceType": 584,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Digital Channel Tier",
"TSPairDescription": "Cable Television/Digital Channel Tier"
    },
    {
"TransactionType": 16,
"ServiceType": 610,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Early Termination Fees",
"TSPairDescription": "Cable Television/Early Termination Fees"
    },
    {
"TransactionType": 16,
"ServiceType": 615,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Equipment Sales",
"TSPairDescription": "Cable Television/Equipment Sales"
    },
    {
"TransactionType": 16,
"ServiceType": 654,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Cable Television",
"ServiceDescription": "Equipment Rental Basic",
"TSPairDescription": "Cable Television/Equipment Rental Basic"
    },
    {
"TransactionType": 18,
"ServiceType": 6,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Satellite Television/Access Charge"
    },
    {
"TransactionType": 18,
"ServiceType": 8,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Install",
"TSPairDescription": "Satellite Television/Install"
    },
    {
"TransactionType": 18,
"ServiceType": 13,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "Satellite Television/Equipment Repair"
    },
    {
"TransactionType": 18,
"ServiceType": 14,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Satellite Television/Late Charge"
    },
    {
"TransactionType": 18,
"ServiceType": 35,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Premium Service",
"TSPairDescription": "Satellite Television/Premium Service"
    },
    {
"TransactionType": 18,
"ServiceType": 36,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Pay Per View Service",
"TSPairDescription": "Satellite Television/Pay Per View Service"
    },
    {
"TransactionType": 18,
"ServiceType": 37,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "Satellite Television/Equipment Rental"
    },
    {
"TransactionType": 18,
"ServiceType": 39,
"MarketType": 8,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Television",
"ServiceDescription": "TV Guide",
"TSPairDescription": "Satellite Television/TV Guide"
    },
    {
"TransactionType": 19,
"ServiceType": 6,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Access Charge",
"TSPairDescription": "VoIP/Access Charge"
    },
    {
"TransactionType": 19,
"ServiceType": 8,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Install",
"TSPairDescription": "VoIP/Install"
    },
    {
"TransactionType": 19,
"ServiceType": 11,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Activation",
"TSPairDescription": "VoIP/Activation"
    },
    {
"TransactionType": 19,
"ServiceType": 13,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "VoIP/Equipment Repair"
    },
    {
"TransactionType": 19,
"ServiceType": 14,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Late Charge",
"TSPairDescription": "VoIP/Late Charge"
    },
    {
"TransactionType": 19,
"ServiceType": 21,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Lines",
"TSPairDescription": "VoIP/Lines"
    },
    {
"TransactionType": 19,
"ServiceType": 30,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "VoIP/Local Feature Charge"
    },
    {
"TransactionType": 19,
"ServiceType": 37,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "VoIP/Equipment Rental"
    },
    {
"TransactionType": 19,
"ServiceType": 41,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "PBX Extension",
"TSPairDescription": "VoIP/PBX Extension"
    },
    {
"TransactionType": 19,
"ServiceType": 43,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Invoice",
"TSPairDescription": "VoIP/Invoice"
    },
    {
"TransactionType": 19,
"ServiceType": 48,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Wireless Access Charge",
"TSPairDescription": "VoIP/Wireless Access Charge"
    },
    {
"TransactionType": 19,
"ServiceType": 49,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "VoIP/Interstate Usage"
    },
    {
"TransactionType": 19,
"ServiceType": 50,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "VoIP/Intrastate Usage"
    },
    {
"TransactionType": 19,
"ServiceType": 51,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "International Usage",
"TSPairDescription": "VoIP/International Usage"
    },
    {
"TransactionType": 19,
"ServiceType": 52,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Wireless Lines",
"TSPairDescription": "VoIP/Wireless Lines"
    },
    {
"TransactionType": 19,
"ServiceType": 53,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "LNP",
"TSPairDescription": "VoIP/LNP"
    },
    {
"TransactionType": 19,
"ServiceType": 566,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "PBX Outbound Channel",
"TSPairDescription": "VoIP/PBX Outbound Channel"
    },
    {
"TransactionType": 19,
"ServiceType": 577,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "VoIP/Enhanced Features"
    },
    {
"TransactionType": 19,
"ServiceType": 578,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "PBX",
"TSPairDescription": "VoIP/PBX"
    },
    {
"TransactionType": 19,
"ServiceType": 579,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "PBX High Capacity",
"TSPairDescription": "VoIP/PBX High Capacity"
    },
    {
"TransactionType": 19,
"ServiceType": 580,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "High Capacity Extension",
"TSPairDescription": "VoIP/High Capacity Extension"
    },
    {
"TransactionType": 19,
"ServiceType": 582,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "High Capacity Outbound Channel",
"TSPairDescription": "VoIP/High Capacity Outbound Channel"
    },
    {
"TransactionType": 19,
"ServiceType": 596,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Access-Local Only Service",
"TSPairDescription": "VoIP/Access-Local Only Service"
    },
    {
"TransactionType": 19,
"ServiceType": 607,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Reserved_607",
"TSPairDescription": "VoIP/Reserved_607"
    },
    {
"TransactionType": 19,
"ServiceType": 635,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 11,
"IsBundle": false,
"TransactionDescription": "VoIP",
"ServiceDescription": "Toll-Free Number",
"TSPairDescription": "VoIP/Toll-Free Number"
    },
    {
"TransactionType": 20,
"ServiceType": 6,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Access Charge",
"TSPairDescription": "VoIPA/Access Charge"
    },
    {
"TransactionType": 20,
"ServiceType": 8,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Install",
"TSPairDescription": "VoIPA/Install"
    },
    {
"TransactionType": 20,
"ServiceType": 11,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Activation",
"TSPairDescription": "VoIPA/Activation"
    },
    {
"TransactionType": 20,
"ServiceType": 13,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "VoIPA/Equipment Repair"
    },
    {
"TransactionType": 20,
"ServiceType": 14,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Late Charge",
"TSPairDescription": "VoIPA/Late Charge"
    },
    {
"TransactionType": 20,
"ServiceType": 21,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Lines",
"TSPairDescription": "VoIPA/Lines"
    },
    {
"TransactionType": 20,
"ServiceType": 30,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "VoIPA/Local Feature Charge"
    },
    {
"TransactionType": 20,
"ServiceType": 37,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "VoIPA/Equipment Rental"
    },
    {
"TransactionType": 20,
"ServiceType": 41,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "PBX Extension",
"TSPairDescription": "VoIPA/PBX Extension"
    },
    {
"TransactionType": 20,
"ServiceType": 43,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Invoice",
"TSPairDescription": "VoIPA/Invoice"
    },
    {
"TransactionType": 20,
"ServiceType": 48,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Wireless Access Charge",
"TSPairDescription": "VoIPA/Wireless Access Charge"
    },
    {
"TransactionType": 20,
"ServiceType": 49,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "VoIPA/Interstate Usage"
    },
    {
"TransactionType": 20,
"ServiceType": 50,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "VoIPA/Intrastate Usage"
    },
    {
"TransactionType": 20,
"ServiceType": 51,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "International Usage",
"TSPairDescription": "VoIPA/International Usage"
    },
    {
"TransactionType": 20,
"ServiceType": 52,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Wireless Lines",
"TSPairDescription": "VoIPA/Wireless Lines"
    },
    {
"TransactionType": 20,
"ServiceType": 53,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "LNP",
"TSPairDescription": "VoIPA/LNP"
    },
    {
"TransactionType": 20,
"ServiceType": 566,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "PBX Outbound Channel",
"TSPairDescription": "VoIPA/PBX Outbound Channel"
    },
    {
"TransactionType": 20,
"ServiceType": 577,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "VoIPA/Enhanced Features"
    },
    {
"TransactionType": 20,
"ServiceType": 578,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "PBX",
"TSPairDescription": "VoIPA/PBX"
    },
    {
"TransactionType": 20,
"ServiceType": 579,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "PBX High Capacity",
"TSPairDescription": "VoIPA/PBX High Capacity"
    },
    {
"TransactionType": 20,
"ServiceType": 580,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "High Capacity Extension",
"TSPairDescription": "VoIPA/High Capacity Extension"
    },
    {
"TransactionType": 20,
"ServiceType": 582,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "High Capacity Outbound Channel",
"TSPairDescription": "VoIPA/High Capacity Outbound Channel"
    },
    {
"TransactionType": 20,
"ServiceType": 596,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Access-Local Only Service",
"TSPairDescription": "VoIPA/Access-Local Only Service"
    },
    {
"TransactionType": 20,
"ServiceType": 607,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Reserved_607",
"TSPairDescription": "VoIPA/Reserved_607"
    },
    {
"TransactionType": 20,
"ServiceType": 635,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 11,
"IsBundle": false,
"TransactionDescription": "VoIPA",
"ServiceDescription": "Toll-Free Number",
"TSPairDescription": "VoIPA/Toll-Free Number"
    },
    {
"TransactionType": 21,
"ServiceType": 21,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Payphone",
"ServiceDescription": "Lines",
"TSPairDescription": "Payphone/Lines"
    },
    {
"TransactionType": 21,
"ServiceType": 49,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Payphone",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "Payphone/Interstate Usage"
    },
    {
"TransactionType": 21,
"ServiceType": 50,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Payphone",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "Payphone/Intrastate Usage"
    },
    {
"TransactionType": 21,
"ServiceType": 55,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Payphone",
"ServiceDescription": "Local Usage",
"TSPairDescription": "Payphone/Local Usage"
    },
    {
"TransactionType": 21,
"ServiceType": 56,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Payphone",
"ServiceDescription": "Provisioning",
"TSPairDescription": "Payphone/Provisioning"
    },
    {
"TransactionType": 24,
"ServiceType": 59,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Licensed Software",
"TSPairDescription": "Software/Licensed Software"
    },
    {
"TransactionType": 24,
"ServiceType": 60,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maintenance Agreement",
"TSPairDescription": "Software/Software Maintenance Agreement"
    },
    {
"TransactionType": 24,
"ServiceType": 61,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Report On CD/Paper Form",
"TSPairDescription": "Software/Report On CD/Paper Form"
    },
    {
"TransactionType": 24,
"ServiceType": 491,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Canned Software",
"TSPairDescription": "Software/Canned Software"
    },
    {
"TransactionType": 24,
"ServiceType": 492,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Modified Charges",
"TSPairDescription": "Software/Modified Charges"
    },
    {
"TransactionType": 24,
"ServiceType": 493,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Modified Software",
"TSPairDescription": "Software/Modified Software"
    },
    {
"TransactionType": 24,
"ServiceType": 494,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Custom Software",
"TSPairDescription": "Software/Custom Software"
    },
    {
"TransactionType": 24,
"ServiceType": 495,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Canned Software-Load and Leave",
"TSPairDescription": "Software/Canned Software-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 496,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Custom Software-Load and Leave",
"TSPairDescription": "Software/Custom Software-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 497,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Licensed Software-Load and Leave",
"TSPairDescription": "Software/Licensed Software-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 498,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Modified Software-Load and Leave",
"TSPairDescription": "Software/Modified Software-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 500,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Downloaded Canned Software",
"TSPairDescription": "Software/Downloaded Canned Software"
    },
    {
"TransactionType": 24,
"ServiceType": 502,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Modified Software-Download",
"TSPairDescription": "Software/Modified Software-Download"
    },
    {
"TransactionType": 24,
"ServiceType": 503,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Canned",
"TSPairDescription": "Software/Software Set Up-Optional-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 504,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Custom",
"TSPairDescription": "Software/Software Set Up-Optional-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 505,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Downloaded",
"TSPairDescription": "Software/Software Set Up-Optional-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 506,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Load and Leave",
"TSPairDescription": "Software/Software Set Up-Optional-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 507,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Modified",
"TSPairDescription": "Software/Software Set Up-Optional-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 508,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Canned",
"TSPairDescription": "Software/Software Set Up-Mandatory-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 509,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Custom",
"TSPairDescription": "Software/Software Set Up-Mandatory-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 510,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Downloaded",
"TSPairDescription": "Software/Software Set Up-Mandatory-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 511,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Load and Leave",
"TSPairDescription": "Software/Software Set Up-Mandatory-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 512,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Modified",
"TSPairDescription": "Software/Software Set Up-Mandatory-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 513,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Canned",
"TSPairDescription": "Software/Computer Consulting-Optional-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 514,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Canned",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 515,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Custom",
"TSPairDescription": "Software/Computer Consulting-Optional-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 516,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Custom",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 517,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Downloaded",
"TSPairDescription": "Software/Computer Consulting-Optional-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 518,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Downloaded",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 519,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Load and Leave",
"TSPairDescription": "Software/Computer Consulting-Optional-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 520,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Load and Leave",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 521,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Modified",
"TSPairDescription": "Software/Computer Consulting-Optional-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 522,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Modified",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 523,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Canned",
"TSPairDescription": "Software/Computer Training-Optional-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 524,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Canned",
"TSPairDescription": "Software/Computer Training-Mandatory-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 525,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Custom",
"TSPairDescription": "Software/Computer Training-Optional-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 526,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Custom",
"TSPairDescription": "Software/Computer Training-Mandatory-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 527,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Downloaded",
"TSPairDescription": "Software/Computer Training-Optional-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 528,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Downloaded",
"TSPairDescription": "Software/Computer Training-Mandatory-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 529,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Load and Leave",
"TSPairDescription": "Software/Computer Training-Optional-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 530,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Load and Leave",
"TSPairDescription": "Software/Computer Training-Mandatory-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 531,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Modified",
"TSPairDescription": "Software/Computer Training-Optional-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 532,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Modified",
"TSPairDescription": "Software/Computer Training-Mandatory-Modified"
    },
    {
"TransactionType": 24,
"ServiceType": 595,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Downloaded Licensed Software",
"TSPairDescription": "Software/Downloaded Licensed Software"
    },
    {
"TransactionType": 24,
"ServiceType": 636,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Remotely Accessed Software",
"TSPairDescription": "Software/Remotely Accessed Software"
    },
    {
"TransactionType": 24,
"ServiceType": 663,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Optional-Remotely Accessed",
"TSPairDescription": "Software/Software Set Up-Optional-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 666,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Optional-Remotely Accessed",
"TSPairDescription": "Software/Computer Consulting-Optional-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 667,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Optional-Remotely Accessed",
"TSPairDescription": "Software/Computer Training-Optional-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 668,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Set Up-Mandatory-Remotely Accessed",
"TSPairDescription": "Software/Software Set Up-Mandatory-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 669,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Consulting-Mandatory-Remotely Accessed",
"TSPairDescription": "Software/Computer Consulting-Mandatory-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 670,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Computer Training-Mandatory-Remotely Accessed",
"TSPairDescription": "Software/Computer Training-Mandatory-Remotely Accessed"
    },
    {
"TransactionType": 24,
"ServiceType": 671,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Modification Charges-Remotely Accessed Software",
"TSPairDescription": "Software/Modification Charges-Remotely Accessed Software"
    },
    {
"TransactionType": 24,
"ServiceType": 694,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maintenance Agreement-Optional-Canned",
"TSPairDescription": "Software/Software Maintenance Agreement-Optional-Canned"
    },
    {
"TransactionType": 24,
"ServiceType": 695,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maintenance Agreement-Mandatory-Custom",
"TSPairDescription": "Software/Software Maintenance Agreement-Mandatory-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 696,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maintenance Agreement-Optional-Custom",
"TSPairDescription": "Software/Software Maintenance Agreement-Optional-Custom"
    },
    {
"TransactionType": 24,
"ServiceType": 699,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Mandatory-Downloaded",
"TSPairDescription": "Software/Software Maint Agreement-Mandatory-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 700,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Mandatory-Load and Leave",
"TSPairDescription": "Software/Software Maint Agreement-Mandatory-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 702,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Mandatory-Remote Access",
"TSPairDescription": "Software/Software Maint Agreement-Mandatory-Remote Access"
    },
    {
"TransactionType": 24,
"ServiceType": 703,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Optional-Downloaded",
"TSPairDescription": "Software/Software Maint Agreement-Optional-Downloaded"
    },
    {
"TransactionType": 24,
"ServiceType": 704,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Optional-Load and Leave",
"TSPairDescription": "Software/Software Maint Agreement-Optional-Load and Leave"
    },
    {
"TransactionType": 24,
"ServiceType": 705,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Software Maint Agreement-Optional-Remote Access",
"TSPairDescription": "Software/Software Maint Agreement-Optional-Remote Access"
    },
    {
"TransactionType": 24,
"ServiceType": 707,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Software",
"ServiceDescription": "Licensed Load and Leave Software",
"TSPairDescription": "Software/Licensed Load and Leave Software"
    },
    {
"TransactionType": 25,
"ServiceType": 62,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "Information Retrieval",
"TSPairDescription": "Timesharing/Information Retrieval"
    },
    {
"TransactionType": 25,
"ServiceType": 533,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "Timesharing - Off-Site Use of CPU - General Rule",
"TSPairDescription": "Timesharing/Timesharing - Off-Site Use of CPU - General Rule"
    },
    {
"TransactionType": 25,
"ServiceType": 534,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "CPU Located out of State",
"TSPairDescription": "Timesharing/CPU Located out of State"
    },
    {
"TransactionType": 25,
"ServiceType": 646,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "Information Retrieval (Provider Data)",
"TSPairDescription": "Timesharing/Information Retrieval (Provider Data)"
    },
    {
"TransactionType": 25,
"ServiceType": 660,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "No Retrieval-Disaster Recovery",
"TSPairDescription": "Timesharing/No Retrieval-Disaster Recovery"
    },
    {
"TransactionType": 25,
"ServiceType": 706,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Timesharing",
"ServiceDescription": "Off - Site Use of CPU",
"TSPairDescription": "Timesharing/Off - Site Use of CPU"
    },
    {
"TransactionType": 29,
"ServiceType": 128,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Books",
"ServiceDescription": "Educational-College & Trade School",
"TSPairDescription": "Books/Educational-College & Trade School"
    },
    {
"TransactionType": 32,
"ServiceType": 106,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Electronic Equipment & Computer Hardware",
"ServiceDescription": "General Rule",
"TSPairDescription": "Electronic Equipment & Computer Hardware/General Rule"
    },
    {
"TransactionType": 32,
"ServiceType": 174,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Electronic Equipment & Computer Hardware",
"ServiceDescription": "Monitors Less Than 4 Inches",
"TSPairDescription": "Electronic Equipment & Computer Hardware/Monitors Less Than 4 Inches"
    },
    {
"TransactionType": 32,
"ServiceType": 175,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Electronic Equipment & Computer Hardware",
"ServiceDescription": "Monitors Between 5-14 inches",
"TSPairDescription": "Electronic Equipment & Computer Hardware/Monitors Between 5-14 inches"
    },
    {
"TransactionType": 32,
"ServiceType": 176,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Electronic Equipment & Computer Hardware",
"ServiceDescription": "Monitors Between Than 15-34 Inches",
"TSPairDescription": "Electronic Equipment & Computer Hardware/Monitors Between Than 15-34 Inches"
    },
    {
"TransactionType": 32,
"ServiceType": 177,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Electronic Equipment & Computer Hardware",
"ServiceDescription": "Monitors Greater Than 35 Inches",
"TSPairDescription": "Electronic Equipment & Computer Hardware/Monitors Greater Than 35 Inches"
    },
    {
"TransactionType": 34,
"ServiceType": 106,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "General Merchandise",
"ServiceDescription": "General Rule",
"TSPairDescription": "General Merchandise/General Rule"
    },
    {
"TransactionType": 34,
"ServiceType": 230,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "General Merchandise",
"ServiceDescription": "Coupon Books",
"TSPairDescription": "General Merchandise/Coupon Books"
    },
    {
"TransactionType": 34,
"ServiceType": 232,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "General Merchandise",
"ServiceDescription": "Non-Lead Based Batteries",
"TSPairDescription": "General Merchandise/Non-Lead Based Batteries"
    },
    {
"TransactionType": 34,
"ServiceType": 574,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "General Merchandise",
"ServiceDescription": "Fixture",
"TSPairDescription": "General Merchandise/Fixture"
    },
    {
"TransactionType": 36,
"ServiceType": 247,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Magazines",
"ServiceDescription": "Subscription-Annually-Delivered by US Mail",
"TSPairDescription": "Magazines/Subscription-Annually-Delivered by US Mail"
    },
    {
"TransactionType": 36,
"ServiceType": 250,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Magazines",
"ServiceDescription": "Subscription-Quarterly-Delivered by US Mail",
"TSPairDescription": "Magazines/Subscription-Quarterly-Delivered by US Mail"
    },
    {
"TransactionType": 36,
"ServiceType": 361,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Magazines",
"ServiceDescription": "Digital Product - Retail",
"TSPairDescription": "Magazines/Digital Product - Retail"
    },
    {
"TransactionType": 36,
"ServiceType": 362,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Magazines",
"ServiceDescription": "Digital Product - Subscription",
"TSPairDescription": "Magazines/Digital Product - Subscription"
    },
    {
"TransactionType": 42,
"ServiceType": 361,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Newspaper",
"ServiceDescription": "Digital Product - Retail",
"TSPairDescription": "Newspaper/Digital Product - Retail"
    },
    {
"TransactionType": 42,
"ServiceType": 362,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Newspaper",
"ServiceDescription": "Digital Product - Subscription",
"TSPairDescription": "Newspaper/Digital Product - Subscription"
    },
    {
"TransactionType": 44,
"ServiceType": 387,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Rentals and Leasing",
"ServiceDescription": "Movie Rentals--Private Use--Digital Download",
"TSPairDescription": "Rentals and Leasing/Movie Rentals--Private Use--Digital Download"
    },
    {
"TransactionType": 47,
"ServiceType": 414,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Printing",
"ServiceDescription": "Printing Services",
"TSPairDescription": "Services-Printing/Printing Services"
    },
    {
"TransactionType": 47,
"ServiceType": 415,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Printing",
"ServiceDescription": "Copying Services",
"TSPairDescription": "Services-Printing/Copying Services"
    },
    {
"TransactionType": 48,
"ServiceType": 416,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Credit Card Processing Fee-Part of Sale",
"TSPairDescription": "Services-Professional/Credit Card Processing Fee-Part of Sale"
    },
    {
"TransactionType": 48,
"ServiceType": 417,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Credit Card Processing Fee-Separate Sale",
"TSPairDescription": "Services-Professional/Credit Card Processing Fee-Separate Sale"
    },
    {
"TransactionType": 48,
"ServiceType": 420,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Protection & Security Services",
"TSPairDescription": "Services-Professional/Protection & Security Services"
    },
    {
"TransactionType": 48,
"ServiceType": 434,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Advertising",
"TSPairDescription": "Services-Professional/Advertising"
    },
    {
"TransactionType": 48,
"ServiceType": 439,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Background Music Services",
"TSPairDescription": "Services-Professional/Background Music Services"
    },
    {
"TransactionType": 48,
"ServiceType": 447,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Telephone Answering Service",
"TSPairDescription": "Services-Professional/Telephone Answering Service"
    },
    {
"TransactionType": 48,
"ServiceType": 557,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Information Systems Services",
"TSPairDescription": "Services-Professional/Information Systems Services"
    },
    {
"TransactionType": 48,
"ServiceType": 708,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Professional",
"ServiceDescription": "Information System Services",
"TSPairDescription": "Services-Professional/Information System Services"
    },
    {
"TransactionType": 50,
"ServiceType": 473,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Services-Repair",
"ServiceDescription": "Repair Parts - General Rule",
"TSPairDescription": "Services-Repair/Repair Parts - General Rule"
    },
    {
"TransactionType": 57,
"ServiceType": 560,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Download from Internet",
"TSPairDescription": "Digital Goods/Download from Internet"
    },
    {
"TransactionType": 57,
"ServiceType": 561,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Download to Phone",
"TSPairDescription": "Digital Goods/Download to Phone"
    },
    {
"TransactionType": 57,
"ServiceType": 609,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Video",
"TSPairDescription": "Digital Goods/Streaming Video"
    },
    {
"TransactionType": 57,
"ServiceType": 633,
"MarketType": 4,
"InterfaceType": 3,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Downloaded Video",
"TSPairDescription": "Digital Goods/Downloaded Video"
    },
    {
"TransactionType": 57,
"ServiceType": 661,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Audio",
"TSPairDescription": "Digital Goods/Streaming Audio"
    },
    {
"TransactionType": 57,
"ServiceType": 662,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Downloaded Audio",
"TSPairDescription": "Digital Goods/Downloaded Audio"
    },
    {
"TransactionType": 57,
"ServiceType": 672,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Video - On-Net - Live",
"TSPairDescription": "Digital Goods/Streaming Video - On-Net - Live"
    },
    {
"TransactionType": 57,
"ServiceType": 673,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Video - On-Net - On Demand",
"TSPairDescription": "Digital Goods/Streaming Video - On-Net - On Demand"
    },
    {
"TransactionType": 57,
"ServiceType": 674,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Video - OTT - Live",
"TSPairDescription": "Digital Goods/Streaming Video - OTT - Live"
    },
    {
"TransactionType": 57,
"ServiceType": 675,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Streaming Video - OTT - On Demand",
"TSPairDescription": "Digital Goods/Streaming Video - OTT - On Demand"
    },
    {
"TransactionType": 57,
"ServiceType": 678,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Digital Goods",
"ServiceDescription": "Digital Downloaded Video",
"TSPairDescription": "Digital Goods/Digital Downloaded Video"
    },
    {
"TransactionType": 58,
"ServiceType": 563,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Dark Fiber",
"ServiceDescription": "Lease-Facilities",
"TSPairDescription": "Dark Fiber/Lease-Facilities"
    },
    {
"TransactionType": 58,
"ServiceType": 564,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Dark Fiber",
"ServiceDescription": "Lease-Non-Facilities",
"TSPairDescription": "Dark Fiber/Lease-Non-Facilities"
    },
    {
"TransactionType": 58,
"ServiceType": 604,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Dark Fiber",
"ServiceDescription": "Lease-Facilities-Local Service",
"TSPairDescription": "Dark Fiber/Lease-Facilities-Local Service"
    },
    {
"TransactionType": 58,
"ServiceType": 605,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Dark Fiber",
"ServiceDescription": "Lease-Non-Facilities-Local Svc",
"TSPairDescription": "Dark Fiber/Lease-Non-Facilities-Local Svc"
    },
    {
"TransactionType": 59,
"ServiceType": 6,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Access Charge",
"TSPairDescription": "VoIP-Nomadic/Access Charge"
    },
    {
"TransactionType": 59,
"ServiceType": 8,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Install",
"TSPairDescription": "VoIP-Nomadic/Install"
    },
    {
"TransactionType": 59,
"ServiceType": 11,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Activation",
"TSPairDescription": "VoIP-Nomadic/Activation"
    },
    {
"TransactionType": 59,
"ServiceType": 13,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Equipment Repair",
"TSPairDescription": "VoIP-Nomadic/Equipment Repair"
    },
    {
"TransactionType": 59,
"ServiceType": 14,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Late Charge",
"TSPairDescription": "VoIP-Nomadic/Late Charge"
    },
    {
"TransactionType": 59,
"ServiceType": 21,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Lines",
"TSPairDescription": "VoIP-Nomadic/Lines"
    },
    {
"TransactionType": 59,
"ServiceType": 30,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "VoIP-Nomadic/Local Feature Charge"
    },
    {
"TransactionType": 59,
"ServiceType": 37,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Equipment Rental",
"TSPairDescription": "VoIP-Nomadic/Equipment Rental"
    },
    {
"TransactionType": 59,
"ServiceType": 41,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "PBX Extension",
"TSPairDescription": "VoIP-Nomadic/PBX Extension"
    },
    {
"TransactionType": 59,
"ServiceType": 43,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Invoice",
"TSPairDescription": "VoIP-Nomadic/Invoice"
    },
    {
"TransactionType": 59,
"ServiceType": 49,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "VoIP-Nomadic/Interstate Usage"
    },
    {
"TransactionType": 59,
"ServiceType": 50,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "VoIP-Nomadic/Intrastate Usage"
    },
    {
"TransactionType": 59,
"ServiceType": 51,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "International Usage",
"TSPairDescription": "VoIP-Nomadic/International Usage"
    },
    {
"TransactionType": 59,
"ServiceType": 53,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "LNP",
"TSPairDescription": "VoIP-Nomadic/LNP"
    },
    {
"TransactionType": 59,
"ServiceType": 566,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "PBX Outbound Channel",
"TSPairDescription": "VoIP-Nomadic/PBX Outbound Channel"
    },
    {
"TransactionType": 59,
"ServiceType": 577,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "VoIP-Nomadic/Enhanced Features"
    },
    {
"TransactionType": 59,
"ServiceType": 578,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "PBX",
"TSPairDescription": "VoIP-Nomadic/PBX"
    },
    {
"TransactionType": 59,
"ServiceType": 579,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "PBX High Capacity",
"TSPairDescription": "VoIP-Nomadic/PBX High Capacity"
    },
    {
"TransactionType": 59,
"ServiceType": 580,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "High Capacity Extension",
"TSPairDescription": "VoIP-Nomadic/High Capacity Extension"
    },
    {
"TransactionType": 59,
"ServiceType": 582,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "High Capacity Outbound Channel",
"TSPairDescription": "VoIP-Nomadic/High Capacity Outbound Channel"
    },
    {
"TransactionType": 59,
"ServiceType": 607,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Reserved_607",
"TSPairDescription": "VoIP-Nomadic/Reserved_607"
    },
    {
"TransactionType": 59,
"ServiceType": 635,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 11,
"IsBundle": false,
"TransactionDescription": "VoIP-Nomadic",
"ServiceDescription": "Toll-Free Number",
"TSPairDescription": "VoIP-Nomadic/Toll-Free Number"
    },
    {
"TransactionType": 60,
"ServiceType": 10,
"MarketType": 10,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Satellite Phone",
"ServiceDescription": "Usage",
"TSPairDescription": "Satellite Phone/Usage"
    },
    {
"TransactionType": 61,
"ServiceType": 585,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "Interstate MPLS",
"TSPairDescription": "VPN/Interstate MPLS"
    },
    {
"TransactionType": 61,
"ServiceType": 586,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "Intrastate MPLS",
"TSPairDescription": "VPN/Intrastate MPLS"
    },
    {
"TransactionType": 61,
"ServiceType": 650,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "MPLS Intrastate Activation",
"TSPairDescription": "VPN/MPLS Intrastate Activation"
    },
    {
"TransactionType": 61,
"ServiceType": 651,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "MPLS Install",
"TSPairDescription": "VPN/MPLS Install"
    },
    {
"TransactionType": 61,
"ServiceType": 652,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "MPLS Service",
"TSPairDescription": "VPN/MPLS Service"
    },
    {
"TransactionType": 61,
"ServiceType": 653,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "VPN",
"ServiceDescription": "MPLS Interstate Activation",
"TSPairDescription": "VPN/MPLS Interstate Activation"
    },
    {
"TransactionType": 62,
"ServiceType": 590,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Reserved_62",
"ServiceDescription": "Reserved_590",
"TSPairDescription": "Reserved_62/Reserved_590"
    },
    {
"TransactionType": 64,
"ServiceType": 577,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "Conferencing/Enhanced Features"
    },
    {
"TransactionType": 64,
"ServiceType": 648,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Intrastate with FCC Jurisdiction",
"TSPairDescription": "Conferencing/Intrastate with FCC Jurisdiction"
    },
    {
"TransactionType": 64,
"ServiceType": 649,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Interstate without FCC Jurisdiction",
"TSPairDescription": "Conferencing/Interstate without FCC Jurisdiction"
    },
    {
"TransactionType": 64,
"ServiceType": 683,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Bridge w Enhanced Features",
"TSPairDescription": "Conferencing/Bridge w Enhanced Features"
    },
    {
"TransactionType": 64,
"ServiceType": 684,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Interstate Dial in w Enhanced Features",
"TSPairDescription": "Conferencing/Interstate Dial in w Enhanced Features"
    },
    {
"TransactionType": 64,
"ServiceType": 685,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Intrastate Dial in w Enhanced Features",
"TSPairDescription": "Conferencing/Intrastate Dial in w Enhanced Features"
    },
    {
"TransactionType": 64,
"ServiceType": 686,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Conferencing",
"ServiceDescription": "Concierge Service",
"TSPairDescription": "Conferencing/Concierge Service"
    },
    {
"TransactionType": 65,
"ServiceType": 6,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Access Charge",
"TSPairDescription": "Non-Interconnected VoIP/Access Charge"
    },
    {
"TransactionType": 65,
"ServiceType": 11,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Activation",
"TSPairDescription": "Non-Interconnected VoIP/Activation"
    },
    {
"TransactionType": 65,
"ServiceType": 14,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Late Charge",
"TSPairDescription": "Non-Interconnected VoIP/Late Charge"
    },
    {
"TransactionType": 65,
"ServiceType": 30,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Local Feature Charge",
"TSPairDescription": "Non-Interconnected VoIP/Local Feature Charge"
    },
    {
"TransactionType": 65,
"ServiceType": 43,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 0,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Invoice",
"TSPairDescription": "Non-Interconnected VoIP/Invoice"
    },
    {
"TransactionType": 65,
"ServiceType": 49,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Interstate Usage",
"TSPairDescription": "Non-Interconnected VoIP/Interstate Usage"
    },
    {
"TransactionType": 65,
"ServiceType": 50,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Intrastate Usage",
"TSPairDescription": "Non-Interconnected VoIP/Intrastate Usage"
    },
    {
"TransactionType": 65,
"ServiceType": 51,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 9,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "International Usage",
"TSPairDescription": "Non-Interconnected VoIP/International Usage"
    },
    {
"TransactionType": 65,
"ServiceType": 577,
"MarketType": 7,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Non-Interconnected VoIP",
"ServiceDescription": "Enhanced Features",
"TSPairDescription": "Non-Interconnected VoIP/Enhanced Features"
    },
    {
"TransactionType": 66,
"ServiceType": 710,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Override",
"ServiceDescription": "Service One",
"TSPairDescription": "Override/Service One"
    },
    {
"TransactionType": 66,
"ServiceType": 711,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Override",
"ServiceDescription": "Service Two",
"TSPairDescription": "Override/Service Two"
    },
    {
"TransactionType": 66,
"ServiceType": 712,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Override",
"ServiceDescription": "Service Three",
"TSPairDescription": "Override/Service Three"
    },
    {
"TransactionType": 66,
"ServiceType": 713,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 1,
"IsBundle": false,
"TransactionDescription": "Override",
"ServiceDescription": "Service Four",
"TSPairDescription": "Override/Service Four"
    },
    {
"TransactionType": 66,
"ServiceType": 714,
"MarketType": 6,
"InterfaceType": 1,
"InputType": 2,
"IsBundle": false,
"TransactionDescription": "Override",
"ServiceDescription": "Service Five",
"TSPairDescription": "Override/Service Five"
    }
]
```