{
  "openapi": "3.1.3",
  "info": {
    "version": "1.0.4",
    "title": "extpartneromnisvcsms",
    "description": "This is an OpenAPI Specification for APIs for external partners to perform ServiceQualification checks.",
    "contact": {
      "name": "Omni API Support",
      "email": "DL-OmniAdapter@att.com"
    }
  },
  "servers": [
    {
      "url": "https://partner.att.com/omni-svcs"
    }
  ],
  "security": [],
  "tags": [
    {
      "name": "Service Qualification",
      "description": "Omni Service Qualification "
    }
  ],
  "paths": {
    "/v1/service-qualification": {
      "post": {
        "tags": [
          "Service Qualification"
        ],
        "description": "Allows external partners to verify whether a given service address and Postal code are eligible for fiber connectivity.",
        "summary": "Service qualification based on address",
        "operationId": "ServiceQualification",
        "parameters": [
          {
            "$ref": "#/components/parameters/ParameterAppname"
          }
        ],
        "requestBody": {
          "description": "Service Qualification request payload",
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ServiceQualificationRequest"
              },
              "examples": {
                "ServiceQualification_perfect_match": {
                  "summary": "Service Qualification Perfect Match",
                  "x-tags": [
                    "Fiber-Provide-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "91911",
                      "city": "CHULA VISTA",
                      "stateOrProvince": "CA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "3802 EAST MAIN ST"
                        },
                        {
                          "name": "addressLine2",
                          "valueType": "string",
                          "value": "UNIT 9"
                        }
                      ]
                    },
                    "customerType": "CONSUMER"
                  }
                },
                "ServiceQualification_perfect_voip_match": {
                  "summary": "Service Qualification Perfect Match VOIP",
                  "x-tags": [
                    "Fiber-Provide-Consumer",
                    "Fiber-Move-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "32703",
                      "city": "APOPKA",
                      "stateOrProvince": "FL",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "9382 JUNIOR AVE"
                        }
                      ]
                    },
                    "customerType": "CONSUMER"
                  }
                },
                "ServiceQualification_perfect_aia_match": {
                  "summary": "Service Qualification Perfect Match AIA",
                  "x-tags": [
                    "Fiber-Provide-Consumer",
                    "Fiber-Move-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "30075",
                      "city": "ROSWELL",
                      "stateOrProvince": "GA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "12150 KING RD"
                        }
                      ]
                    },
                    "customerType": "CONSUMER"
                  }
                },
                "ServiceQualification_perfect_match_location_attributes": {
                  "summary": "Service Qualification Perfect Match with Location Attributes",
                  "x-tags": [
                    "Fiber-Provide-Consumer",
                    "Fiber-Move-Consumer",
                    "Fiber-Change-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "id": "00010GZFZX"
                    },
                    "customerType": "CONSUMER"
                  }
                },
                "ServiceQualification_smb_perfect_match": {
                  "summary": "Service Qualification SMB Perfect Match",
                  "x-tags": [
                    "Fiber-Provide-Business",
                    "Fiber-Change-Business"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "78746",
                      "city": "WEST LAKE HILLS",
                      "stateOrProvince": "TX",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "value": "1250 S CAPITAL OF TEXAS HWY"
                        },
                        {
                          "name": "addressLine2",
                          "value": "BLDG 12"
                        }
                      ]
                    },
                    "customerType": "BUSINESS"
                  }
                },
                "ServiceQualification_smb_perfect_match_location_attributes": {
                  "summary": "Service Qualification SMB Perfect Match with Location Attributes",
                  "x-tags": [
                    "Fiber-Provide-Business",
                    "Fiber-Change-Business"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "id": "00001EDWS1"
                    },
                    "customerType": "BUSINESS"
                  }
                },
                "ServiceQualification_smb_perfect_aia_match": {
                  "summary": "Service Qualification SMB Perfect Match AIA",
                  "x-tags": [
                    "Fiber-Provide-Business",
                    "Fiber-Change-Business"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "30075",
                      "city": "ROSEWELL",
                      "stateOrProvince": "GA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "value": "640 CROSSVILLE RD"
                        },
                        {
                          "name": "addressLine2",
                          "value": "UNIT 100"
                        }
                      ]
                    },
                    "customerType": "BUSINESS"
                  }
                },
                "ServiceQualification_closematch_mdu": {
                  "summary": "Service Qualification Close Match MDU",
                  "x-tags": [
                    "Fiber-Provide-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "91911",
                      "city": "CHULA VISTA",
                      "stateOrProvince": "CA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "3802 EAST MAIN ST"
                        }
                      ]
                    },
                    "customerType": "CONSUMER"
                  }
                },
                "ServiceQualification_smb_closematch_mdu": {
                  "summary": "Service Qualification SMB Close Match MDU",
                  "x-tags": [
                    "Fiber-Provide-Business"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "78746",
                      "city": "WEST LAKE HILLS",
                      "stateOrProvince": "TX",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "value": "1250 S CAPITAL OF TEXAS HWY"
                        }
                      ]
                    },
                    "customerType": "BUSINESS"
                  }
                },
                "servicequalification_withOffers": {
                  "summary": "Service Qualification With Offers",
                  "x-tags": [
                    "Fiber-Provide-Consumer"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "91911",
                      "city": "CHULA VISTA",
                      "stateOrProvince": "CA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "3802 EAST MAIN ST"
                        }
                      ]
                    },
                    "offers": [
                      {
                        "productOfferingTypeGroup": "BBOffers"
                      }
                    ],
                    "customerType": "CONSUMER"
                  }
                },
                "servicequalification_smb_withOffers": {
                  "summary": "Service Qualification SMB With Offers",
                  "x-tags": [
                    "Fiber-Provide-Business"
                  ],
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "78746",
                      "city": "WEST LAKE HILLS",
                      "stateOrProvince": "TX",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "value": "1250 S CAPITAL OF TEXAS HWY"
                        },
                        {
                          "name": "addressLine2",
                          "value": "BLDG 12"
                        }
                      ]
                    },
                    "offers": [
                      {
                        "productOfferingTypeGroup": "BBOffers"
                      }
                    ],
                    "customerType": "BUSINESS"
                  }
                },
                "servicequalification_forMove": {
                  "x-tags": [
                    "Fiber-Move-Consumer"
                  ],
                  "summary": "Service Qualification Move With BBOffers",
                  "value": {
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "geographicAddress": {
                      "postcode": "91911",
                      "city": "CHULA VISTA",
                      "stateOrProvince": "CA",
                      "addressCharacteristic": [
                        {
                          "name": "addressLine1",
                          "valueType": "string",
                          "value": "3802 EAST MAIN ST"
                        }
                      ]
                    },
                    "customerType": "CONSUMER",
                    "offers": [
                      {
                        "productOfferingTypeGroup": "BBOffers",
                        "billingAccountNumber": "123456789",
                        "intent": "MOVE"
                      }
                    ]
                  }
                },
                "servicequalification_with_addressId": {
                  "summary": "Service Qualificaiton with addressId",
                  "value": {
                    "geographicAddress": {
                      "id": "00000QS4QU"
                    },
                    "channel": {
                      "id": "IND",
                      "name": "IND",
                      "extensions": [
                        {
                          "name": "subChannel",
                          "value": "bestbuy"
                        },
                        {
                          "name": "subChannelGroup",
                          "value": "National Retail"
                        },
                        {
                          "name": "agentId",
                          "value": "s12345"
                        }
                      ]
                    },
                    "customerType": "CONSUMER"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Service Qualification response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ServiceQualificationResponse"
                },
                "examples": {
                  "servicequalification_perfect_match": {
                    "summary": "Service Qualification Perfect Match",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Perfectmatch_response"
                  },
                  "servicequalification_perfect_match_voip": {
                    "summary": "Service Qualification Perfect Match VOIP",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Perfectmatch_Voip_response"
                  },
                  "servicequalification_perfect_match_aia": {
                    "summary": "Service Qualification Perfect Match AIA",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Perfectmatch_AIA_response"
                  },
                  "servicequalification_smb_perfect_match": {
                    "summary": "Service Qualification SMB Perfect Match",
                    "x-tags": [
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQual_SMB_Perfectmatch_response"
                  },
                  "servicequalification_perfect_match_location_attributes": {
                    "summary": "Service Qualification Perfect Match with Location Attributes",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Perfectmatch_LocationAttributes_response"
                  },
                  "servicequalification_smb_perfect_match_location_attributes": {
                    "summary": "Service Qualification SMB Perfect Match with Location Attributes",
                    "x-tags": [
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQual_SMB_Perfectmatch_LocationAttributes_response"
                  },
                  "servicequalification_smb_perfect_match_aia": {
                    "summary": "Service Qualification SMB Perfect Match AIA",
                    "x-tags": [
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQual_SMB_Perfectmatch_AIA_response"
                  },
                  "servicequalification_perfect_match_instanton": {
                    "summary": "Service Qualification Perfect Match InstantOn",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Perfectmatch_InstantOn_response"
                  },
                  "servicequalification_closematch_mdu": {
                    "summary": "Service Qualification Close Match MDU",
                    "x-tags": [
                      "Fiber-Provide-Consumer"
                    ],
                    "$ref": "#/components/examples/ServiceQual_Closematch_mdu_response"
                  },
                  "servicequalification_smb_closematch_mdu": {
                    "summary": "Service Qualification SMB Close Match MDU",
                    "x-tags": [
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQual_SMB_Closematch_mdu_response"
                  },
                  "servicequalification_with_No_Qualification_response": {
                    "summary": "Service Qualification With No Qualification Items",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQualification_with_No_Qualification"
                  },
                  "servicequalification_withOffers_response": {
                    "summary": "Service Qualification With Offers",
                    "x-tags": [
                      "Fiber-Provide-Consumer"
                    ],
                    "$ref": "#/components/examples/servicequalification_withOffers_response"
                  },
                  "servicequalification_smb_withOffers_response": {
                    "summary": "Service Qualification SMB With Offers",
                    "x-tags": [
                      "Fiber-Provide-Business"
                    ],
                    "$ref": "#/components/examples/servicequalification_smb_withOffers_response"
                  },
                  "servicequalification_with_NoOffers_response": {
                    "summary": "Service Qualification With No Offers",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQualification_with_No_Offers"
                  },
                  "servicequalification_movewithOffers_response": {
                    "summary": "Service Qualification Move With BBOffers",
                    "x-tags": [
                      "Fiber-Move-Consumer"
                    ],
                    "$ref": "#/components/examples/servicequalification_withOffers_response"
                  },
                  "servicequal_noaddressmatch": {
                    "summary": "Service Qualification No Address Match",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "value": {
                      "addressValidation": {
                        "validationResult": "nomatch"
                      }
                    }
                  },
                  "servicequalification_with_addressId_w_streetDirection": {
                    "summary": "Service Qualification with Address Id returning Street Direction",
                    "$ref": "#/components/examples/ServiceQual_with_street_direction_response"
                  },
                  "servicequalification_with_partial_response_error_retrieving_offers": {
                    "summary": "Service Qualification With Partial Failure Error Retrieving Offers",
                    "description": "Service Qualification With Partial Failure Error Retrieving Offers",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQualification_partial_response_with_offer_failure"
                  },
                  "servicequalification_with_partial_response_error_retrieving_qualification_inventory": {
                    "summary": "Service Qualification With Partial Failure Error Retrieving Qualification & Inventory",
                    "description": "Service Qualification With Partial Failure Error Retrieving Qualification & Inventory",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQualification_partial_response_with_qualification_failure"
                  },
                  "servicequalification_working_service_conflict": {
                    "summary": "Service Qualification Working Service Conflict",
                    "description": "Working service conflict response including pending disconnect, no pending disconnect, and pending order scenarios.",
                    "x-tags": [
                      "Fiber-Provide-Consumer",
                      "Fiber-Move-Consumer",
                      "Fiber-Change-Consumer",
                      "Fiber-Provide-Business",
                      "Fiber-Change-Business"
                    ],
                    "$ref": "#/components/examples/ServiceQualification_WorkingServiceConflict_response"
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad request - Missing fields, Invalid input data, validation failure",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/WrappedPartnerServiceError"
                },
                "examples": {
                  "MissingFields": {
                    "summary": "Missing fields",
                    "value": {
                      "error": {
                        "errorId": "EXT_SERVICE_QUAL-SBPL-0001",
                        "message": "Required fields are missing",
                        "errorSystemId": "Service Qualification",
                        "details": [
                          {
                            "code": "SBP-S100003",
                            "message": "Postal Code is Invalid"
                          }
                        ]
                      }
                    }
                  }
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/WrappedPartnerServiceError"
                },
                "examples": {
                  "ServiceQualificationSystemError": {
                    "summary": "System Error",
                    "value": {
                      "error": {
                        "errorId": "EXT_SERVICE_QUAL-SBPL-500",
                        "message": "System Error",
                        "errorSystemId": "Service Qualification",
                        "details": [
                          {
                            "code": "SBP-S10003",
                            "message": "system error"
                          }
                        ]
                      }
                    }
                  },
                  "ServiceQualificationAIAError": {
                    "summary": "AIA Error",
                    "value": {
                      "error": {
                        "errorId": "EXTPNO-OFFERS-CPOPOFFER-0006",
                        "message": "Unsupported Flow",
                        "errorSystemId": "extpartnerproductoffersdiscovery",
                        "details": [
                          {
                            "code": "INT-0010",
                            "message": "AIA is not supported yet, please switch to regular AT&T internet AIR flow"
                          }
                        ]
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "ServiceQualificationRequest": {
        "type": "object",
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/SalesChannel",
            "description": "Information about the sales channel and sub-channel through which the service qualification request is being made."
          },
          "geographicAddress": {
            "$ref": "#/components/schemas/Address",
            "description": "The service address for which the service qualification check needs to be performed."
          },
          "customerType": {
            "description": "Customer Type to be used for filtering offers. e.g. CONSUMER, IRU, CRU, BUSINESS.",
            "maxLength": 100,
            "minLength": 2,
            "type": "string",
            "enum": [
              "CONSUMER",
              "IRU",
              "CRU",
              "BUSINESS"
            ]
          },
          "offers": {
            "type": "array",
            "description": "List of offers to check for eligibility during service qualification. For Move orders, billingAccountNumber and intent fields are also used for offer filtering.",
            "items": {
              "type": "object",
              "properties": {
                "productOfferingTypeGroup": {
                  "type": "string",
                  "description": "The productOfferingTypeGroup field is used to identify the type of offer (e.g., BBOffers for broadband offers)",
                  "enum": [
                    "mobilePlan",
                    "mobileAddon",
                    "mobileDevice",
                    "mobileOffer",
                    "sim",
                    "BBAddons",
                    "BBOffers"
                  ]
                },
                "billingAccountNumber": {
                  "type": "string",
                  "description": "Customer Billing Account Number",
                  "example": "123456789"
                },
                "intent": {
                  "type": "string",
                  "description": "Intent of the flow (e.g., MOVE). For the Provide flow, this will be empty.",
                  "example": "MOVE"
                }
              }
            }
          }
        }
      },
      "ServiceQualificationResponse": {
        "type": "object",
        "properties": {
          "addressValidation": {
            "$ref": "#/components/schemas/AddressValidation",
            "description": "Results of address validation, including a valid geographic addresses and an address match code indicating the quality of the match between the input address and the validated addresses."
          },
          "serviceQualification": {
            "$ref": "#/components/schemas/ServiceQualification",
            "description": "Service qualification results for the given address, including service qualification items and service inventory."
          },
          "serviceCharacteristic": {
            "type": "array",
            "description": "Populated with the list of serviceCharacteristic if the validationResult is a perfect match.",
            "items": {
              "$ref": "#/components/schemas/ServiceCharacteristic"
            }
          },
          "swimlaneList": {
            "type": "array",
            "description": "List of swim lane configurations for each available plan at a successfully qualified address.",
            "items": {
              "type": "object",
              "properties": {
                "plan": {
                  "type": "string",
                  "description": "Plan identifier",
                  "example": "Hsia1000g"
                },
                "swimlane": {
                  "type": "string",
                  "description": "Swim lane identifier for the plan",
                  "example": "29"
                },
                "planTier": {
                  "type": "string",
                  "description": "Plan tier designation",
                  "example": "D"
                },
                "planMRCBillingOffer": {
                  "type": "string",
                  "description": "Monthly Recurring Charge (MRC) billing offer identifier for the plan",
                  "example": "88541733"
                },
                "BBFootPrint": {
                  "type": "string",
                  "description": "Broadband footprint indicator describing the service delivery method",
                  "example": "FiberKitOptional"
                },
                "PSid": {
                  "type": "string",
                  "description": "Product Service identifier",
                  "example": "NA001"
                }
              }
            }
          },
          "offers": {
            "type": "object",
            "description": "List of Offers that are eligible for the given address.",
            "properties": {
              "BBOffers": {
                "$ref": "#/components/schemas/OfferList",
                "description": "BBOffers that are eligible for the given address. This field is only returned if the request includes offers with productOfferingTypeGroup as BBOffers. If there are no eligible BBOffers, this field will be returned as an empty list."
              }
            }
          },
          "conflictingServices": {
            "type": "array",
            "description": "List of conflicting services that are associated with the given address.",
            "items": {
              "$ref": "#/components/schemas/ConflictingService"
            }
          },
          "error": {
            "$ref": "#/components/schemas/PartnerServiceError",
            "description": "Use to report partial response failures"
          }
        }
      },
      "OfferList": {
        "type": "array",
        "description": "List of offers that are eligible for the given address. Each offer includes details such as the offer name, description, and other relevant characteristics.",
        "items": {
          "$ref": "#/components/schemas/ProductOffering"
        }
      },
      "ValidGeographicAddress": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique Place Id for the address"
          },
          "streetNr": {
            "type": "string",
            "description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
          },
          "streetDirection": {
            "type": "string",
            "description": "Direction of the street"
          },
          "streetName": {
            "type": "string",
            "description": "Name of the street or other street type"
          },
          "streetType": {
            "type": "string",
            "description": "Type of the street. Alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf"
          },
          "streetSuffix": {
            "type": "string",
            "description": "Street Suffix that the address is in"
          },
          "city": {
            "type": "string",
            "description": "City that the address is in"
          },
          "stateOrProvince": {
            "type": "string",
            "description": "The State or Province that the address is in"
          },
          "postcode": {
            "type": "string",
            "description": "Descriptor for a postal delivery area, used to speed and simplify the delivery of mail."
          },
          "postcodeExtension": {
            "type": "string",
            "description": "4 digit extension of the postcode"
          },
          "country": {
            "type": "string",
            "description": "Country that the address is in"
          },
          "completeTimeZone": {
            "type": "string",
            "description": "Complete time zone information for the address"
          },
          "geographicSubAddress": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "subUnitType": {
                  "type": "string",
                  "description": "The type of subunit\ne.g. BERTH, FLAT, PIER, SUITE, SHOP, TOWER, UNIT, WHARF"
                },
                "subUnitNumber": {
                  "type": "string",
                  "description": "The discriminator used for the subunit\noften just a simple number e.g. FLAT 5, may also be a range"
                },
                "structureType": {
                  "type": "string",
                  "description": "Type of the Structure"
                },
                "structureValue": {
                  "type": "string",
                  "description": "Value of the Structure"
                },
                "buildingName": {
                  "type": "string",
                  "description": "Name of the building"
                },
                "levelNumber": {
                  "type": "string",
                  "description": "Level number of the address"
                },
                "levelType": {
                  "type": "string",
                  "description": "Type of the level"
                },
                "subAddressType": {
                  "type": "string",
                  "description": "The type of subaddress, e.g. APARTMENT, FLOOR, SUITE"
                }
              }
            }
          }
        }
      },
      "AddressValidation": {
        "type": "object",
        "properties": {
          "validationResult": {
            "type": "string",
            "description": "Address Match Code."
          },
          "validGeographicAddress": {
            "$ref": "#/components/schemas/ValidGeographicAddress",
            "description": "Populated with the validated address if the validationResult is a perfect match."
          },
          "alternateGeographicAddress": {
            "type": "array",
            "description": "Populated with the list of addresses if there are multiple matches or MDU (Multiple Dwelling Units)",
            "items": {
              "$ref": "#/components/schemas/ValidGeographicAddress"
            }
          }
        }
      },
      "ServiceQualification": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "queryServiceQualificationDate": {
              "type": "string",
              "format": "date-time",
              "description": "The date and time when the service qualification check was performed."
            },
            "serviceQualificationItem": {
              "type": "array",
              "description": "A list of service qualification items.",
              "items": {
                "type": "object",
                "description": "A service qualification item providing details about the service category and service.",
                "properties": {
                  "category": {
                    "type": "object",
                    "description": "The (service) category resource is used to group service candidates in logical containers. Categories can contain other categories.",
                    "properties": {
                      "name": {
                        "type": "string",
                        "description": "Name of the category"
                      },
                      "displayName": {
                        "type": "string",
                        "description": "Display name of the category"
                      }
                    }
                  },
                  "service": {
                    "type": "object",
                    "properties": {
                      "category": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string",
                        "description": "Display name of the service"
                      },
                      "serviceType": {
                        "type": "string"
                      },
                      "serviceCharacteristic": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string",
                              "description": "Name of the service characteristic"
                            },
                            "valueType": {
                              "type": "string",
                              "description": "Type of the value"
                            },
                            "value": {
                              "type": "string",
                              "description": "Value of the service characteristic"
                            }
                          },
                          "description": "A list of characteristics that characterize this service e.g. QualificationResult, Priority, TransportTypes "
                        }
                      }
                    },
                    "description": "Name of the service"
                  }
                }
              }
            },
            "serviceInventory": {
              "type": "array",
              "description": "A list of existing services at the address.",
              "items": {
                "type": "object",
                "properties": {
                  "category": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string",
                        "description": "Name of the category"
                      },
                      "displayName": {
                        "type": "string",
                        "description": "Display name of the category"
                      }
                    },
                    "description": "The (service) category resource is used to group service candidates in logical containers. Categories can contain other categories."
                  },
                  "service": {
                    "type": "object",
                    "properties": {
                      "category": {
                        "type": "string",
                        "description": "Category of the service"
                      },
                      "name": {
                        "type": "string",
                        "description": "Name of the service"
                      },
                      "serviceType": {
                        "type": "string",
                        "description": "Type of the service"
                      },
                      "available": {
                        "type": "boolean",
                        "description": "Indicates whether the service is available at the address"
                      }
                    },
                    "description": "Name of the service"
                  }
                }
              }
            }
          }
        }
      },
      "Address": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Address Id for the address, if id is present all other address fields are ignored."
          },
          "postcode": {
            "type": "string",
            "description": "Descriptor for a postal delivery area, used to speed and simplify the delivery of mail.",
            "example": "91911"
          },
          "city": {
            "type": "string",
            "description": "City that the address is in",
            "example": "CHULA VISTA"
          },
          "stateOrProvince": {
            "type": "string",
            "description": "The State or Province that the address is in",
            "example": "CA"
          },
          "addressCharacteristic": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AddressCharacteristic"
            }
          }
        }
      },
      "AddressCharacteristic": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Key of addressLine1 from Address characteristic.",
            "example": "addressLine1"
          },
          "valueType": {
            "type": "string",
            "example": "string"
          },
          "value": {
            "type": "string",
            "description": "Value of addressLine1 from Address characteristic.",
            "example": "3802 EAST MAIN ST"
          }
        },
        "description": "Representation of a GeographicSubAddress\nIt is used for addressing within a property in an urban area (country properties are often defined differently). It may refer to a building, a building cluster, or a floor of a multistory building."
      },
      "ServiceCharacteristic": {
        "properties": {
          "name": {
            "type": "string",
            "description": "Name of the service characteristic"
          },
          "valueType": {
            "type": "string",
            "description": "Type of the value"
          },
          "value": {
            "type": "string",
            "description": "Value of the service characteristic"
          }
        },
        "description": "A list of characteristics that characterize this service e.g. DwellingType, InstantHSIAOnIndicator, icoServingWireCenterCLLI, legalEntity, exchangeCode, primaryNpaNxx, rateCenterCode, rateZone, rateZoneBandCode, tarCode, buildingType, videoHubOffice "
      },
      "ConflictingService": {
        "type": "object",
        "description": "An existing working service at the address that conflicts with the new service qualification.",
        "properties": {
          "category": {
            "type": "object",
            "description": "The service category.",
            "properties": {
              "name": {
                "type": "string",
                "description": "Name of the category (e.g., INTERNET, TV, PHONE)"
              },
              "displayName": {
                "type": "string",
                "description": "Display name of the category"
              }
            }
          },
          "service": {
            "type": "object",
            "description": "Details of the conflicting service.",
            "properties": {
              "category": {
                "type": "string",
                "description": "Category of the service (e.g., UVERSE, FIBER, AIA, AIA-B, BUSINESS FIBER)"
              },
              "description": {
                "type": "string",
                "description": "Description of the conflicting service"
              },
              "displayName": {
                "type": "string",
                "description": "Display name of the conflicting service"
              },
              "name": {
                "type": "string",
                "description": "Name of the conflicting service"
              },
              "serviceType": {
                "type": "string",
                "description": "Type of the conflicting service"
              },
              "accountDetails": {
                "type": "array",
                "description": "Account details associated with the conflicting service.",
                "items": {
                  "type": "object",
                  "properties": {
                    "billingAccountNumber": {
                      "type": "string",
                      "description": "Masked billing account number associated with the conflicting service"
                    },
                    "accountStatusCode": {
                      "type": "string",
                      "description": "Status code of the account (e.g., pendingDisconnect, active, pendingOrder)"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "SalesChannel": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique identifier of a channel eg. IND."
          },
          "name": {
            "type": "string",
            "description": "Name of the channel eg. IND."
          },
          "extensions": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string",
                  "description": "Name of the characteristic",
                  "enum": [
                    "subChannelGroup",
                    "subChannel",
                    "agentId"
                  ]
                },
                "value": {
                  "type": "string",
                  "description": "Value of the characteristic"
                }
              }
            }
          }
        },
        "description": "Sales channel through which the customer is being served."
      },
      "PriceRef": {
        "type": "object",
        "properties": {
          "dutyFreeAmount": {
            "type": "object",
            "description": "Price amount without tax",
            "properties": {
              "unit": {
                "type": "string",
                "description": "Currency unit of the price amount, if this field is empty assume USD",
                "example": "USD"
              },
              "value": {
                "description": "Numeric value of the price amount",
                "type": "number"
              }
            }
          },
          "marketingAmount": {
            "type": "object",
            "description": "Marketing amount is the price which business wants to show to customer which may exclude certain limited time promotions to show more accurate price over longer duration",
            "properties": {
              "unit": {
                "type": "string",
                "description": "Currency unit of the marketing amount, if this field is empty assume USD",
                "example": "USD"
              },
              "value": {
                "type": "number",
                "description": "Numeric value of the marketing amount",
                "example": 60.99
              }
            }
          }
        }
      },
      "PriceAlterationRef": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Name of the price  e.g. Discount",
            "example": "Discount"
          },
          "priceType": {
            "type": "string",
            "description": "Price type of the price alteration e.g. RC, OC",
            "example": "RC"
          },
          "immediatePromotionId": {
            "type": "string",
            "description": "Reference to the promotion instance Id that is applied as part of this price alteration",
            "example": "RC"
          },
          "chargeType": {
            "type": "string",
            "description": "Charge type of the price alteration",
            "example": "credit",
            "enum": [
              "credit",
              "debit",
              "discount"
            ]
          },
          "price": {
            "type": "object",
            "description": "Price alteration amount",
            "properties": {
              "dutyFreeAmount": {
                "type": "object",
                "properties": {
                  "unit": {
                    "type": "string",
                    "description": "Unit of price",
                    "example": "USD"
                  },
                  "value": {
                    "type": "number",
                    "description": "Numeric value of the price alteration",
                    "example": 10
                  }
                }
              }
            }
          }
        }
      },
      "ProductOfferingPrice": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Optional field depicting Name of the price",
            "example": "Easy self-setup kit Price"
          },
          "priceCategory": {
            "type": "string",
            "description": "Optional field depicting Price category",
            "example": "serviceRC"
          },
          "priceType": {
            "type": "string",
            "description": "Price type",
            "example": "RC"
          },
          "recurringChargePeriod": {
            "type": "string",
            "description": "Recurring charge period",
            "example": "month",
            "enum": [
              "month",
              "week"
            ]
          },
          "recurringChargePeriodLength": {
            "type": "number",
            "description": "Length of the recurring charge period",
            "example": 1
          },
          "role": {
            "type": "string",
            "description": "Role of the price",
            "example": "Price",
            "enum": [
              "Price",
              "Bundle Price Alteration"
            ]
          },
          "price": {
            "$ref": "#/components/schemas/PriceRef"
          },
          "finalPrice": {
            "$ref": "#/components/schemas/PriceRef"
          },
          "standalonePrice": {
            "$ref": "#/components/schemas/PriceRef"
          },
          "priceAlteration": {
            "type": "array",
            "description": "List of price alterations that are applied on the price such as promotions",
            "items": {
              "$ref": "#/components/schemas/PriceAlterationRef"
            }
          },
          "productOfferingPrice": {
            "type": "object",
            "description": "Hyperlocal Pricing Strategy attributes",
            "properties": {
              "id": {
                "type": "string",
                "description": "Hyperlocal pricing strategy id",
                "example": "SO003"
              },
              "name": {
                "type": "string",
                "description": "Hyperlocal pricing strategy name",
                "example": "South East LA"
              },
              "priceType": {
                "type": "string",
                "description": "Hyperlocal pricing strategy price type",
                "example": "Subsidy"
              }
            }
          },
          "periodCoverage": {
            "type": "object",
            "description": "Hyperlocal Pricing Strategy attributes",
            "properties": {
              "startDateTime": {
                "type": "string",
                "description": "Start date and time of the hyperlocal pricing strategy",
                "example": "2024-01-01T00:00:00Z"
              },
              "endDateTime": {
                "type": "string",
                "description": "End date and time of the hyperlocal pricing strategy",
                "example": "2024-12-31T23:59:59Z"
              }
            }
          },
          "taxIncluded": {
            "type": "string",
            "description": "Indicates whether the price includes tax or not",
            "example": "Excluded"
          }
        }
      },
      "ProductOfferingCharacteristic": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Name of the product offer characteristic",
            "example": "Payment_Type"
          },
          "localizedName": {
            "type": "string",
            "description": "Localized name of the product offer characteristic",
            "example": ""
          },
          "valueType": {
            "type": "string",
            "description": "Value type of the product offer characteristic useful for parsing values of number, or boolean type",
            "example": ""
          },
          "value": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "value": {
                  "type": "string",
                  "example": "Pay_on_Bill"
                },
                "localizedValue": {
                  "type": "string",
                  "example": "Pay on Bill"
                },
                "default": {
                  "type": "boolean",
                  "example": false
                }
              }
            }
          }
        }
      },
      "BundledProductOfferingOption": {
        "type": "object",
        "description": "Pricing options for bundled product",
        "properties": {
          "numberRelOfferDefault": {
            "type": "integer",
            "description": "Default number of related offers to include when selecting this option"
          },
          "numberRelOfferLowerLimit": {
            "type": "integer",
            "description": "Lower limit for number of related offers that can be selected"
          },
          "numberRelOfferUpperLimit": {
            "type": "integer",
            "description": "Upper limit for number of related offers that can be selected"
          },
          "productOfferingPrice": {
            "type": "array",
            "description": "Price of all bundled products and price alterations with promotion references",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingPrice"
            }
          },
          "productOfferingTotalPrice": {
            "type": "array",
            "description": "Total price of all bundled products with aggregated price alterations by price type",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingPrice"
            }
          },
          "productOfferingCharacteristic": {
            "type": "array",
            "description": "Bundled product offer options characteristics",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingCharacteristic"
            }
          }
        }
      },
      "BundledProductOffering": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique identifier for the bundled product offering",
            "example": "c9715944-afed-42eb-a35f-51c2ced6bea4"
          },
          "name": {
            "type": "string",
            "description": "Name of the bundled product offering",
            "example": "Bring Your Own Phone"
          },
          "description": {
            "type": "string",
            "description": "Description of the bundled product offering",
            "example": "Bring Your Own Phone"
          },
          "productOfferingType": {
            "type": "string",
            "description": "Type of the bundled product offering",
            "example": "Mobile_Device"
          },
          "productOfferingTypeGroup": {
            "type": "string",
            "description": "Group of the bundled product offering type",
            "example": "mobileDevice"
          },
          "bundledProductOfferingOption": {
            "type": "array",
            "description": "List of options available for the bundled product offering",
            "items": {
              "$ref": "#/components/schemas/BundledProductOfferingOption"
            }
          },
          "conflictingProductOfferIds": {
            "type": "array",
            "description": "List of IDs of conflicting product offers for the bundled product offering",
            "items": {
              "type": "string",
              "description": "Product offer ID of a conflicting product offer"
            }
          },
          "productOfferingTotalPrice": {
            "type": "array",
            "description": "Total price of the bundled product offering including promotions",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingPrice"
            }
          }
        }
      },
      "BundledProductOfferingGroupOption": {
        "type": "object",
        "description": "Shows if multiple options are available of which only one or more needs to be selected e.g. SelfInstallation and TechInstallation",
        "properties": {
          "groupOptionId": {
            "type": "string",
            "example": "3405d3aa-b60a-11ef-ae7c-27965683c6f2"
          },
          "description": {
            "type": "string",
            "description": "Description of the group option",
            "example": "Select Device"
          },
          "bundledProductOffering": {
            "type": "array",
            "description": "List of bundled product offers that are part of this group option",
            "items": {
              "$ref": "#/components/schemas/BundledProductOffering"
            }
          }
        }
      },
      "ImmediatePromotionRef": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Promotion instance Id, used for referencing promotions in priceAlterations",
            "example": "62900028"
          },
          "status": {
            "type": "string",
            "description": "Status of the promotion application",
            "example": "add",
            "enum": [
              "add",
              "keep",
              "revoke",
              "update"
            ]
          },
          "promotion": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "Unique identifier for the promotion",
                "example": "wrlnpr-62900028"
              },
              "name": {
                "type": "string",
                "description": "Name of the promotion",
                "example": "Price includes $10/mo. discount when you sign up for paperless billing and AutoPay with a bank account. Or $5/mo. with a debit card."
              },
              "description": {
                "type": "string",
                "description": "Description of the promotion",
                "example": "Price includes $10/mo. discount when you sign up for paperless billing and AutoPay with a bank account. Or $5/mo. with a debit card."
              },
              "type": {
                "type": "string",
                "description": "Type of the promotion",
                "example": "discount"
              },
              "applyPolicy": {
                "type": "string",
                "description": "Policy for applying the promotion can be manual or automatic",
                "example": "automatic"
              },
              "promotionCharacteristics": {
                "type": "array",
                "description": "List of characteristics of the promotion",
                "items": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string",
                      "example": "duration"
                    },
                    "value": {
                      "type": "string",
                      "example": "999"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "ProductOffering": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique identifier of the product offer, use this for adding to cart or for fetching addons based on this product offer",
            "example": "06c387fb-bfd5-4287-a1e8-b9da4c0be06e"
          },
          "name": {
            "type": "string",
            "description": "Name of the product offer",
            "example": "Value Plus VL"
          },
          "localizedName": {
            "type": "string",
            "description": "Localized name of the product offer based on channel locale",
            "example": "Value Plus VL"
          },
          "description": {
            "type": "string",
            "description": "Description of the product offer",
            "example": "Value Plus VL"
          },
          "productOfferingType": {
            "type": "string",
            "description": "Type of the product offer",
            "example": "BB_Offer, Mobile_Offer"
          },
          "productOfferingTypeGroup": {
            "type": "string",
            "description": "Product offering type is part of this group e.g. mobilePlan, mobileAddon, mobileDevice, mobileOffer, sim, BBOffer, BBPlan, BBInstallation, BBHomeTechProtectionPlan, BBREWARD",
            "example": "BBOffer"
          },
          "broadbandFactsUrl": {
            "type": "string",
            "description": "Url for broadband nutrition label facts for the offer if taxation geocode can be determined from address",
            "example": "https://test2.att.com/static-content-service-ui/v1/labelfeed/shared/nutrition/CONS/85333ec5-e9aa-4c8e-b886-04afb19e4a6a?taxationgeocode=261830000"
          },
          "bundledProductOffering": {
            "type": "array",
            "description": "List of bundled product offers that are part of this product offer",
            "items": {
              "$ref": "#/components/schemas/BundledProductOffering"
            }
          },
          "productOfferingTotalPrice": {
            "type": "array",
            "description": "Total price of the bundled offers including promotions",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingPrice"
            }
          },
          "bundledProductOfferingGroupOption": {
            "type": "array",
            "description": "Shows if multiple options are available of which only one or more needs to be selected e.g. SelfInstallation and TechInstallation",
            "items": {
              "$ref": "#/components/schemas/BundledProductOfferingGroupOption"
            }
          },
          "immediatePromotion": {
            "type": "array",
            "description": "List of applicable promotions",
            "items": {
              "$ref": "#/components/schemas/ImmediatePromotionRef"
            }
          },
          "productOfferingCharacteristic": {
            "type": "array",
            "description": "List of characteristics of the product offer",
            "items": {
              "$ref": "#/components/schemas/ProductOfferingCharacteristic"
            }
          }
        }
      },
      "PartnerServiceError": {
        "type": "object",
        "properties": {
          "errorId": {
            "type": "string",
            "example": "Top level error code"
          },
          "message": {
            "type": "string",
            "example": "Top level error message"
          },
          "errorSystemId": {
            "type": "string",
            "example": "System name"
          },
          "details": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "code": {
                  "type": "string",
                  "example": "Detail code 1"
                },
                "message": {
                  "type": "string",
                  "example": "Detail message 1"
                }
              }
            }
          }
        }
      },
      "WrappedPartnerServiceError": {
        "type": "object",
        "properties": {
          "error": {
            "$ref": "#/components/schemas/PartnerServiceError"
          }
        }
      }
    },
    "parameters": {
      "ParameterAppname": {
        "name": "appname",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string"
        },
        "description": "Application name making the request"
      }
    },
    "examples": {
      "ServiceQual_Perfectmatch_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000NG3XH",
              "streetNr": "3802",
              "streetName": "MAIN",
              "streetType": "ST",
              "city": "CHULA VISTA",
              "stateOrProvince": "CA",
              "postcode": "91911",
              "postcodeExtension": "6246",
              "country": "USA",
              "completeTimeZone": "Pacific Time (PST/PDT)",
              "geographicSubAddress": [
                {
                  "subUnitType": "APT",
                  "subUnitNumber": "5"
                }
              ]
            }
          },
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "string",
              "value": "false"
            }
          ],
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2025-10-09T20:47:12.05Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": true
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ]
        }
      },
      "ServiceQual_Perfectmatch_Voip_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "000006Z2W2",
              "streetNr": "9382",
              "streetName": "JUNIOR",
              "streetType": "AVE",
              "city": "APOPKA",
              "stateOrProvince": "FL",
              "postcode": "32703",
              "postcodeExtension": "1831",
              "country": "USA",
              "completeTimeZone": "Eastern Time (EST/EDT)"
            }
          },
          "serviceQualification": [
            {
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "TransportTypes",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "NetworkTransportType",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "PreferredNetworkType",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxDownloadSpeedMbps",
                        "valueType": "number",
                        "value": "5000"
                      },
                      {
                        "name": "MaxUploadSpeedMbps",
                        "valueType": "number",
                        "value": "5000"
                      },
                      {
                        "name": "LightGig",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MultiGig",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "GigaPowerAvailabilityIndicator",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "UverseEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "AvailableForSell",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "OpticType",
                        "valueType": "string",
                        "value": "XGS PON"
                      },
                      {
                        "name": "OntCategory",
                        "valueType": "string",
                        "value": "INTERNAL"
                      },
                      {
                        "name": "HomeBasedBusiness",
                        "valueType": "boolean",
                        "value": "true"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxDownloadSpeedMbps",
                        "valueType": "number",
                        "value": "0"
                      },
                      {
                        "name": "MaxUploadSpeedMbps",
                        "valueType": "number",
                        "value": "0"
                      },
                      {
                        "name": "LightSpeedEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "UverseEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "GigaPowerAvailabilityIndicator",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "InternetBandwidthEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslInternetEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslamBondedPairEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "AvailableForSell",
                        "valueType": "boolean",
                        "value": "true"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "DTV",
                    "displayName": "DirectTV",
                    "serviceType": "DTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "IPTV",
                    "displayName": "AT&T IPTV",
                    "serviceType": "IPTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "displayName": "VOIP",
                    "serviceType": "VOIP",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "3"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "UVERSE",
                    "name": "UVERSE",
                    "serviceType": "UVERSE",
                    "available": true
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ]
        }
      },
      "ServiceQual_Perfectmatch_AIA_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000FSUXI",
              "streetNr": "12150",
              "streetName": "KING",
              "streetType": "RD",
              "city": "ROSWELL",
              "stateOrProvince": "GA",
              "postcode": "30075",
              "postcodeExtension": "5522",
              "country": "USA",
              "completeTimeZone": "Eastern Time (EST/EDT)"
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2026-05-01T15:29:10.864371033Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "WBB",
                    "displayName": "AT&T Internet Air",
                    "serviceType": "WBB",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "TransportTypes",
                        "valueType": "string",
                        "value": "AIA"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxSpeed",
                        "valueType": "string",
                        "value": "175.0"
                      },
                      {
                        "name": "MaxData",
                        "valueType": "string",
                        "value": "unlimited"
                      },
                      {
                        "name": "SpecialSvc",
                        "valueType": "string",
                        "value": "RMO"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "DTV",
                    "displayName": "DirectTV",
                    "serviceType": "DTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "name": "WIRELESS",
                    "serviceType": "WIRELESS",
                    "available": true
                  }
                }
              ]
            }
          ],
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "boolean",
              "value": "false"
            }
          ]
        }
      },
      "ServiceQual_SMB_Perfectmatch_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001EDWS1",
              "streetNr": "1250",
              "streetName": "CAPITAL OF TEXAS",
              "streetType": "HWY",
              "city": "WEST LAKE HILLS",
              "stateOrProvince": "TX",
              "postcode": "78746",
              "postcodeExtension": "6446",
              "country": "USA",
              "completeTimeZone": "Central Time (CST/CDT)",
              "geographicSubAddress": [
                {
                  "structureType": "BLDG",
                  "structureValue": "12"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Business Fiber",
                    "serviceType": "BUSINESS FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "displayName": "VOIP",
                    "serviceType": "VOIP",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "3"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ]
            }
          ]
        }
      },
      "ServiceQual_Perfectmatch_LocationAttributes_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00010GZFZX",
              "streetNr": "1801",
              "streetName": "BAYSIDE",
              "streetType": "DR",
              "city": "ROWLETT",
              "stateOrProvince": "TX",
              "county": "DALLAS COUNTY",
              "postcode": "75088",
              "postcodeExtension": "6705",
              "country": "US",
              "geographicSubAddress": [
                {
                  "subUnitType": "APT",
                  "subUnitNumber": "9304",
                  "subAddressType": "H"
                }
              ],
              "addressCharacteristic": [
                {
                  "name": "addressLine1",
                  "value": "1801 BAYSIDE DR"
                },
                {
                  "name": "addressLine2",
                  "value": "APT 9304"
                }
              ]
            }
          },
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "string",
              "value": "false"
            },
            {
              "name": "icoServingWireCenterCLLI",
              "valueType": "string",
              "value": "DLLSTXDA"
            },
            {
              "name": "legalEntity",
              "valueType": "string",
              "value": "TT00"
            },
            {
              "name": "exchangeCode",
              "valueType": "string",
              "value": "PLO"
            },
            {
              "name": "primaryNpaNxx",
              "valueType": "string",
              "value": "214321"
            },
            {
              "name": "rateCenterCode",
              "valueType": "string",
              "value": "PLANO"
            },
            {
              "name": "rateZone",
              "valueType": "string",
              "value": "DALLAS-FT. WORTH, TX"
            },
            {
              "name": "rateZoneBandCode",
              "valueType": "string",
              "value": "623"
            },
            {
              "name": "tarCode",
              "valueType": "string",
              "value": "ZVY"
            },
            {
              "name": "buildingType",
              "valueType": "string",
              "value": "Y"
            },
            {
              "name": "videoHubOffice",
              "valueType": "string",
              "value": "RCSNTX"
            }
          ],
          "serviceQualification": [
            {
              "externalId": "IND",
              "searchCriteria": {
                "service": {
                  "place": [
                    {
                      "id": "00010GZFZX"
                    }
                  ],
                  "serviceCharacteristic": [
                    {
                      "name": "DwellingType",
                      "valueType": "string",
                      "value": "MDU General"
                    },
                    {
                      "name": "TitanExistingIndicator",
                      "valueType": "boolean",
                      "value": "true"
                    },
                    {
                      "name": "RateZoneBandCode",
                      "valueType": "string",
                      "value": "623"
                    },
                    {
                      "name": "LastTransport",
                      "valueType": "string",
                      "value": "FTTP-GPON"
                    },
                    {
                      "name": "InstantHSIAOnIndicator",
                      "valueType": "boolean",
                      "value": "false"
                    },
                    {
                      "name": "NetworkProvider",
                      "valueType": "string",
                      "value": "ATT"
                    }
                  ]
                }
              },
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "description": "AT&T Fiber",
                    "displayName": "AT&T Fiber",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "TransportTypes",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "NetworkTransportType",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "PreferredNetworkType",
                        "valueType": "string",
                        "value": "FTTP-GPON"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxDownloadSpeedMbps",
                        "valueType": "number",
                        "value": "1000"
                      },
                      {
                        "name": "MaxUploadSpeedMbps",
                        "valueType": "number",
                        "value": "1000"
                      },
                      {
                        "name": "LightGig",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "MultiGig",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "GigaPowerAvailabilityIndicator",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "UverseEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "AvailableForSell",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "OpticType",
                        "valueType": "string",
                        "value": "Standard"
                      },
                      {
                        "name": "OntCategory",
                        "valueType": "string",
                        "value": "INTERNAL"
                      },
                      {
                        "name": "HomeBasedBusiness",
                        "valueType": "boolean",
                        "value": "true"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "description": "AT&T Internet",
                    "displayName": "AT&T Internet",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxDownloadSpeedMbps",
                        "valueType": "number",
                        "value": "0"
                      },
                      {
                        "name": "MaxUploadSpeedMbps",
                        "valueType": "number",
                        "value": "0"
                      },
                      {
                        "name": "LightSpeedEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "UverseEligible",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "GigaPowerAvailabilityIndicator",
                        "valueType": "boolean",
                        "value": "true"
                      },
                      {
                        "name": "InternetBandwidthEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslInternetEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "IpdslamBondedPairEligible",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "AvailableForSell",
                        "valueType": "boolean",
                        "value": "true"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "IPTV",
                    "description": "AT&T IPTV",
                    "displayName": "AT&T IPTV",
                    "name": "IPTV",
                    "serviceType": "IPTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "description": "Wireless",
                    "displayName": "Wireless",
                    "name": "WIRELESS",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "WLL",
                    "description": "AT&T Fixed Wireless",
                    "displayName": "AT&T Fixed Wireless",
                    "name": "WLL",
                    "serviceType": "WLL",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "description": "AT&T Business Fiber",
                    "displayName": "AT&T Business Fiber",
                    "name": "BUSINESS FIBER",
                    "serviceType": "BUSINESS FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "ADSL",
                    "description": "AT&T DSL",
                    "displayName": "AT&T DSL",
                    "name": "ADSL",
                    "serviceType": "ADSL",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "WBB",
                    "description": "AT&T Internet Air",
                    "displayName": "AT&T Internet Air",
                    "name": "WBB",
                    "serviceType": "WBB",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "AIA-B",
                    "description": "AT&T Internet Air - Business",
                    "displayName": "AT&T Internet Air - Business",
                    "name": "AIA-B",
                    "serviceType": "AIA-B",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "DTV",
                    "description": "DirectTV",
                    "displayName": "DirectTV",
                    "name": "DTV",
                    "serviceType": "DTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "description": "VOIP",
                    "displayName": "VOIP",
                    "name": "VOIP",
                    "serviceType": "VOIP",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "description": "AP-A",
                    "displayName": "AP-A",
                    "name": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "IPDSL Voice",
                    "description": "IPDSL Voice",
                    "displayName": "IPDSL Voice",
                    "name": "IPDSL Voice",
                    "serviceType": "IPDSL Voice",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "description": "AT&T POTS",
                    "displayName": "AT&T POTS",
                    "name": "POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "Wireless Home Phone",
                    "description": "Wireless Home Phone",
                    "displayName": "Wireless Home Phone",
                    "name": "Wireless Home Phone",
                    "serviceType": "Wireless Home Phone",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                },
                {
                  "category": {
                    "name": "HOME SECURITY",
                    "displayName": "Home Security"
                  },
                  "service": {
                    "category": "Digital Life",
                    "description": "Digital Life",
                    "displayName": "Digital Life",
                    "name": "Digital Life",
                    "serviceType": "Digital Life",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "unqualified"
                      }
                    ],
                    "state": "feasibilityChecked"
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "ADSL",
                    "name": "ADSL",
                    "serviceType": "ADSL",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "BUSINESS FIBER",
                    "serviceType": "BUSINESS FIBER",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "name": "WIRELESS",
                    "serviceType": "WIRELESS",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "WLL",
                    "name": "WLL",
                    "serviceType": "WLL",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "WBB",
                    "name": "WBB",
                    "serviceType": "WBB",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "TV"
                  },
                  "service": {
                    "category": "DTV",
                    "name": "DTV",
                    "serviceType": "DTV",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "UVERSE",
                    "name": "UVERSE",
                    "serviceType": "UVERSE",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "name": "VOIP",
                    "serviceType": "VOIP",
                    "available": false
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "IPTV",
                    "name": "IPTV",
                    "serviceType": "IPTV",
                    "available": false
                  }
                }
              ]
            }
          ]
        }
      },
      "ServiceQual_SMB_Perfectmatch_LocationAttributes_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001EDWS1",
              "streetNr": "1250",
              "streetDirection": "S",
              "streetName": "CAPITAL OF TEXAS",
              "streetType": "HWY",
              "city": "WEST LAKE HILLS",
              "stateOrProvince": "TX",
              "postcode": "78746",
              "postcodeExtension": "6446",
              "country": "USA",
              "completeTimeZone": "Central Time (CST/CDT)",
              "geographicSubAddress": [
                {
                  "structureType": "BLDG",
                  "structureValue": "12",
                  "subAddressType": "HD"
                }
              ]
            }
          },
          "serviceCharacteristic": [
            {
              "name": "DwellingType",
              "valueType": "string",
              "value": "MDU General"
            },
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "boolean",
              "value": "false"
            },
            {
              "name": "icoServingWireCenterCLLI",
              "valueType": "string",
              "value": "AUSTTXFA"
            },
            {
              "name": "legalEntity",
              "valueType": "string",
              "value": "TT00"
            },
            {
              "name": "exchangeCode",
              "valueType": "string",
              "value": "AUS"
            },
            {
              "name": "primaryNpaNxx",
              "valueType": "string",
              "value": "512327"
            },
            {
              "name": "rateCenterCode",
              "valueType": "string",
              "value": "AUSTIN"
            },
            {
              "name": "rateZone",
              "valueType": "string",
              "value": "AUSTIN, TX"
            },
            {
              "name": "rateZoneBandCode",
              "valueType": "string",
              "value": "635"
            },
            {
              "name": "tarCode",
              "valueType": "string",
              "value": "AUS"
            },
            {
              "name": "buildingType",
              "valueType": "string",
              "value": "Y"
            },
            {
              "name": "videoHubOffice",
              "valueType": "string",
              "value": "AUS2TX"
            }
          ],
          "serviceQualification": [
            {
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Business Fiber",
                    "serviceType": "BUSINESS FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "displayName": "VOIP",
                    "serviceType": "VOIP",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "3"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ]
            }
          ]
        }
      },
      "ServiceQual_SMB_Perfectmatch_AIA_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000FT1DY",
              "streetNr": "640",
              "streetName": "CROSSVILLE",
              "streetType": "RD",
              "city": "ROSWELL",
              "stateOrProvince": "GA",
              "postcode": "30075",
              "postcodeExtension": "7521",
              "country": "USA",
              "completeTimeZone": "Eastern Time (EST/EDT)",
              "geographicSubAddress": [
                {
                  "subUnitType": "UNIT",
                  "subUnitNumber": "100"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2026-05-01T15:29:10.864371033Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "AIA-B",
                    "displayName": "AT&T Internet Air - Business",
                    "serviceType": "AIA-B",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "TransportTypes",
                        "valueType": "string",
                        "value": "AIA"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "MaxSpeed",
                        "valueType": "string",
                        "value": "175.0"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "TV",
                    "displayName": "TV"
                  },
                  "service": {
                    "category": "DTV",
                    "displayName": "DirectTV",
                    "serviceType": "DTV",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "name": "WIRELESS",
                    "serviceType": "WIRELESS",
                    "available": true
                  }
                }
              ]
            }
          ],
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "boolean",
              "value": "false"
            }
          ]
        }
      },
      "ServiceQual_Perfectmatch_InstantOn_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00011F2ET4",
              "streetNr": "12890",
              "streetName": "BLACK BOB",
              "streetType": "RD",
              "city": "OLATHE",
              "stateOrProvince": "KS",
              "postcode": "66061",
              "postcodeExtension": "7237",
              "country": "USA",
              "completeTimeZone": "Central Time (CST/CDT)",
              "geographicSubAddress": [
                {
                  "subUnitType": "UNIT",
                  "subUnitNumber": "9208"
                }
              ]
            }
          },
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "string",
              "value": "true"
            }
          ],
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2025-10-09T20:47:12.05Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": true
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ]
        }
      },
      "ServiceQual_Closematch_mdu_response": {
        "value": {
          "addressValidation": {
            "validationResult": "closematch-mdu",
            "alternateGeographicAddress": [
              {
                "id": "00000NFYQK",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)"
              },
              {
                "id": "00000NG3XH",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "APT",
                    "subUnitNumber": "5"
                  }
                ]
              },
              {
                "id": "00010C2AU1",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "RM",
                    "subUnitNumber": "EQP"
                  }
                ]
              },
              {
                "id": "00000NFOT7",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "RM",
                    "subUnitNumber": "METER"
                  }
                ]
              },
              {
                "id": "00000NFRTB",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "1"
                  }
                ]
              },
              {
                "id": "00000NFT0D",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "10"
                  }
                ]
              },
              {
                "id": "00000NFRTU",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "2"
                  }
                ]
              },
              {
                "id": "00000NFODG",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "3"
                  }
                ]
              },
              {
                "id": "00000NFSSU",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "4"
                  }
                ]
              },
              {
                "id": "00000NG2PV",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "6"
                  }
                ]
              },
              {
                "id": "00000NG1XL",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "7"
                  }
                ]
              },
              {
                "id": "00000NFSYC",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "SUIT",
                    "subUnitNumber": "8"
                  }
                ]
              },
              {
                "id": "00000NFMVP",
                "streetNr": "3802",
                "streetName": "MAIN",
                "city": "CHLA VSTA",
                "stateOrProvince": "CA",
                "postcode": "91911",
                "country": "USA",
                "completeTimeZone": "Pacific Time (PST/PDT)",
                "geographicSubAddress": [
                  {
                    "subUnitType": "UNIT",
                    "subUnitNumber": "9"
                  }
                ]
              }
            ]
          }
        }
      },
      "ServiceQual_SMB_Closematch_mdu_response": {
        "value": {
          "addressValidation": {
            "validationResult": "closematch-mdu",
            "alternateGeographicAddress": [
              {
                "id": "00000D76HR",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)"
              },
              {
                "id": "00000D75AS",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "1"
                  }
                ]
              },
              {
                "id": "L115c93c866",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "12"
                  }
                ]
              },
              {
                "id": "00000D793C",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2"
                  }
                ]
              },
              {
                "id": "00010RKYHQ",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2 FLR 4"
                  }
                ]
              },
              {
                "id": "00010C3HNS",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2 FLR 6"
                  }
                ]
              },
              {
                "id": "00000D739U",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3"
                  }
                ]
              },
              {
                "id": "00010B7O6P",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3,SUIT 390"
                  }
                ]
              },
              {
                "id": "000025CTZA",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "LLL"
                  }
                ]
              },
              {
                "id": "M5df189eb0",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "1"
                  }
                ]
              },
              {
                "id": "00000D73WP",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2"
                  }
                ]
              },
              {
                "id": "00000D75VT",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3"
                  }
                ]
              },
              {
                "id": "00000D7FKR",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "1"
                  }
                ]
              },
              {
                "id": "00000D75VP",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2"
                  }
                ]
              },
              {
                "id": "00000D7BYA",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3"
                  }
                ]
              },
              {
                "id": "E11a5fac6acc",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {}
                ]
              },
              {
                "id": "00000D739U",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {}
                ]
              },
              {
                "id": "00000D79HM",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "1"
                  }
                ]
              },
              {
                "id": "00000D72Y3",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2"
                  }
                ]
              },
              {
                "id": "00000D74U1",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3"
                  }
                ]
              },
              {
                "id": "E11a601ee2a6",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {}
                ]
              },
              {
                "id": "00000D753U",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {}
                ]
              },
              {
                "id": "M5df18a58a",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "1"
                  }
                ]
              },
              {
                "id": "00000D7CT0",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "2"
                  }
                ]
              },
              {
                "id": "00000D76BH",
                "streetNr": "1250",
                "streetName": "CAPITAL OF TEXAS",
                "streetType": "HWY",
                "city": "AUSTIN",
                "stateOrProvince": "TX",
                "postcode": "78746",
                "country": "USA",
                "completeTimeZone": "Central Time (CST/CDT)",
                "geographicSubAddress": [
                  {
                    "structureType": "BLDG",
                    "structureValue": "3"
                  }
                ]
              }
            ]
          }
        }
      },
      "ServiceQualification_with_No_Qualification": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "000013Q2A6",
              "streetNr": "5200",
              "streetName": "SUMMIT RIDGE",
              "streetType": "DR",
              "city": "RENO",
              "stateOrProvince": "NV",
              "postcode": "89523",
              "postcodeExtension": "9014",
              "country": "USA",
              "geographicSubAddress": [
                {
                  "subUnitType": "APT",
                  "subUnitNumber": "1212"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2026-03-20T16:58:08.848Z"
            }
          ]
        }
      },
      "servicequalification_withOffers_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000NG3XH",
              "streetNr": "3802",
              "streetName": "MAIN",
              "streetType": "ST",
              "city": "CHULA VISTA",
              "stateOrProvince": "CA",
              "postcode": "91911",
              "postcodeExtension": "6246",
              "country": "USA",
              "completeTimeZone": "Pacific Time (PST/PDT)",
              "geographicSubAddress": [
                {
                  "subUnitType": "APT",
                  "subUnitNumber": "5"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2025-10-09T20:47:12.05Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": true
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ],
          "offers": {
            "BBOffers": [
              {
                "id": "ibbndl_prod12300337_prod8580387_rwd-40800001_rwd-32300005_prod8960401",
                "name": "AT&T Internet 1000",
                "localizedName": "AT&T Internet 1000",
                "description": "1 GIG speed + unlimited internet data",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod12300337",
                    "name": "AT&T Internet 1000",
                    "description": "1 GIG speed + unlimited internet data",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Internet 1000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 90
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 80
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 80
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "62900028",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 10
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "prod8580387",
                    "name": "Includes unlimited internet data",
                    "description": "Includes unlimited internet data",
                    "productOfferingType": "BB_UsageAllowance",
                    "productOfferingTypeGroup": "BBUsageAllowance",
                    "bundledProductOfferingOption": [
                      {
                        "productOfferingPrice": [
                          {
                            "name": "Includes unlimited internet data Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-40800001",
                    "name": "Switch and we'll pay your cancellation fee in full.",
                    "description": "<p><b>Switcher Reward Card Offer: Subj to change and may be discontinued at any time. </b>Available only to new residential customers who switch from their current provider to AT&amp;T Fiber (300 or higher) plan. Customer must provide valid proof of previous internet provider&#8217;s Early Termination (ETF) charge dated no more than 60 calendar days prior to AT&amp;T Fiber order. <b>Reward Card Value: </b>Amount based on customer&#8217;s actual ETF from previous rounded up to the nearest $10 increment. Offer excludes taxes, service fees, return equip fees, or ETF incurred on services bundled with previous provider. </p>\r\n<p><b>Reward Card Redemption:</b> Will be sent email or letter w/ redemption info. Redemption required w/in 75 days from reward notification email or mail date. Card delivered w/in 3-4 weeks after redemption to customers who maintain &amp; pay for qualifying service through reward fulfillment. Card expires at month-end 6 mos after issuance. For Cardholder Agreement, go to <a href=\"https://rewardcenter.att.com/\" target=\"https://rewardcenter.att.com\">rewardcenter.att.com</a>. Card issued by The Bancorp Bank N.A., Member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, District of Columbia, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank N.A. does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. </p>\r\n<p><b>Offers may not be combined with certain other promotional offers on the same services and may be modified or discontinued at any time without notice. Other conditions may apply to all offers.</b></p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "productOfferingPrice": [
                          {
                            "name": "Switch and we'll pay your cancellation fee in full. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-32300005",
                    "name": "$150 reward card for ordering internet online.",
                    "description": "<p><b><u>REWARD CARD OFFERS </u>Online only at att.com. </b>For new residential customers purchasing an AT&amp;T Fiber plan (300 or higher). Residents of select multi-dwelling units not eligible. </p>\r\n<p><b>Up to $150 Reward Card: Subj to change and may be discontinued at any time. $50 </b>with Internet 300; <b>$100</b> with Internet 500; <b>$150 </b>with Internet 1000 or higher plan. </p>\r\n<p><b>Redemption: </b> </p>\r\n<p>Watch your mailbox! </p> <ul> <li>You will be sent an email or letter with redemption instructions for each card offer, if applicable.   </li> </ul> <ul> <li>Please allow up to 6 weeks from the time you activate your qualifying service. </li> </ul><p>Redemption required w/in 75 days from reward notification mail or email date. </p>  <ul> <li>Card(s) delivered w/in 3-4 weeks after redemption to customers who maintain &amp; pay for qualifying service through reward fulfillment. </li> </ul> <ul> <li>Card(s) expires at month-end 6 months after issuance. </li> </ul><p>For Cardholder Agreement, go to <a href=\"https://rewardcenter.att.com/\" target=\"https://rewardcenter.att.com\">rewardcenter.att.com</a>. AT&amp;T Visa Reward Card is issued by The Bancorp Bank   pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, District of Columbia, US Virgin Islands, and Puerto Rico.  No cash access. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. </p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "productOfferingPrice": [
                          {
                            "name": "$150 reward card for ordering internet online. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 150
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 150
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Geographic and service restrictions apply to AT&amp;T Internet services. Not all speeds available in all areas.</p><br><p><u></u></p><br><p><u>Internet plans (768K to 75M)</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet plans 768K-75M for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Data Allowance:</b> $10 charge applies for each additional 50GB (up to $100/mo). Unlimited data allowance may also be purchased separately for an add&#8217;l $30/mo. For more info, go to <u>att.com/internet-usage</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds are not guaranteed and may vary based on several factors. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 100</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 100 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><u></u></p><br><p><u>Internet 300, 500, &amp; 1000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 300, Internet 500, and Internet 1000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply<b>. Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. 1 GIG speeds available to new customers with the latest router (&#8220;BGW320&#8221;) and recommended setup. Actual customer speeds may vary based on a number of factors and are not guaranteed. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 2000 &amp; 5000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 2000 and Internet 5000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds may vary based on a number of factors and are not guaranteed. For 5 GIG speed, single device wired speed maximum 4.7Gbps. For more information, go to <u>att.com/speed101</u>.</p><br><br><p>Offers may not be combined with certain other promotional offers on the same services and may be modified or discontinued at any time without notice. Other conditions apply to all offers.</p><br><br><p>&copy;2022 AT&amp;T Intellectual Property. AT&amp;T and the AT&amp;T logo are trademarks of AT&amp;T Intellectual Property.</p>",
                        "localizedValue": " <p>Geographic and service restrictions apply to AT&amp;T Internet services. Not all speeds available in all areas.</p><br><p><u></u></p><br><p><u>Internet plans (768K to 75M)</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet plans 768K-75M for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Data Allowance:</b> $10 charge applies for each additional 50GB (up to $100/mo). Unlimited data allowance may also be purchased separately for an add&#8217;l $30/mo. For more info, go to <u>att.com/internet-usage</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds are not guaranteed and may vary based on several factors. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 100</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 100 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><u></u></p><br><p><u>Internet 300, 500, &amp; 1000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 300, Internet 500, and Internet 1000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply<b>. Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. 1 GIG speeds available to new customers with the latest router (&#8220;BGW320&#8221;) and recommended setup. Actual customer speeds may vary based on a number of factors and are not guaranteed. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 2000 &amp; 5000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 2000 and Internet 5000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds may vary based on a number of factors and are not guaranteed. For 5 GIG speed, single device wired speed maximum 4.7Gbps. For more information, go to <u>att.com/speed101</u>.</p><br><br><p>Offers may not be combined with certain other promotional offers on the same services and may be modified or discontinued at any time without notice. Other conditions apply to all offers.</p><br><br><p>&copy;2022 AT&amp;T Intellectual Property. AT&amp;T and the AT&amp;T logo are trademarks of AT&amp;T Intellectual Property.</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Geographic and service restrictions apply to AT&amp;T Internet services. Not all speeds available in all areas.</p><br><p><u></u></p><br><p><u>Internet plans (768K to 75M)</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet plans 768K-75M for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Data Allowance:</b> $10 charge applies for each additional 50GB (up to $100/mo). Unlimited data allowance may also be purchased separately for an add&#8217;l $30/mo. For more info, go to <u>att.com/internet-usage</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds are not guaranteed and may vary based on several factors. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 100</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 100 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><u></u></p><br><p><u>Internet 300, 500, &amp; 1000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 300, Internet 500, and Internet 1000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply<b>. Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. 1 GIG speeds available to new customers with the latest router (&#8220;BGW320&#8221;) and recommended setup. Actual customer speeds may vary based on a number of factors and are not guaranteed. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 2000 &amp; 5000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 2000 and Internet 5000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds may vary based on a number of factors and are not guaranteed. For 5 GIG speed, single device wired speed maximum 4.7Gbps. For more information, go to <u>att.com/speed101</u>.</p><br><br><p>Offers may not be combined with certain other promotional offers on the same services and may be modified or discontinued at any time without notice. Other conditions apply to all offers.</p><br><br><p>&copy;2022 AT&amp;T Intellectual Property. AT&amp;T and the AT&amp;T logo are trademarks of AT&amp;T Intellectual Property.</p>",
                        "localizedValue": " <p>Geographic and service restrictions apply to AT&amp;T Internet services. Not all speeds available in all areas.</p><br><p><u></u></p><br><p><u>Internet plans (768K to 75M)</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet plans 768K-75M for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Data Allowance:</b> $10 charge applies for each additional 50GB (up to $100/mo). Unlimited data allowance may also be purchased separately for an add&#8217;l $30/mo. For more info, go to <u>att.com/internet-usage</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds are not guaranteed and may vary based on several factors. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 100</u></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 100 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. After 12 mos., then-prevailing rate applies unless canceled before the end of 12 months. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><u></u></p><br><p><u>Internet 300, 500, &amp; 1000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 300, Internet 500, and Internet 1000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount. <b>Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply<b>. Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. 1 GIG speeds available to new customers with the latest router (&#8220;BGW320&#8221;) and recommended setup. Actual customer speeds may vary based on a number of factors and are not guaranteed. For more information, go to <u>att.com/speed101</u>.</p><br><p><u></u></p><br><p><u>Internet 2000 &amp; 5000</u></p><br><p><b></b></p><br><p><b>Limited availability. May not be available in your area.</b></p><br><p><b></b></p><br><p><b>INTERNET OFFER: Subj. to change and may be discontinued at any time.</b> Price for Internet 2000 and Internet 5000 for residential customers and is after $5/mo. AutoPay &amp; paperless billing discount. <b>AutoPay &amp; Paperless Billing Discount:</b> Discount off the monthly rate when account is active and enrolled in both. Pay full plan cost until discount starts within 2 bill periods. Must maintain AutoPay and paperless billing and valid email address to continue discount<b>. Taxes &amp; Fees:</b> Up to $99 installation fee may apply, plus tax where applicable. Monthly cost recovery surcharges, which are not government-required, apply in TX, OH and NV. Taxes also apply. For one-time AT&amp;T transactional fees, see <u>att.com/fees</u> for details. Credit restrictions apply. <b>Pricing subject to change.</b> Subj. to Internet Terms of Service at <u>att.com/internet-terms</u>.</p><br><p><b></b></p><br><p><b>&#8224;Internet speed claims</b> represent maximum network service capability speeds and based on wired connection to gateway. Actual customer speeds may vary based on a number of factors and are not guaranteed. For 5 GIG speed, single device wired speed maximum 4.7Gbps. For more information, go to <u>att.com/speed101</u>.</p><br><br><p>Offers may not be combined with certain other promotional offers on the same services and may be modified or discontinued at any time without notice. Other conditions apply to all offers.</p><br><br><p>&copy;2022 AT&amp;T Intellectual Property. AT&amp;T and the AT&amp;T logo are trademarks of AT&amp;T Intellectual Property.</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1",
                        "localizedValue": "1",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "AT&T High Speed Internet 1000",
                        "localizedValue": "AT&T High Speed Internet 1000",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "88541733",
                        "localizedValue": "88541733",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "29",
                        "localizedValue": "29",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "AT&T FIBER — INTERNET 1000",
                        "localizedValue": "AT&T FIBER — INTERNET 1000",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "4",
                        "localizedValue": "4",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Hsia1000g",
                        "localizedValue": "Hsia1000g",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "NA",
                        "localizedValue": "NA",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1000 Mbps",
                        "localizedValue": "1000 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "3 Mbps",
                        "localizedValue": "3 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<strong>Average load times</strong> </br> <ul> <li><strong>YouTube, </strong>2MB, 0.02 sec.<li><strong>MP3, </strong>5MB, 0.04 sec.<li><strong>Video, </strong>4GB, 39 secs</ul>",
                        "localizedValue": "<strong>Average load times</strong> </br> <ul> <li><strong>YouTube, </strong>2MB, 0.02 sec.<li><strong>MP3, </strong>5MB, 0.04 sec.<li><strong>Video, </strong>4GB, 39 secs</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>Unleash the full potential of your smart home</li><li>Seamlessly connect with others and share extra-large files in seconds</li><li>Super-fast 1 GIG upload and download speeds</li>",
                        "localizedValue": "<li>Unleash the full potential of your smart home</li><li>Seamlessly connect with others and share extra-large files in seconds</li><li>Super-fast 1 GIG upload and download speeds</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "BBFootPrint",
                    "localizedName": "BBFootPrint",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "FiberKitOptional",
                        "localizedValue": "FiberKitOptional"
                      }
                    ]
                  },
                  {
                    "name": "unlimitedIPUsage",
                    "localizedName": "unlimitedIPUsage",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "baseIpUsageItem_shortDisplayName",
                    "localizedName": "baseIpUsageItem_shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Includes unlimited internet data",
                        "localizedValue": "Includes unlimited internet data",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "overageBucket_ratePerBucket",
                    "localizedName": "overageBucket_ratePerBucket",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "10",
                        "localizedValue": "10",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "overageBucket_maxChargePerBillCycle",
                    "localizedName": "overageBucket_maxChargePerBillCycle",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "100",
                        "localizedValue": "100",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "overageBucket_bucketSize",
                    "localizedName": "overageBucket_bucketSize",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "50GB",
                        "localizedValue": "50GB",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "usageAllowance",
                    "localizedName": "usageAllowance",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "999999 GB",
                        "localizedValue": "999999 GB",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "usageType",
                    "localizedName": "usageType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "base",
                        "localizedValue": "base",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isSelfInstallEligible",
                    "localizedName": "isSelfInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "62900028",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-62900028",
                      "name": "Price includes $10/mo. discount when you sign up for paperless billing and AutoPay with a bank account. Or $5/mo. with a debit card.",
                      "description": "Price includes $10/mo. discount when you sign up for paperless billing and AutoPay with a bank account. Or $5/mo. with a debit card.",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "shortDisplayName",
                          "value": "Price includes $10/mo. discount when you sign up for paperless billing and AutoPay with a bank account. Or $5/mo. with a debit card."
                        },
                        {
                          "name": "displayRanking",
                          "value": "7"
                        },
                        {
                          "name": "promotionCode",
                          "value": "IS2281"
                        },
                        {
                          "name": "tenderTypes",
                          "value": "ACH"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "true"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "supplemental"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 90
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 80
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 10
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "priceType": "OTR",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 150
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 150
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Easy self-setup kit Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod8960401",
                    "bundledProductOffering": [
                      {
                        "id": "prod8960401",
                        "name": "Easy self-setup kit",
                        "description": "Internet Installation Fee",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "productOfferingPrice": [
                              {
                                "name": "Easy self-setup kit Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          }
        }
      },
      "servicequalification_smb_withOffers_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001EDWS1",
              "streetNr": "1250",
              "streetName": "CAPITAL OF TEXAS",
              "streetType": "HWY",
              "city": "WEST LAKE HILLS",
              "stateOrProvince": "TX",
              "postcode": "78746",
              "postcodeExtension": "6446",
              "country": "USA",
              "completeTimeZone": "Central Time (CST/CDT)",
              "geographicSubAddress": [
                {
                  "structureType": "BLDG",
                  "structureValue": "12"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Business Fiber",
                    "serviceType": "BUSINESS FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      },
                      {
                        "name": "UversePendingOrder",
                        "valueType": "boolean",
                        "value": "false"
                      },
                      {
                        "name": "LightGreenIndicator",
                        "valueType": "boolean",
                        "value": "false"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "VOIP",
                    "displayName": "VOIP",
                    "serviceType": "VOIP",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "AP-A",
                    "displayName": "AP-A",
                    "serviceType": "AP-A",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "2"
                      },
                      {
                        "name": "AP-ATransportTypes",
                        "valueType": "string",
                        "value": "APA-WLS"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "PHONE",
                    "displayName": "Phone"
                  },
                  "service": {
                    "category": "POTS",
                    "displayName": "AT&T POTS",
                    "serviceType": "POTS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "3"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ],
          "offers": {
            "BBOffers": [
              {
                "id": "ibbndl_prod9040312_prod9040796_prod9040808",
                "name": "AT&T Business Fiber 300",
                "localizedName": "AT&T Business Fiber 300",
                "description": "Excellent for eCommerce operations, large transfers of data, and collaboration between office and virtual employees",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod9040312",
                    "name": "AT&T Business Fiber 300",
                    "description": "Excellent for eCommerce operations, large transfers of data, and collaboration between office and virtual employees",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Business Fiber 300 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 550
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 60
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 60
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500178",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 490
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "65700014",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "AT&T Business Fiber 300 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 550
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 60
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 60
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 490
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1",
                        "localizedValue": "1",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "No annual contract, data caps, or equipment fees, with up to 300Mbps upload and download speeds",
                        "localizedValue": "No annual contract, data caps, or equipment fees, with up to 300Mbps upload and download speeds",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "33311",
                        "localizedValue": "33311",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Business Fiber 300",
                        "localizedValue": "Business Fiber 300",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "300m300mg",
                        "localizedValue": "300m300mg",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Symmetric",
                        "localizedValue": "Symmetric",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "300 Mbps",
                        "localizedValue": "300 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "300 Mbps",
                        "localizedValue": "300 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "localizedValue": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>300Mbps equal upload and download speeds</li><li>Excellent for e-commerce operations and collaboration between office and virtual employees</li>",
                        "localizedValue": "<li>300Mbps equal upload and download speeds</li><li>Excellent for e-commerce operations and collaboration between office and virtual employees</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeatures",
                    "localizedName": "applicableFeatures",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeaturesChange",
                    "localizedName": "applicableFeaturesChange",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isTechInstallEligible",
                    "localizedName": "isTechInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "66500178",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500178",
                      "name": "Promotional Offer",
                      "description": "Promotional Offer",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BPO038"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatrate"
                        },
                        {
                          "name": "saleType",
                          "value": "basic"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "65700014",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-65700014",
                      "name": "Internet + wireless bundle discount",
                      "description": "Internet + wireless bundle discount",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "true"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "false"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP103"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "56000017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-56000017",
                      "name": "Waived professional installation fee",
                      "description": "Free installation when ordered online ($99 value)",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "0"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BHSS54"
                        },
                        {
                          "name": "promotionType",
                          "value": "percentoff"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "onetime"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 550
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 60
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 490
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Professional Installation Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 99
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "OC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 99
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "High Speed Internet Equipment Fee Price",
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      },
                      "marketingAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod9040796",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040796",
                        "name": "Professional Installation",
                        "description": "Our technicians will install your equipment and verify that your services are up and running. (Additional charges apply.)",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "immediatePromotionId": "56000017",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "groupOptionId": "ibbndl_equip_grp_prod9040808",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040808",
                        "name": "High Speed Internet Equipment Fee",
                        "description": "SMB- Internet equipment Fee",
                        "productOfferingType": "BB_Equipment",
                        "productOfferingTypeGroup": "BBEquipment",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "id": "ibbndl_prod9040313_rwd-47700032_prod9040796_prod9040808",
                "name": "AT&T Business Fiber 500",
                "localizedName": "AT&T Business Fiber 500",
                "description": "Ideal for eCommerce activities, hosting websites, and supporting large data backups",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod9040313",
                    "name": "AT&T Business Fiber 500",
                    "description": "Ideal for eCommerce activities, hosting websites, and supporting large data backups",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Business Fiber 500 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 650
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 100
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 100
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "61400022",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 550
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "65700014",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500027",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "AT&T Business Fiber 500 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 650
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 100
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 100
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 550
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-47700032",
                    "name": "We�ll cover your early termination fee up to $750 when switching from another provider.",
                    "description": "<p><b>Switcher reward card offer: </b></p>\r\n<p><b>Subject to change and may be discontinued at any time. </b>Business customers switching from a current internet provider to an eligible AT&amp;T Business Fiber&#174; plan (300Mbps or higher) will be eligible to receive a reward card based on the amount of their Early Termination Fee (ETF). Card redemption is required. At time of redemption, customer must provide proof of previous internet provider bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Card amount based on customer&#8217;s actual ETF, not to exceed $750. Excludes taxes, service fees, return equipment fees, or ETF incurred on services bundled with previous provider. Customer will be sent a letter with redemption requirements to billing service address. Redemption required within 90 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. AT&amp;T is not responsible for lost, late, mutilated, misdirected, or postage-due mail. </p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p><b>AT&amp;T Internet Promotion - $100 AT&amp;T Visa&reg; Reward Card* offer available 01/03/2021 through 8/30/2021. </b>Offer available to new AT&amp;T Internet for Business and AT&amp;T Business Fiber subscribers who purchase speeds 768k to 1Gps or customers migrating from FastAccess&reg; Business DSL or AT&amp;T High Speed Internet Business Edition to AT&amp;T Internet for Business or AT&amp;T Business Fiber. Offer not eligible for renewals or speed upgrades. Offer is not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. Customer must have active service in good standing for a minimum of 60 consecutive calendar days and must remain active at time of redemption to qualify for $100 AT&amp;T Visa&reg; Reward Card* (&#8220;Reward Card&#8221;). A maximum of one Reward Card may be issued per account (i.e. phone number to which AT&amp;T Internet line(s) is/are billed). Qualified subscribers must complete the online redemption process at the AT&amp;T Business Reward Center at <a href=\"https://rewardcenter.att.com/Smallbusiness/default.aspx\">https://rewardcenter.att.com/Smallbusiness/default.aspx</a> by the date provided in the redemption letter to obtain Reward Card. </p><br><p>*<b>Reward Card</b>: Will be sent letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. Not available for withdrawal of cash. The Bancorp Bank; Member FDIC. Visa U.S.A. Inc. is not affiliated with AT&amp;T or this offer. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Void where prohibited, taxed or restricted. May not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p>",
                        "localizedValue": " <p><b>AT&amp;T Internet Promotion - $100 AT&amp;T Visa&reg; Reward Card* offer available 01/03/2021 through 8/30/2021. </b>Offer available to new AT&amp;T Internet for Business and AT&amp;T Business Fiber subscribers who purchase speeds 768k to 1Gps or customers migrating from FastAccess&reg; Business DSL or AT&amp;T High Speed Internet Business Edition to AT&amp;T Internet for Business or AT&amp;T Business Fiber. Offer not eligible for renewals or speed upgrades. Offer is not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. Customer must have active service in good standing for a minimum of 60 consecutive calendar days and must remain active at time of redemption to qualify for $100 AT&amp;T Visa&reg; Reward Card* (&#8220;Reward Card&#8221;). A maximum of one Reward Card may be issued per account (i.e. phone number to which AT&amp;T Internet line(s) is/are billed). Qualified subscribers must complete the online redemption process at the AT&amp;T Business Reward Center at <a href=\"https://rewardcenter.att.com/Smallbusiness/default.aspx\">https://rewardcenter.att.com/Smallbusiness/default.aspx</a> by the date provided in the redemption letter to obtain Reward Card. </p><br><p>*<b>Reward Card</b>: Will be sent letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. Not available for withdrawal of cash. The Bancorp Bank; Member FDIC. Visa U.S.A. Inc. is not affiliated with AT&amp;T or this offer. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Void where prohibited, taxed or restricted. May not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p><b>AT&amp;T Internet Promotion - $100 AT&amp;T Visa&reg; Reward Card* offer available 01/03/2021 through 8/30/2021. </b>Offer available to new AT&amp;T Internet for Business and AT&amp;T Business Fiber subscribers who purchase speeds 768k to 1Gps or customers migrating from FastAccess&reg; Business DSL or AT&amp;T High Speed Internet Business Edition to AT&amp;T Internet for Business or AT&amp;T Business Fiber. Offer not eligible for renewals or speed upgrades. Offer is not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. Customer must have active service in good standing for a minimum of 60 consecutive calendar days and must remain active at time of redemption to qualify for $100 AT&amp;T Visa&reg; Reward Card* (&#8220;Reward Card&#8221;). A maximum of one Reward Card may be issued per account (i.e. phone number to which AT&amp;T Internet line(s) is/are billed). Qualified subscribers must complete the online redemption process at the AT&amp;T Business Reward Center at <a href=\"https://rewardcenter.att.com/Smallbusiness/default.aspx\">https://rewardcenter.att.com/Smallbusiness/default.aspx</a> by the date provided in the redemption letter to obtain Reward Card. </p><br><p>*<b>Reward Card</b>: Will be sent letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. Not available for withdrawal of cash. The Bancorp Bank; Member FDIC. Visa U.S.A. Inc. is not affiliated with AT&amp;T or this offer. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Void where prohibited, taxed or restricted. May not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p>",
                        "localizedValue": " <p><b>AT&amp;T Internet Promotion - $100 AT&amp;T Visa&reg; Reward Card* offer available 01/03/2021 through 8/30/2021. </b>Offer available to new AT&amp;T Internet for Business and AT&amp;T Business Fiber subscribers who purchase speeds 768k to 1Gps or customers migrating from FastAccess&reg; Business DSL or AT&amp;T High Speed Internet Business Edition to AT&amp;T Internet for Business or AT&amp;T Business Fiber. Offer not eligible for renewals or speed upgrades. Offer is not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. Customer must have active service in good standing for a minimum of 60 consecutive calendar days and must remain active at time of redemption to qualify for $100 AT&amp;T Visa&reg; Reward Card* (&#8220;Reward Card&#8221;). A maximum of one Reward Card may be issued per account (i.e. phone number to which AT&amp;T Internet line(s) is/are billed). Qualified subscribers must complete the online redemption process at the AT&amp;T Business Reward Center at <a href=\"https://rewardcenter.att.com/Smallbusiness/default.aspx\">https://rewardcenter.att.com/Smallbusiness/default.aspx</a> by the date provided in the redemption letter to obtain Reward Card. </p><br><p>*<b>Reward Card</b>: Will be sent letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. Not available for withdrawal of cash. The Bancorp Bank; Member FDIC. Visa U.S.A. Inc. is not affiliated with AT&amp;T or this offer. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Void where prohibited, taxed or restricted. May not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "2",
                        "localizedValue": "2",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "No annual contract, data caps, or equipment fees, with up to 500Mbps upload and download speeds",
                        "localizedValue": "No annual contract, data caps, or equipment fees, with up to 500Mbps upload and download speeds",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "33311",
                        "localizedValue": "33311",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Business Fiber 500",
                        "localizedValue": "Business Fiber 500",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "500m500mg",
                        "localizedValue": "500m500mg",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Symmetric",
                        "localizedValue": "Symmetric",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "500 Mbps",
                        "localizedValue": "500 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "500 Mbps",
                        "localizedValue": "500 Mbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "localizedValue": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>500Mbps equal upload and download speeds</li><li>Ideal for e-commerce activities, hosting websites, supporting large data backups</li>",
                        "localizedValue": "<li>500Mbps equal upload and download speeds</li><li>Ideal for e-commerce activities, hosting websites, supporting large data backups</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeatures",
                    "localizedName": "applicableFeatures",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeaturesChange",
                    "localizedName": "applicableFeaturesChange",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isTechInstallEligible",
                    "localizedName": "isTechInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "61400022",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-61400022",
                      "name": "Promotional Offer",
                      "description": "Promotional Offer",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP055"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatrate"
                        },
                        {
                          "name": "saleType",
                          "value": "basic"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "65700014",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-65700014",
                      "name": "Internet + wireless bundle discount",
                      "description": "Internet + wireless bundle discount",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "true"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "false"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP103"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "66500027",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500027",
                      "name": "Up to $750 ETF",
                      "description": "Up to $750 ETF",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "3"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BRC750"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "56000017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-56000017",
                      "name": "Waived professional installation fee",
                      "description": "Free installation when ordered online ($99 value)",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "0"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BHSS54"
                        },
                        {
                          "name": "promotionType",
                          "value": "percentoff"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "onetime"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 650
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 550
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "priceType": "OTR",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Professional Installation Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 99
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "OC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 99
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "High Speed Internet Equipment Fee Price",
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      },
                      "marketingAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod9040796",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040796",
                        "name": "Professional Installation",
                        "description": "Our technicians will install your equipment and verify that your services are up and running. (Additional charges apply.)",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "immediatePromotionId": "56000017",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "groupOptionId": "ibbndl_equip_grp_prod9040808",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040808",
                        "name": "High Speed Internet Equipment Fee",
                        "description": "SMB- Internet equipment Fee",
                        "productOfferingType": "BB_Equipment",
                        "productOfferingTypeGroup": "BBEquipment",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "id": "ibbndl_prod9040314_rwd-47700032_prod9040796_prod9040808",
                "name": "AT&T Business Fiber 1000",
                "localizedName": "AT&T Business Fiber 1000",
                "description": "1000Mbps connection Internet for Business",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod9040314",
                    "name": "AT&T Business Fiber 1000",
                    "description": "1000Mbps connection Internet for Business",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Business Fiber 1000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 800
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 140
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 140
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500030",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 660
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "65700014",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500027",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "AT&T Business Fiber 1000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 800
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 140
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 140
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 660
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-47700032",
                    "name": "We�ll cover your early termination fee up to $750 when switching from another provider.",
                    "description": "<p><b>Switcher reward card offer: </b></p>\r\n<p><b>Subject to change and may be discontinued at any time. </b>Business customers switching from a current internet provider to an eligible AT&amp;T Business Fiber&#174; plan (300Mbps or higher) will be eligible to receive a reward card based on the amount of their Early Termination Fee (ETF). Card redemption is required. At time of redemption, customer must provide proof of previous internet provider bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Card amount based on customer&#8217;s actual ETF, not to exceed $750. Excludes taxes, service fees, return equipment fees, or ETF incurred on services bundled with previous provider. Customer will be sent a letter with redemption requirements to billing service address. Redemption required within 90 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. AT&amp;T is not responsible for lost, late, mutilated, misdirected, or postage-due mail. </p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities.</p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period.</p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities.</p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period.</p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities.</p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period.</p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities.</p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period.</p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "3",
                        "localizedValue": "3",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "No annual contract, data caps, or equipment fees, with up to 1 GIG upload and download speeds",
                        "localizedValue": "No annual contract, data caps, or equipment fees, with up to 1 GIG upload and download speeds",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "33311",
                        "localizedValue": "33311",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Business Fiber 1000",
                        "localizedValue": "Business Fiber 1000",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1000m1000mg",
                        "localizedValue": "1000m1000mg",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Symmetric",
                        "localizedValue": "Symmetric",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1 Gbps",
                        "localizedValue": "1 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "1 Gbps",
                        "localizedValue": "1 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "localizedValue": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>Up to 1 GIG upload and download speeds</li><li>Perfect for uploading large files and collaborating via cloud-based apps</li><li>Includes built-in 5G internet backup</li>",
                        "localizedValue": "<li>Up to 1 GIG upload and download speeds</li><li>Perfect for uploading large files and collaborating via cloud-based apps</li><li>Includes built-in 5G internet backup</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "ribbonTexts",
                    "localizedName": "ribbonTexts",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<p>5G internet backup</p>",
                        "localizedValue": "<p>5G internet backup</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeatures",
                    "localizedName": "applicableFeatures",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeaturesChange",
                    "localizedName": "applicableFeaturesChange",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isTechInstallEligible",
                    "localizedName": "isTechInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "66500030",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500030",
                      "name": "Promotional Offer",
                      "description": "Promotional Offer",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP151"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatrate"
                        },
                        {
                          "name": "saleType",
                          "value": "basic"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "65700014",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-65700014",
                      "name": "Internet + wireless bundle discount",
                      "description": "Internet + wireless bundle discount",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "true"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "false"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP103"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "66500027",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500027",
                      "name": "Up to $750 ETF",
                      "description": "Up to $750 ETF",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "3"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BRC750"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "56000017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-56000017",
                      "name": "Waived professional installation fee",
                      "description": "Free installation when ordered online ($99 value)",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "0"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BHSS54"
                        },
                        {
                          "name": "promotionType",
                          "value": "percentoff"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "onetime"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 800
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 140
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 660
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "priceType": "OTR",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Professional Installation Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 99
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "OC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 99
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "High Speed Internet Equipment Fee Price",
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      },
                      "marketingAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod9040796",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040796",
                        "name": "Professional Installation",
                        "description": "Our technicians will install your equipment and verify that your services are up and running. (Additional charges apply.)",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "immediatePromotionId": "56000017",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "groupOptionId": "ibbndl_equip_grp_prod9040808",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040808",
                        "name": "High Speed Internet Equipment Fee",
                        "description": "SMB- Internet equipment Fee",
                        "productOfferingType": "BB_Equipment",
                        "productOfferingTypeGroup": "BBEquipment",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "id": "ibbndl_prod11480227_rwd-47700032_prod9040796_prod9040808",
                "name": "AT&T Business Fiber 2000",
                "localizedName": "AT&T Business Fiber 2000",
                "description": "Ultrafast speed and bandwidth to support next-gen businesses and smart-office technologies",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod11480227",
                    "name": "AT&T Business Fiber 2000",
                    "description": "Ultrafast speed and bandwidth to support next-gen businesses and smart-office technologies",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Business Fiber 2000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 1000
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 185
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 185
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "60400046",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 815
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "65700014",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500027",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "AT&T Business Fiber 2000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 1000
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 185
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 185
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 815
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-47700032",
                    "name": "We�ll cover your early termination fee up to $750 when switching from another provider.",
                    "description": "<p><b>Switcher reward card offer: </b></p>\r\n<p><b>Subject to change and may be discontinued at any time. </b>Business customers switching from a current internet provider to an eligible AT&amp;T Business Fiber&#174; plan (300Mbps or higher) will be eligible to receive a reward card based on the amount of their Early Termination Fee (ETF). Card redemption is required. At time of redemption, customer must provide proof of previous internet provider bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Card amount based on customer&#8217;s actual ETF, not to exceed $750. Excludes taxes, service fees, return equipment fees, or ETF incurred on services bundled with previous provider. Customer will be sent a letter with redemption requirements to billing service address. Redemption required within 90 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. AT&amp;T is not responsible for lost, late, mutilated, misdirected, or postage-due mail. </p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "4",
                        "localizedValue": "4",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "No annual contract, data caps, or equipment fees, with up to 2 GIG upload and download speeds",
                        "localizedValue": "No annual contract, data caps, or equipment fees, with up to 2 GIG upload and download speeds",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "33311",
                        "localizedValue": "33311",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Business Fiber 2000",
                        "localizedValue": "Business Fiber 2000",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "2000m2000mg",
                        "localizedValue": "2000m2000mg",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Symmetric",
                        "localizedValue": "Symmetric",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "2 Gbps",
                        "localizedValue": "2 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "2 Gbps",
                        "localizedValue": "2 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "localizedValue": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>2 GIG upload and download speeds</li><li>Ultrafast speed and bandwidth to support next-gen businesses and smart-office technologies</li><li>Includes built-in 5G internet backup</li>",
                        "localizedValue": "<li>2 GIG upload and download speeds</li><li>Ultrafast speed and bandwidth to support next-gen businesses and smart-office technologies</li><li>Includes built-in 5G internet backup</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "ribbonTexts",
                    "localizedName": "ribbonTexts",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<p>5G internet backup</p>",
                        "localizedValue": "<p>5G internet backup</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeatures",
                    "localizedName": "applicableFeatures",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeaturesChange",
                    "localizedName": "applicableFeaturesChange",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isTechInstallEligible",
                    "localizedName": "isTechInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "60400046",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-60400046",
                      "name": "Promotional Offer",
                      "description": "Promotional Offer",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP049"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatrate"
                        },
                        {
                          "name": "saleType",
                          "value": "basic"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "65700014",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-65700014",
                      "name": "Internet + wireless bundle discount",
                      "description": "Internet + wireless bundle discount",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "true"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "false"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP103"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "66500027",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500027",
                      "name": "Up to $750 ETF",
                      "description": "Up to $750 ETF",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "3"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BRC750"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "56000017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-56000017",
                      "name": "Waived professional installation fee",
                      "description": "Free installation when ordered online ($99 value)",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "0"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BHSS54"
                        },
                        {
                          "name": "promotionType",
                          "value": "percentoff"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "onetime"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1000
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 185
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 815
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "priceType": "OTR",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Professional Installation Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 99
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "OC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 99
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "High Speed Internet Equipment Fee Price",
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      },
                      "marketingAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod9040796",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040796",
                        "name": "Professional Installation",
                        "description": "Our technicians will install your equipment and verify that your services are up and running. (Additional charges apply.)",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "immediatePromotionId": "56000017",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "groupOptionId": "ibbndl_equip_grp_prod9040808",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040808",
                        "name": "High Speed Internet Equipment Fee",
                        "description": "SMB- Internet equipment Fee",
                        "productOfferingType": "BB_Equipment",
                        "productOfferingTypeGroup": "BBEquipment",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "id": "ibbndl_prod11480226_rwd-47700032_prod9040796_prod9040808",
                "name": "AT&T Business Fiber 5000",
                "localizedName": "AT&T Business Fiber 5000",
                "description": "Premium speed and bandwidth to support the most cutting-edge technologies of today and tomorrow",
                "productOfferingType": "BB_Offer",
                "productOfferingTypeGroup": "BBOffer",
                "bundledProductOffering": [
                  {
                    "id": "prod11480226",
                    "name": "AT&T Business Fiber 5000",
                    "description": "Premium speed and bandwidth to support the most cutting-edge technologies of today and tomorrow",
                    "productOfferingType": "BB_Plan",
                    "productOfferingTypeGroup": "BBPlan",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "AT&T Business Fiber 5000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 1500
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 285
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 285
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "60500017",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 1215
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "65700014",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "immediatePromotionId": "66500027",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "AT&T Business Fiber 5000 Price",
                            "priceType": "RC",
                            "recurringChargePeriod": "month",
                            "recurringChargePeriodLength": 1,
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 1500
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 285
                              },
                              "marketingAmount": {
                                "unit": "USD",
                                "value": 285
                              }
                            },
                            "priceAlteration": [
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 1215
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "name": "Discount",
                                "priceType": "RC",
                                "chargeType": "credit",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "id": "rwd-47700032",
                    "name": "We�ll cover your early termination fee up to $750 when switching from another provider.",
                    "description": "<p><b>Switcher reward card offer: </b></p>\r\n<p><b>Subject to change and may be discontinued at any time. </b>Business customers switching from a current internet provider to an eligible AT&amp;T Business Fiber&#174; plan (300Mbps or higher) will be eligible to receive a reward card based on the amount of their Early Termination Fee (ETF). Card redemption is required. At time of redemption, customer must provide proof of previous internet provider bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Card amount based on customer&#8217;s actual ETF, not to exceed $750. Excludes taxes, service fees, return equipment fees, or ETF incurred on services bundled with previous provider. Customer will be sent a letter with redemption requirements to billing service address. Redemption required within 90 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. AT&amp;T is not responsible for lost, late, mutilated, misdirected, or postage-due mail. </p>",
                    "productOfferingType": "BB_Reward",
                    "productOfferingTypeGroup": "BBReward",
                    "bundledProductOfferingOption": [
                      {
                        "numberRelOfferDefault": 1,
                        "numberRelOfferLowerLimit": 1,
                        "numberRelOfferUpperLimit": 1,
                        "productOfferingPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ],
                        "productOfferingTotalPrice": [
                          {
                            "name": "We�ll cover your early termination fee up to $750 when switching from another provider. Price",
                            "priceType": "OTR",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 0
                              }
                            },
                            "taxIncluded": "Excluded"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "productOfferingCharacteristic": [
                  {
                    "name": "displayName",
                    "localizedName": "displayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Internet",
                        "localizedValue": "Internet",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "offerDetails",
                    "localizedName": "offerDetails",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "description",
                    "localizedName": "description",
                    "valueType": "String",
                    "value": [
                      {
                        "value": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "localizedValue": " <p>Limited availability. Go to&nbsp;<a href=\"https://www.att.com/businessfast&nbsp;to\" target=\"_blank\">www.att.com/businessfast&nbsp;to</a> check eligibility.</p><br><p>AT&amp;T Visa&reg; Reward Card Switcher Offer: Subject to change and may be discontinued at any time. Available to new customers who switch from their current provider to symmetrical AT&amp;T Business Fiber plans (300 or higher). Customer must provide proof of previous internet provider in the form of a bill with matching service address dated no more than 60 calendar days prior to AT&amp;T Business Fiber order. Reward Card Value: Reward card amount is based on speed tier ($275 with purchase of Fiber 300; $450 with purchase of Fiber 1000; and $500 with purchase of Fiber 2GIG or 5GIG). Offer not available to local, state, or federal government entities, e-rate eligible entities or Rural Health Care (RHC) entities. </p><br><p>Reward Card: Will be sent a letter with redemption requirements. Redemption required w/in 60 days from reward notification mail date. Customer must have active service in good standing for a minimum of 60 consecutive calendar days to qualify. Reward Card delivered within 3-4 weeks after redemption to customers who maintain qualifying service(s) from installation date and through reward fulfillment. Card expires at month-end 6 months after issuance. For Cardholder Agreement, go to rewardcenter.att.com. The AT&amp;T Visa Reward Card is issued by The Bancorp Bank pursuant to a license from Visa U.S.A. Inc. and can be used everywhere Visa debit cards are accepted in the United States, US Virgin Islands, and Puerto Rico. No cash access. The Bancorp Bank; Member FDIC. The Bancorp Bank does not endorse or sponsor and is not affiliated in any way with any product or service offered by AT&amp;T. AT&amp;T is not responsible for lost, late, mutilated, misdirected or postage-due mail. Limit one AT&amp;T Business Fiber reward card offer per customer service location within a 36 -month period. </p><br><p>AT&amp;T Business Fiber. Go to <a href=\"https://www.att.com/smallbusiness/explore/internet.html\" target=\"_blank\">www.att.com/smallbusiness/explore/internet.html</a> to check qualification. Additional Fees &amp; Taxes: AT&amp;T one-time transactional fees and monthly cost recovery surcharges which are not government-required may apply, as well as taxes. See <a href=\"https://www.att.com/BusinessInternetFees\" target=\"_blank\">www.att.com/BusinessInternetFees</a> for details. Installation: $99 installation charge may apply. Subject to AT&amp;T Consumer Service Agreement at <a href=\"https://att.com/consumerserviceagreement\" target=\"_blank\">att.com/consumerserviceagreement</a>. Credit restrictions and other conditions and limitations may apply.</p><br><p>Offers may not be combined with other offers, discounts or promotions. Offer, terms, and restrictions are subject to change.</p><br><p>&copy;2022 AT&amp;T Intellectual Property. All Rights Reserved. AT&amp;T, Globe logo, are trademarks of AT&amp;T Intellectual Property and/or AT&amp;T affiliated companies. All other marks are the property of their respective owners.</p><br>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "rank",
                    "localizedName": "rank",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "5",
                        "localizedValue": "5",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "fraoBenefitApplied",
                    "localizedName": "fraoBenefitApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "privateOfferApplied",
                    "localizedName": "privateOfferApplied",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "gigaSpeed",
                    "localizedName": "gigaSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "longDescription",
                    "localizedName": "longDescription",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "No annual contract, data caps, or equipment fees, with up to 5 GIG upload and download speeds",
                        "localizedValue": "No annual contract, data caps, or equipment fees, with up to 5 GIG upload and download speeds",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "pricePlanCode",
                    "localizedName": "pricePlanCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "33311",
                        "localizedValue": "33311",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hsiaSwimlane",
                    "localizedName": "hsiaSwimlane",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "shortDisplayName",
                    "localizedName": "shortDisplayName",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Business Fiber 5000",
                        "localizedValue": "Business Fiber 5000",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "broadbandTier",
                    "localizedName": "broadbandTier",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "omsProductCode",
                    "localizedName": "omsProductCode",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "5000m5000mg",
                        "localizedValue": "5000m5000mg",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "speedType",
                    "localizedName": "speedType",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "Symmetric",
                        "localizedValue": "Symmetric",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "hboMaxIncluded",
                    "localizedName": "hboMaxIncluded",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isEnrichedFiber",
                    "localizedName": "isEnrichedFiber",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isCurrentPlan",
                    "localizedName": "isCurrentPlan",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "false",
                        "localizedValue": "false",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "downloadSpeed",
                    "localizedName": "downloadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "5 Gbps",
                        "localizedValue": "5 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "uploadSpeed",
                    "localizedName": "uploadSpeed",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "5 Gbps",
                        "localizedValue": "5 Gbps",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "features",
                    "localizedName": "features",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "localizedValue": "<ul>\n<li>Asymmetrical and symmetrical options</li>\n<li>Up to 1Gbps download and upload speeds</li>\n<li>Unlimited data</li>\n</ul>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "Benefits",
                    "localizedName": "Benefits",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<li>5 GIG upload and download speeds</li><li>Premium speed to keep your business competitive</li><li>Includes built-in 5G internet backup</li>",
                        "localizedValue": "<li>5 GIG upload and download speeds</li><li>Premium speed to keep your business competitive</li><li>Includes built-in 5G internet backup</li>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "ribbonTexts",
                    "localizedName": "ribbonTexts",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<p>5G internet backup</p>",
                        "localizedValue": "<p>5G internet backup</p>",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeatures",
                    "localizedName": "applicableFeatures",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "applicableFeaturesChange",
                    "localizedName": "applicableFeaturesChange",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "localizedValue": "<ul><li><b>INCLUDED!</b> Access to the national AT&T Wi-Fi Hot Spot Network, at no extra charge",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "displayRanking",
                    "localizedName": "displayRanking",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "0",
                        "localizedValue": "0",
                        "default": false
                      }
                    ]
                  },
                  {
                    "name": "isTechInstallEligible",
                    "localizedName": "isTechInstallEligible",
                    "valueType": "String",
                    "value": [
                      {
                        "value": "true",
                        "localizedValue": "true",
                        "default": false
                      }
                    ]
                  }
                ],
                "immediatePromotion": [
                  {
                    "id": "60500017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-60500017",
                      "name": "Promotional Offer",
                      "description": "Promotional Offer",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP053"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatrate"
                        },
                        {
                          "name": "saleType",
                          "value": "basic"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "65700014",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-65700014",
                      "name": "Internet + wireless bundle discount",
                      "description": "Internet + wireless bundle discount",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "999"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "true"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "false"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BSP103"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "66500027",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-66500027",
                      "name": "Up to $750 ETF",
                      "description": "Up to $750 ETF",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "3"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "isSmbAioPromo",
                          "value": "false"
                        },
                        {
                          "name": "useForPriceCalculation",
                          "value": "true"
                        },
                        {
                          "name": "displayRanking",
                          "value": "0"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BRC750"
                        },
                        {
                          "name": "isDefaultTenderTypePromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionType",
                          "value": "flatamountoff"
                        },
                        {
                          "name": "saleType",
                          "value": "additional"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "monthly"
                        },
                        {
                          "name": "promotionRolledUpDisplayInd",
                          "value": "Yes"
                        },
                        {
                          "name": "freePromoInd",
                          "value": "No"
                        }
                      ]
                    }
                  },
                  {
                    "id": "56000017",
                    "status": "add",
                    "promotion": {
                      "id": "wrlnpr-56000017",
                      "name": "Waived professional installation fee",
                      "description": "Free installation when ordered online ($99 value)",
                      "type": "discount",
                      "applyPolicy": "automatic",
                      "promotionCharacteristics": [
                        {
                          "name": "duration",
                          "value": "0"
                        },
                        {
                          "name": "isAccessPromo",
                          "value": "false"
                        },
                        {
                          "name": "promotionCode",
                          "value": "BHSS54"
                        },
                        {
                          "name": "promotionType",
                          "value": "percentoff"
                        },
                        {
                          "name": "promotionCycle",
                          "value": "onetime"
                        }
                      ]
                    }
                  }
                ],
                "productOfferingTotalPrice": [
                  {
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1500
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 285
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 1215
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      },
                      {
                        "name": "Discount",
                        "priceType": "RC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 0
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "priceType": "OTR",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "Professional Installation Price",
                    "priceType": "OC",
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 99
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [
                      {
                        "name": "Discount",
                        "priceType": "OC",
                        "chargeType": "credit",
                        "price": {
                          "dutyFreeAmount": {
                            "unit": "USD",
                            "value": 99
                          }
                        }
                      }
                    ],
                    "taxIncluded": "Excluded"
                  },
                  {
                    "name": "High Speed Internet Equipment Fee Price",
                    "priceType": "RC",
                    "recurringChargePeriod": "month",
                    "recurringChargePeriodLength": 1,
                    "role": "Price",
                    "price": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "finalPrice": {
                      "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0
                      },
                      "marketingAmount": {
                        "unit": "USD",
                        "value": 0
                      }
                    },
                    "priceAlteration": [],
                    "taxIncluded": "Excluded"
                  }
                ],
                "bundledProductOfferingGroupOption": [
                  {
                    "groupOptionId": "ibbndl_install_grp_prod9040796",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040796",
                        "name": "Professional Installation",
                        "description": "Our technicians will install your equipment and verify that your services are up and running. (Additional charges apply.)",
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeGroup": "BBInstallation",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "immediatePromotionId": "56000017",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "Professional Installation Price",
                                "priceType": "OC",
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 99
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [
                                  {
                                    "name": "Discount",
                                    "priceType": "OC",
                                    "chargeType": "credit",
                                    "price": {
                                      "dutyFreeAmount": {
                                        "unit": "USD",
                                        "value": 99
                                      }
                                    }
                                  }
                                ],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "groupOptionId": "ibbndl_equip_grp_prod9040808",
                    "bundledProductOffering": [
                      {
                        "id": "prod9040808",
                        "name": "High Speed Internet Equipment Fee",
                        "description": "SMB- Internet equipment Fee",
                        "productOfferingType": "BB_Equipment",
                        "productOfferingTypeGroup": "BBEquipment",
                        "bundledProductOfferingOption": [
                          {
                            "numberRelOfferDefault": 1,
                            "numberRelOfferLowerLimit": 1,
                            "numberRelOfferUpperLimit": 1,
                            "productOfferingPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ],
                            "productOfferingTotalPrice": [
                              {
                                "name": "High Speed Internet Equipment Fee Price",
                                "priceType": "RC",
                                "recurringChargePeriod": "month",
                                "recurringChargePeriodLength": 1,
                                "role": "Price",
                                "price": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "finalPrice": {
                                  "dutyFreeAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  },
                                  "marketingAmount": {
                                    "unit": "USD",
                                    "value": 0
                                  }
                                },
                                "priceAlteration": [],
                                "taxIncluded": "Excluded"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          }
        }
      },
      "ServiceQualification_with_No_Offers": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001Y1AV1",
              "streetNr": "18504",
              "streetName": "126TH",
              "streetType": "AVE",
              "streetSuffix": "NE",
              "city": "BOTHELL",
              "stateOrProvince": "WA",
              "postcode": "98011",
              "postcodeExtension": "9318",
              "country": "USA"
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2026-02-09T20:04:28.461425835Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ],
          "offers": {}
        }
      },
      "ServiceQual_with_street_direction_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000QS4QU",
              "streetNr": "1276",
              "streetDirection": "W",
              "streetName": "COURT",
              "streetType": "ST",
              "city": "LOS ANGELES",
              "stateOrProvince": "CA",
              "postcode": "90026",
              "postcodeExtension": "5664",
              "country": "USA",
              "completeTimeZone": "Pacific Time (PST/PDT)",
              "geographicSubAddress": [
                {
                  "subAddressType": "S"
                }
              ]
            }
          },
          "serviceCharacteristic": [
            {
              "name": "InstantHSIAOnIndicator",
              "valueType": "string",
              "value": "false"
            }
          ],
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2025-10-09T20:47:12.05Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": true
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ]
        }
      },
      "ServiceQualification_partial_response_with_offer_failure": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001Y1AV1",
              "streetNr": "18504",
              "streetName": "126TH",
              "streetType": "AVE",
              "streetSuffix": "NE",
              "city": "BOTHELL",
              "stateOrProvince": "WA",
              "postcode": "98011",
              "postcodeExtension": "9318",
              "country": "USA"
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2026-02-09T20:04:28.461425835Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "WLS",
                    "displayName": "Wireless"
                  },
                  "service": {
                    "category": "WIRELESS",
                    "displayName": "Wireless",
                    "serviceType": "WIRELESS",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      },
                      {
                        "name": "priority",
                        "valueType": "number",
                        "value": "1"
                      }
                    ]
                  }
                }
              ]
            }
          ],
          "swimlaneList": [
            {
              "plan": "Hsia5000g",
              "swimlane": "29",
              "planTier": "F",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia2000g",
              "swimlane": "29",
              "planTier": "E",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKit",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia1000g",
              "swimlane": "29",
              "planTier": "D",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia500g",
              "swimlane": "29",
              "planTier": "C",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia300g",
              "swimlane": "29",
              "planTier": "B",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            },
            {
              "plan": "Hsia100g",
              "swimlane": "29",
              "planTier": "A",
              "planMRCBillingOffer": "88541733",
              "BBFootPrint": "FiberKitOptional",
              "PSid": "NA001"
            }
          ],
          "error": {
            "errorId": "EXTPNO-SERVICE-QUAL-SBPL-0007",
            "message": "Partial Response Failure",
            "errorSystemId": "cpopoffer",
            "details": [
              {
                "code": "INT-0033",
                "message": "Downstream error occurred while retrieving offers"
              }
            ]
          }
        }
      },
      "ServiceQualification_partial_response_with_qualification_failure": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00001Y1AV1",
              "streetNr": "18504",
              "streetName": "126TH",
              "streetType": "AVE",
              "streetSuffix": "NE",
              "city": "BOTHELL",
              "stateOrProvince": "WA",
              "postcode": "98011",
              "postcodeExtension": "9318",
              "country": "USA"
            }
          },
          "error": {
            "errorId": "EXTPNO-SERVICE-QUAL-SBPL-0007",
            "message": "Partial Response Failure",
            "errorSystemId": "Service Qualification",
            "details": [
              {
                "code": "INT-0032",
                "message": "Downstream error occurred while retrieving address qualification & existing service inventory"
              }
            ]
          }
        }
      },
      "ServiceQualification_WorkingServiceConflict_response": {
        "value": {
          "addressValidation": {
            "validationResult": "success",
            "validGeographicAddress": {
              "id": "00000NG3XH",
              "streetNr": "3802",
              "streetName": "MAIN",
              "streetType": "ST",
              "city": "CHULA VISTA",
              "stateOrProvince": "CA",
              "postcode": "91911",
              "postcodeExtension": "6246",
              "country": "USA",
              "completeTimeZone": "Pacific Time (PST/PDT)",
              "geographicSubAddress": [
                {
                  "subUnitType": "APT",
                  "subUnitNumber": "5"
                }
              ]
            }
          },
          "serviceQualification": [
            {
              "queryServiceQualificationDate": "2025-10-09T20:47:12.05Z",
              "serviceQualificationItem": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "displayName": "AT&T Internet",
                    "serviceType": "HSIA",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "displayName": "AT&T Fiber",
                    "serviceType": "FIBER",
                    "serviceCharacteristic": [
                      {
                        "name": "QualificationResult",
                        "valueType": "string",
                        "value": "qualified"
                      }
                    ]
                  }
                }
              ],
              "serviceInventory": [
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "FIBER",
                    "name": "FIBER",
                    "serviceType": "FIBER",
                    "available": true
                  }
                },
                {
                  "category": {
                    "name": "INTERNET",
                    "displayName": "Internet"
                  },
                  "service": {
                    "category": "HSIA",
                    "name": "HSIA",
                    "serviceType": "HSIA",
                    "available": true
                  }
                }
              ]
            }
          ],
          "conflictingServices": [
            {
              "category": {
                "name": "INTERNET",
                "displayName": "Internet"
              },
              "service": {
                "category": "HSIA",
                "displayName": "AT&T Internet",
                "serviceType": "HSIA",
                "accountDetails": [
                  {
                    "billingAccountNumber": "********3443",
                    "accountStatusCode": "pendingDisconnect"
                  }
                ]
              }
            },
            {
              "category": {
                "name": "INTERNET",
                "displayName": "Internet"
              },
              "service": {
                "category": "FIBER",
                "displayName": "AT&T Fiber",
                "serviceType": "FIBER",
                "accountDetails": [
                  {
                    "billingAccountNumber": "********9086",
                    "accountStatusCode": "active"
                  }
                ]
              }
            },
            {
              "category": {
                "name": "INTERNET",
                "displayName": "Internet"
              },
              "service": {
                "category": "AIA-B",
                "displayName": "AT&T Internet Air - Business",
                "serviceType": "AIA-B",
                "accountDetails": [
                  {
                    "billingAccountNumber": "********1354",
                    "accountStatusCode": "pendingOrder"
                  }
                ]
              }
            }
          ]
        }
      }
    }
  }
}