{
  "openapi": "3.0.1",
  "info": {
    "version": "0.0.10",
    "title": "Product Offer ManagementMs",
    "x-att-catalog": {
      "productTeam": "Customer Account Mgmt Svcs",
      "gatewayUsed": "AppGW",
      "internetFacing": "No",
      "scrumTeam": "Account Management Services",
      "scrumTeamContact": "IDP_ORCH_SERVICE@list.att.com",
      "shortDescription": "productoffermanagementms supports common business Product Offer functions that is standard across omni-channel (Agent, Self-Service (Online, Mobile App, Chat, IVR, etc), Back-Office, etc).  mS will orchestrate across functional domains to retrieve Product Offers.",
      "status": "DEVELOPMENT",
      "attFunctionalDomain": "Customer/CRM",
      "attSubDomain": "Customer Account Mgmt",
      "apiType": "PROCESS",
      "channelsSupported": [
        "WEB",
        "NATIVE",
        "SALESFORCE",
        "IVR",
        "CHAT"
      ],
      "aidUrl": "https://wiki.web.att.com/display/DRC/ProductOfferManagement+MS",
      "dynatraceUrl": "https://dynatrace.az.3pc.att.com/e/fc09f351-c4e7-46dc-afb8-cd98de60285e/#dashboard;gtf=-2h;gf=all;id=cf1119bf-edd9-4b73-bbbd-0fff0499dbd8",
      "appCodeUrl": "https://codecloud.web.att.com/projects/ST_SPTCAMS/repos/productoffermanagementms/browse",
      "efkUrl": "https://digitalelk.az.3pc.att.com/login?next=%2Fapp%2Fdiscover#/view/a7e37d00-a53b-11ec-8676-43494c9cec77",
      "specRepoUrl": "https://codecloud.web.att.com/projects/ST_GOV/repos/productoffermanagementms_specs/browse",
      "ccProject": "ST_SPTCAMS",
      "mots": 32767,
      "otherUrls": [
        {
          "name": "IDP NON PROD ENVIRONMENT LINK",
          "address": "https://wiki.web.att.com/display/SSI/IDP+NON-PROD+Environment"
        },
        {
          "name": "IDP PROD ENVIRONMENT LINK",
          "address": "https://wiki.web.att.com/display/SSI/IDP+PROD+Environment?src=contextnavpagetreemode"
        }
      ],
      "publishTo": ""
    }
  },
  "servers": [
    {
      "url": "/msapi/productoffermanagementms"
    }
  ],
  "components": {
    "parameters": {
      "Content-Type": {
        "name": "Content-Type",
        "in": "header",
        "description": "Provides the info on the content type (e.g. application/json)",
        "example": "application/json",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "Accept": {
        "name": "Accept",
        "in": "header",
        "description": "Provides the info on the accept",
        "example": "application/json",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "authorization": {
        "name": "authorization",
        "in": "header",
        "description": "Basic Authorization header used for microServices authentication and authorization. If not passed IDP microservice framework will return 401/403 accordingly.",
        "required": true,
        "example": "Basic bTIzOTgwQGlkcC5hdHQuY29tOmlkcEs4c3J2Y3NBdXRoMjAyMW5wISE=",
        "schema": {
          "type": "string"
        }
      },
      "idp-trace-id": {
        "name": "idp-trace-id",
        "in": "header",
        "description": "Transaction ID. Generally its injected by Gateway.",
        "example": "47e8df49d3410d39:e9123acf450013b3:594b2c9afde0d6ae:22",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-session-id": {
        "name": "idpctx-session-id",
        "in": "header",
        "description": "Unique Session ID. Generally its injected by Gateway.",
        "example": "47e8df49d3410d39:e9123acf450013b3:594b2c9afde0d6ae:22",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-callcontext": {
        "name": "idpctx-callcontext",
        "in": "header",
        "description": "Inform downstream mS what context the API is being invoked from (e.g. Customer, App, Agent). This will be injected by Gateway/MuleGateway/AppGateway",
        "example": "Customer",
        "required": false,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-user-type": {
        "name": "idpctx-user-type",
        "in": "header",
        "description": "value = registered ; to be used for authenticated users. value = guest ; to be used for unauthenticated users or external clients. (Injected by Gateway. If not passed by Gateway, need to be passed by calling App)",
        "example": "guest,registered",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-customerstate": {
        "name": "idpctx-customerstate",
        "in": "header",
        "description": "value = authenticated, unauthenticated (Injected by Gateway. If not passed by Gateway, need to be passed by calling App)",
        "example": "authenticated",
        "required": false,
        "schema": {
          "type": "string"
        }
      },
      "x-att-clientid": {
        "name": "x-att-clientid",
        "in": "header",
        "description": "Client Id from calling App (Injected by Gateway. If not passed by Gateway, need to be passed by calling App) Open a Dependency w/ CAMS to onboard your Client Id (e.g. fibermanagementexpms, nimbus, myatt-mas)",
        "example": "fibermanagementexpms,nimbus,myatt-mas",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idp-dealercode": {
        "name": "idp-dealercode",
        "in": "header",
        "description": "User that is identified and credited for performing the transaction. For Agent flow, would be the assisting Agent ID. For Self Care, App needs to provide the ID that will be credited for the transaction. (e.g. ECARE), for non agent flow it should be default (e.g. default)",
        "example": "ECARE,default",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idp-agentid": {
        "name": "idp-agentid",
        "in": "header",
        "description": "User that is identified and credited for performing the transaction. For Agent flow, would be the assisting Agent ID.  For Self Care, App needs to provide the ID that will be credited for the transaction. (e.g. ECARE, default) Sample Value: ECare (Services Self Care)",
        "required": false,
        "example": "ECARE",
        "schema": {
          "type": "string"
        }
      },
      "idpctx-appname": {
        "name": "idpctx-appname",
        "in": "header",
        "description": "App Name from calling Client. (Injected by Gateway. If not passed by Gateway, need to be passed by calling App).  CAMS doesn't validate this request header. Please check with P&O team for valid values (e.g. onlineservices)",
        "example": "onlinesales,onlineservices",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-uuid": {
        "name": "idpctx-uuid",
        "in": "header",
        "description": "UUID, Derived from validateToken (Injected by Gateway. If not passed by Gateway, need to be passed by calling App)",
        "required": false,
        "schema": {
          "type": "string"
        }
      },
      "idpctx-loggedInid": {
        "name": "idpctx-loggedInid",
        "in": "header",
        "description": "Logged in ID, Derived from validateToken response",
        "example": "qay_tdase1_14342@slid.dum",
        "schema": {
          "type": "string"
        }
      },
      "idpctx-logintype": {
        "name": "idpctx-logintype",
        "in": "header",
        "description": "Login Type, Derived from validateToken response",
        "example": "qay_tdase1_14342@slid.dum",
        "schema": {
          "type": "string"
        }
      },
      "idp-channel": {
        "name": "idp-channel",
        "in": "header",
        "description": "Business segment (e.g. online)",
        "required": true,
        "example": "ONLINE",
        "schema": {
          "type": "string"
        }
      },
      "idpctx-linkedbsseaccnums": {
        "name": "idpctx-linkedbsseaccnums",
        "in": "header",
        "description": "The list of BSSe account numbers linked to customer's SLID as populated by Gateway or by client.  It's required when ProductType in request is WIRELESSBROADBAND and for BSSEBroadband requests",
        "example": "557053286363",
        "schema": {
          "type": "string"
        }
      }
    }
  },
  "tags": [
    {
      "name": "BaseOffers"
    },
    {
      "name": "OC api response"
    }
  ],
  "paths": {
    "/pno/cpopoffer/v1/product-offers": {
      "post": {
        "tags": [
          "BaseOffers"
        ],
        "summary": "Base Offers | Displays the base offers  ",
        "description": "This api will returns the base offers",
        "operationId": "BaseOffers",
        "parameters": [
          {
            "$ref": "#/components/parameters/Content-Type"
          },
          {
            "$ref": "#/components/parameters/authorization"
          },
          {
            "$ref": "#/components/parameters/idp-trace-id"
          },
          {
            "$ref": "#/components/parameters/idpctx-session-id"
          },
          {
            "$ref": "#/components/parameters/idpctx-callcontext"
          },
          {
            "$ref": "#/components/parameters/idpctx-user-type"
          },
          {
            "$ref": "#/components/parameters/idpctx-customerstate"
          },
          {
            "$ref": "#/components/parameters/x-att-clientid"
          },
          {
            "$ref": "#/components/parameters/idpctx-linkedbsseaccnums"
          },
          {
            "$ref": "#/components/parameters/idp-dealercode"
          },
          {
            "$ref": "#/components/parameters/idp-agentid"
          },
          {
            "$ref": "#/components/parameters/idpctx-appname"
          },
          {
            "$ref": "#/components/parameters/idpctx-uuid"
          },
          {
            "$ref": "#/components/parameters/idpctx-loggedInid"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "localizedName": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "isBundle": {
                      "type": "boolean"
                    },
                    "mustBeBundled": {
                      "type": "boolean"
                    },
                    "validFor": {
                      "type": "object",
                      "properties": {
                        "startDateTime": {
                          "type": "string",
                          "format": "date-time"
                        }
                      },
                      "required": [
                        "startDateTime"
                      ]
                    },
                    "productOfferingType": {
                      "type": "string"
                    },
                    "productOfferingTypeId": {
                      "type": "string"
                    },
                    "productOfferingTypeGroup": {
                      "type": "string"
                    },
                    "productOfferingCharacteristic": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "localizedName": {
                            "type": "string"
                          },
                          "valueType": {
                            "type": "string"
                          },
                          "value": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "default": {
                                  "type": "boolean"
                                },
                                "localizedValue": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "productSpecification": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "characteristicsMetadata": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "metadataType": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "required": [
                          "name",
                          "valueType"
                        ]
                      }
                    },
                    "bundledProductOffering": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "href": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "localizedName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "productOfferingType": {
                            "type": "string"
                          },
                          "productOfferingTypeGroup": {
                            "type": "string"
                          },
                          "bundledProductOffering": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "href": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "localizedName": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "productOfferingType": {
                                  "type": "string"
                                },
                                "productOfferingTypeGroup": {
                                  "type": "string"
                                },
                                "bundledProdOfferOption": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "numberRelOfferLowerLimit": {
                                        "type": "string"
                                      },
                                      "numberRelOfferUpperLimit": {
                                        "type": "string"
                                      },
                                      "defaultRelOfferNumber": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "bundledProductOfferingOption": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "numberRelOfferLowerLimit": {
                                  "type": "string"
                                },
                                "numberRelOfferUpperLimit": {
                                  "type": "string"
                                },
                                "defaultRelOfferNumber": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "productOfferingRelationship": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "relationType": {
                            "type": "string"
                          },
                          "relationRole": {
                            "type": "string"
                          },
                          "expiredForSales": {
                            "type": "boolean"
                          },
                          "validFor": {
                            "type": "object"
                          }
                        }
                      }
                    },
                    "productOfferingPrice": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "priceCategory": {
                            "type": "string"
                          },
                          "priceType": {
                            "type": "string"
                          },
                          "recurringChargePeriod": {
                            "type": "string"
                          },
                          "recurringChargePeriodLength": {
                            "type": "integer"
                          },
                          "taxIncluded": {
                            "type": "string"
                          },
                          "role": {
                            "type": "string"
                          },
                          "immediatePayOption": {
                            "type": "object",
                            "properties": {
                              "payImmediately": {
                                "type": "boolean"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "examples": {
                  "Base Offers response api": {
                    "value": {
                      "content": [
                        {
                          "id": "b5d96af0-30bc-4988-92b9-7798cc9d4f93",
                          "name": "AT&T Internet 300",
                          "localizedName": "AT&T Internet 300",
                          "description": "300Mbps speed + unlimited internet data",
                          "href": "/msapi/productoffer/discovery/v1/product-offers/b5d96af0-30bc-4988-92b9-7798cc9d4f93?channel=SelfService",
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeGroup": "BBOffer",
                          "mustBeBundled": false,
                          "isBundle": true,
                          "valueRank": 300,
                          "bundledProductOffering": [
                            {
                              "id": "85333ec5-e9aa-4c8e-b886-04afb19e4a6a",
                              "name": "AT&T Internet 300",
                              "localizedName": "AT&T Internet 300",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/85333ec5-e9aa-4c8e-b886-04afb19e4a6a?channel=SelfService",
                              "description": "300Mbps speed",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 1,
                                  "numberRelOfferUpperLimit": 1,
                                  "productOfferingPrice": [
                                    {
                                      "name": "AT&T Internet 300",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 65
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 35
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 35
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 65
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_6d6b4977-169a-4a17-a96e-b6714b5d473b",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 10
                                            }
                                          },
                                          "id": "ImmediatePromotion_6d6b4977-169a-4a17-a96e-b6714b5d473b",
                                          "status": "add",
                                          "promotion": {
                                            "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                            "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": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "amount": "10",
                                              "promotionClassification": "ABP",
                                              "Auto_Pay_Enrollment": "Y",
                                              "TenderType": "ACH"
                                            }
                                          }
                                        },
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_d2d9b5b0-98ca-444e-ab12-35336dd072a6",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 20
                                            }
                                          },
                                          "id": "ImmediatePromotion_d2d9b5b0-98ca-444e-ab12-35336dd072a6",
                                          "status": "add",
                                          "promotion": {
                                            "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                            "name": "$20 off for 12 months",
                                            "description": "$20 off for 12 months",
                                            "type": "discount",
                                            "priority": 2,
                                            "applyPolicy": "automatic",
                                            "promotionCharacteristics": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "LongDescription": "<p>$20 off for 12 months</p>",
                                              "promotionClassification": "Standalone",
                                              "duration": 12,
                                              "durationPeriod": "Months"
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ],
                                  "productOfferingTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 65
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 35
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 35
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 65
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 30
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ]
                                }
                              ],
                              "productOfferingCharacteristic": [
                                {
                                  "name": "Offer_Code",
                                  "value": [
                                    {
                                      "value": "INT300MBPS"
                                    }
                                  ]
                                },
                                {
                                  "name": "Plan_Group",
                                  "value": [
                                    {
                                      "value": "FFDATA"
                                    }
                                  ]
                                },
                                {
                                  "name": "In_wait_service_period_for_reward",
                                  "value": [
                                    {
                                      "value": "true"
                                    }
                                  ]
                                },
                                {
                                  "name": "Speed",
                                  "value": [
                                    {
                                      "value": "300"
                                    }
                                  ]
                                },
                                {
                                  "name": "productType",
                                  "value": [
                                    {
                                      "value": "FIBER"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Type",
                                  "value": [
                                    {
                                      "value": "Pay_on_Bill"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Method",
                                  "value": [
                                    {
                                      "value": "Credit"
                                    }
                                  ]
                                },
                                {
                                  "name": "firstRCPaymentOption",
                                  "value": [
                                    {
                                      "value": "payOnBill"
                                    }
                                  ]
                                },
                                {
                                  "name": "paymentTiming",
                                  "value": [
                                    {
                                      "value": "InAdvance"
                                    }
                                  ]
                                },
                                {
                                  "name": "billingProfile",
                                  "value": [
                                    {
                                      "value": "hassleFree"
                                    }
                                  ]
                                },
                                {
                                  "name": "prorationPolicy",
                                  "value": [
                                    {
                                      "value": "defaultProrationStrategy"
                                    }
                                  ]
                                }
                              ],
                              "isBundle": false
                            },
                            {
                              "id": "862ecaef-6b90-407e-9b68-dc9b23ad13be",
                              "name": "Switch and we'll pay your cancellation fee in full",
                              "localizedName": "Switch and we'll pay your cancellation fee in full",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/862ecaef-6b90-407e-9b68-dc9b23ad13be?channel=SelfService",
                              "description": "Switch and we'll pay your cancellation fee in full",
                              "productOfferingType": "BB_Reward",
                              "productOfferingTypeGroup": "BBReward",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 0,
                                  "numberRelOfferUpperLimit": 1
                                }
                              ],
                              "price": null,
                              "displayName": null,
                              "redeemRewardDetail": null,
                              "displayRanking": null
                            }
                          ],
                          "productOfferingCharacteristic": [
                            {
                              "name": "downloadSpeed",
                              "value": [
                                {
                                  "value": "300"
                                }
                              ]
                            },
                            {
                              "name": "omsProductCode",
                              "localizedName": "omsProductCode",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "b5d96af0-30bc-4988-92b9-7798cc9d4f93",
                                  "localizedValue": "b5d96af0-30bc-4988-92b9-7798cc9d4f93",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<ul><li>Game, stream, and video chat with confidence</li><li>Ensure your smart home devices run smoothly</li><li>300Mbps upload and download speeds</li></ul>",
                                  "localizedValue": "<ul><li>Game, stream, and video chat with confidence</li><li>Ensure your smart home devices run smoothly</li><li>300Mbps upload and download speeds</li></ul>",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<p><b>Fast online speeds for the whole home</b></p>",
                                  "localizedValue": "<p><b>Fast online speeds for the whole home</b></p>",
                                  "default": false
                                }
                              ]
                            }
                          ],
                          "immediatePromotion": [
                            {
                              "id": "ImmediatePromotion_6d6b4977-169a-4a17-a96e-b6714b5d473b",
                              "status": "add",
                              "promotion": {
                                "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                "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": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "amount": "10",
                                  "promotionClassification": "ABP",
                                  "Auto_Pay_Enrollment": "Y",
                                  "TenderType": "ACH"
                                }
                              }
                            },
                            {
                              "id": "ImmediatePromotion_d2d9b5b0-98ca-444e-ab12-35336dd072a6",
                              "status": "add",
                              "promotion": {
                                "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                "name": "$20 off for 12 months",
                                "description": "$20 off for 12 months",
                                "type": "discount",
                                "priority": 2,
                                "applyPolicy": "automatic",
                                "promotionCharacteristics": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "LongDescription": "<p>$20 off for 12 months</p>",
                                  "promotionClassification": "Standalone",
                                  "duration": 12,
                                  "durationPeriod": "Months"
                                }
                              }
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "47719946-ad78-4b74-a693-70dc1d5374ba",
                              "name": "TestOnly_Fiber_Fiber_Addons",
                              "relationshipType": "commercialRelation",
                              "role": "addOn"
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationshipType": "replaceOffer",
                              "role": "replaceTo"
                            }
                          ],
                          "productOfferingTotalPrice": [
                            {
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "price": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 65
                                }
                              },
                              "finalPrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 35
                                },
                                "marketingAmount": {
                                  "unit": "USD",
                                  "value": 35
                                }
                              },
                              "standalonePrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 65
                                }
                              },
                              "priceAlteration": [
                                {
                                  "priceType": "RC",
                                  "chargeType": "credit",
                                  "price": {
                                    "dutyFreeAmount": {
                                      "unit": "USD",
                                      "value": 30
                                    }
                                  }
                                }
                              ],
                              "taxIncluded": "Excluded"
                            }
                          ],
                          "bundledProductOfferingGroupOption": [
                            {
                              "groupOptionId": "6ec21832-e2d5-11ef-9577-3f90638ef56d",
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "href": "/msapi/productoffer/discovery/v1/product-offers/d540cf2a-23ff-4ff6-b859-53c5f1985476?channel=SelfService",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "productOfferingCharacteristic": [
                                    {
                                      "name": "Available_Shipping_Options",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Purchase_Option",
                                      "value": [
                                        {
                                          "value": "Rent"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Shipment_Option",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Equipment_Description",
                                      "value": [
                                        {
                                          "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "buyersRemorseDuration",
                                      "value": [
                                        {
                                          "value": "31"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Offer_Code",
                                      "value": [
                                        {
                                          "value": "FBHUB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Delivery_Method",
                                      "value": [
                                        {
                                          "value": "Indirect_Delivery_Shipping"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU_With_Prefix",
                                      "value": [
                                        {
                                          "value": "RTL.299AB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Manufacturer",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Model",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Installation_Method",
                                      "value": [
                                        {
                                          "value": "Self_Installation"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Method",
                                      "value": [
                                        {
                                          "value": "Return_by_box_Shipment"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "LTE_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "MAC_Address",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Serial_Number",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Recoverable_Disconnect",
                                      "value": [
                                        {
                                          "value": "RECOVERABLE"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Sub_Group",
                                      "value": [
                                        {
                                          "value": "HUB_F1"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "productType",
                                      "value": [
                                        {
                                          "value": "FIBER"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Type",
                                      "value": [
                                        {
                                          "value": "Pay_on_Bill"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Method",
                                      "value": [
                                        {
                                          "value": "Credit"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "firstRCPaymentOption",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "paymentTiming",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "billingProfile",
                                      "value": [
                                        {
                                          "value": "hassleFree"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "prorationPolicy",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    }
                                  ],
                                  "isBundle": false,
                                  "installType": null
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ]
                        },
                        {
                          "id": "e76cb4f2-032d-4bee-8ca2-f1726d1f23b9",
                          "name": "AT&T Internet 500",
                          "localizedName": "AT&T Internet 500",
                          "description": "500Mbps speed + unlimited internet data",
                          "href": "/msapi/productoffer/discovery/v1/product-offers/e76cb4f2-032d-4bee-8ca2-f1726d1f23b9?channel=SelfService",
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeGroup": "BBOffer",
                          "mustBeBundled": false,
                          "isBundle": true,
                          "valueRank": 200,
                          "bundledProductOffering": [
                            {
                              "id": "49653ad3-9e89-466a-a13b-e57e6f6b82b5",
                              "name": "AT&T Internet 500",
                              "localizedName": "AT&T Internet 500",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/49653ad3-9e89-466a-a13b-e57e6f6b82b5?channel=SelfService",
                              "description": "500Mbps speed",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 1,
                                  "numberRelOfferUpperLimit": 1,
                                  "productOfferingPrice": [
                                    {
                                      "name": "AT&T Internet 500",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 75
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 75
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_cad66360-abf3-488e-bce6-c3cf3564a560",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 10
                                            }
                                          },
                                          "id": "ImmediatePromotion_cad66360-abf3-488e-bce6-c3cf3564a560",
                                          "status": "add",
                                          "promotion": {
                                            "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                            "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": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "amount": "10",
                                              "promotionClassification": "ABP",
                                              "Auto_Pay_Enrollment": "Y",
                                              "TenderType": "ACH"
                                            }
                                          }
                                        },
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_451fb958-943a-4477-98fd-4cdd546a5820",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 20
                                            }
                                          },
                                          "id": "ImmediatePromotion_451fb958-943a-4477-98fd-4cdd546a5820",
                                          "status": "add",
                                          "promotion": {
                                            "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                            "name": "$20 off for 12 months",
                                            "description": "$20 off for 12 months",
                                            "type": "discount",
                                            "priority": 2,
                                            "applyPolicy": "automatic",
                                            "promotionCharacteristics": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "LongDescription": "<p>$20 off for 12 months</p>",
                                              "promotionClassification": "Standalone",
                                              "duration": 12,
                                              "durationPeriod": "Months"
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ],
                                  "productOfferingTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 75
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 75
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 30
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ]
                                }
                              ],
                              "productOfferingCharacteristic": [
                                {
                                  "name": "Offer_Code",
                                  "value": [
                                    {
                                      "value": "INT500MBPS"
                                    }
                                  ]
                                },
                                {
                                  "name": "Plan_Group",
                                  "value": [
                                    {
                                      "value": "FFDATA"
                                    }
                                  ]
                                },
                                {
                                  "name": "In_wait_service_period_for_reward",
                                  "value": [
                                    {
                                      "value": "true"
                                    }
                                  ]
                                },
                                {
                                  "name": "Speed",
                                  "value": [
                                    {
                                      "value": "500"
                                    }
                                  ]
                                },
                                {
                                  "name": "productType",
                                  "value": [
                                    {
                                      "value": "FIBER"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Type",
                                  "value": [
                                    {
                                      "value": "Pay_on_Bill"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Method",
                                  "value": [
                                    {
                                      "value": "Credit"
                                    }
                                  ]
                                },
                                {
                                  "name": "firstRCPaymentOption",
                                  "value": [
                                    {
                                      "value": "payOnBill"
                                    }
                                  ]
                                },
                                {
                                  "name": "paymentTiming",
                                  "value": [
                                    {
                                      "value": "InAdvance"
                                    }
                                  ]
                                },
                                {
                                  "name": "billingProfile",
                                  "value": [
                                    {
                                      "value": "hassleFree"
                                    }
                                  ]
                                },
                                {
                                  "name": "prorationPolicy",
                                  "value": [
                                    {
                                      "value": "defaultProrationStrategy"
                                    }
                                  ]
                                }
                              ],
                              "isBundle": false
                            },
                            {
                              "id": "862ecaef-6b90-407e-9b68-dc9b23ad13be",
                              "name": "Switch and we'll pay your cancellation fee in full",
                              "localizedName": "Switch and we'll pay your cancellation fee in full",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/862ecaef-6b90-407e-9b68-dc9b23ad13be?channel=SelfService",
                              "description": "Switch and we'll pay your cancellation fee in full",
                              "productOfferingType": "BB_Reward",
                              "productOfferingTypeGroup": "BBReward",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 0,
                                  "numberRelOfferUpperLimit": 1
                                }
                              ],
                              "price": null,
                              "displayName": null,
                              "redeemRewardDetail": null,
                              "displayRanking": null
                            }
                          ],
                          "productOfferingCharacteristic": [
                            {
                              "name": "downloadSpeed",
                              "value": [
                                {
                                  "value": "500"
                                }
                              ]
                            },
                            {
                              "name": "omsProductCode",
                              "localizedName": "omsProductCode",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "e76cb4f2-032d-4bee-8ca2-f1726d1f23b9",
                                  "localizedValue": "e76cb4f2-032d-4bee-8ca2-f1726d1f23b9",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<ul><li>Connect and control multiple smart devices with ease</li><li>Perfect for gamers, streamers, and video-chatters</li><li>Fast 500Mbps upload and download speed</li></ul>",
                                  "localizedValue": "<ul><li>Connect and control multiple smart devices with ease</li><li>Perfect for gamers, streamers, and video-chatters</li><li>Fast 500Mbps upload and download speed</li></ul>",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<p><b>Power more devices at once with even more bandwidth</b></p>",
                                  "localizedValue": "<p><b>Power more devices at once with even more bandwidth</b></p>",
                                  "default": false
                                }
                              ]
                            }
                          ],
                          "immediatePromotion": [
                            {
                              "id": "ImmediatePromotion_cad66360-abf3-488e-bce6-c3cf3564a560",
                              "status": "add",
                              "promotion": {
                                "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                "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": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "amount": "10",
                                  "promotionClassification": "ABP",
                                  "Auto_Pay_Enrollment": "Y",
                                  "TenderType": "ACH"
                                }
                              }
                            },
                            {
                              "id": "ImmediatePromotion_451fb958-943a-4477-98fd-4cdd546a5820",
                              "status": "add",
                              "promotion": {
                                "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                "name": "$20 off for 12 months",
                                "description": "$20 off for 12 months",
                                "type": "discount",
                                "priority": 2,
                                "applyPolicy": "automatic",
                                "promotionCharacteristics": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "LongDescription": "<p>$20 off for 12 months</p>",
                                  "promotionClassification": "Standalone",
                                  "duration": 12,
                                  "durationPeriod": "Months"
                                }
                              }
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "47719946-ad78-4b74-a693-70dc1d5374ba",
                              "name": "TestOnly_Fiber_Fiber_Addons",
                              "relationshipType": "commercialRelation",
                              "role": "addOn"
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationshipType": "replaceOffer",
                              "role": "replaceTo"
                            }
                          ],
                          "productOfferingTotalPrice": [
                            {
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "price": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 75
                                }
                              },
                              "finalPrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 45
                                },
                                "marketingAmount": {
                                  "unit": "USD",
                                  "value": 45
                                }
                              },
                              "standalonePrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 75
                                }
                              },
                              "priceAlteration": [
                                {
                                  "priceType": "RC",
                                  "chargeType": "credit",
                                  "price": {
                                    "dutyFreeAmount": {
                                      "unit": "USD",
                                      "value": 30
                                    }
                                  }
                                }
                              ],
                              "taxIncluded": "Excluded"
                            }
                          ],
                          "bundledProductOfferingGroupOption": [
                            {
                              "groupOptionId": "dbec9443-e2d9-11ef-9577-4b4c3267bbb6",
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "href": "/msapi/productoffer/discovery/v1/product-offers/d540cf2a-23ff-4ff6-b859-53c5f1985476?channel=SelfService",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "productOfferingCharacteristic": [
                                    {
                                      "name": "Available_Shipping_Options",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Purchase_Option",
                                      "value": [
                                        {
                                          "value": "Rent"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Shipment_Option",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Equipment_Description",
                                      "value": [
                                        {
                                          "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "buyersRemorseDuration",
                                      "value": [
                                        {
                                          "value": "31"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Offer_Code",
                                      "value": [
                                        {
                                          "value": "FBHUB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Delivery_Method",
                                      "value": [
                                        {
                                          "value": "Indirect_Delivery_Shipping"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU_With_Prefix",
                                      "value": [
                                        {
                                          "value": "RTL.299AB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Manufacturer",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Model",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Installation_Method",
                                      "value": [
                                        {
                                          "value": "Self_Installation"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Method",
                                      "value": [
                                        {
                                          "value": "Return_by_box_Shipment"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "LTE_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "MAC_Address",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Serial_Number",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Recoverable_Disconnect",
                                      "value": [
                                        {
                                          "value": "RECOVERABLE"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Sub_Group",
                                      "value": [
                                        {
                                          "value": "HUB_F1"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "productType",
                                      "value": [
                                        {
                                          "value": "FIBER"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Type",
                                      "value": [
                                        {
                                          "value": "Pay_on_Bill"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Method",
                                      "value": [
                                        {
                                          "value": "Credit"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "firstRCPaymentOption",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "paymentTiming",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "billingProfile",
                                      "value": [
                                        {
                                          "value": "hassleFree"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "prorationPolicy",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    }
                                  ],
                                  "isBundle": false,
                                  "installType": null
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ]
                        },
                        {
                          "id": "2b4e2d03-bce2-42e8-9d65-4c40eebb0828",
                          "name": "AT&T Internet 100",
                          "localizedName": "AT&T Internet 100",
                          "description": "100Mbps speed + unlimited internet data",
                          "href": "/msapi/productoffer/discovery/v1/product-offers/2b4e2d03-bce2-42e8-9d65-4c40eebb0828?channel=SelfService",
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeGroup": "BBOffer",
                          "mustBeBundled": false,
                          "isBundle": true,
                          "valueRank": 400,
                          "bundledProductOffering": [
                            {
                              "id": "f6e2142d-e7b1-46f6-98a0-13e78b111fec",
                              "name": "AT&T Internet 100",
                              "localizedName": "AT&T Internet 100",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/f6e2142d-e7b1-46f6-98a0-13e78b111fec?channel=SelfService",
                              "description": "100Mbps speed",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 1,
                                  "numberRelOfferUpperLimit": 1,
                                  "productOfferingPrice": [
                                    {
                                      "name": "AT&T Internet 100",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 55
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 55
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_506e8560-3fbb-4527-8a9e-34f65b5aae02",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 10
                                            }
                                          },
                                          "id": "ImmediatePromotion_506e8560-3fbb-4527-8a9e-34f65b5aae02",
                                          "status": "add",
                                          "promotion": {
                                            "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                            "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": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "amount": "10",
                                              "promotionClassification": "ABP",
                                              "Auto_Pay_Enrollment": "Y",
                                              "TenderType": "ACH"
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ],
                                  "productOfferingTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 55
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 45
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 55
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 10
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ]
                                }
                              ],
                              "productOfferingCharacteristic": [
                                {
                                  "name": "Offer_Code",
                                  "value": [
                                    {
                                      "value": "INT100MBPS"
                                    }
                                  ]
                                },
                                {
                                  "name": "Plan_Group",
                                  "value": [
                                    {
                                      "value": "FFDATA"
                                    }
                                  ]
                                },
                                {
                                  "name": "In_wait_service_period_for_reward",
                                  "value": [
                                    {
                                      "value": "true"
                                    }
                                  ]
                                },
                                {
                                  "name": "Speed",
                                  "value": [
                                    {
                                      "value": "100"
                                    }
                                  ]
                                },
                                {
                                  "name": "productType",
                                  "value": [
                                    {
                                      "value": "FIBER"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Type",
                                  "value": [
                                    {
                                      "value": "Pay_on_Bill"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Method",
                                  "value": [
                                    {
                                      "value": "Credit"
                                    }
                                  ]
                                },
                                {
                                  "name": "firstRCPaymentOption",
                                  "value": [
                                    {
                                      "value": "payOnBill"
                                    }
                                  ]
                                },
                                {
                                  "name": "paymentTiming",
                                  "value": [
                                    {
                                      "value": "InAdvance"
                                    }
                                  ]
                                },
                                {
                                  "name": "billingProfile",
                                  "value": [
                                    {
                                      "value": "hassleFree"
                                    }
                                  ]
                                },
                                {
                                  "name": "prorationPolicy",
                                  "value": [
                                    {
                                      "value": "defaultProrationStrategy"
                                    }
                                  ]
                                }
                              ],
                              "isBundle": false
                            }
                          ],
                          "productOfferingCharacteristic": [
                            {
                              "name": "downloadSpeed",
                              "value": [
                                {
                                  "value": "100"
                                }
                              ]
                            },
                            {
                              "name": "omsProductCode",
                              "localizedName": "omsProductCode",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "2b4e2d03-bce2-42e8-9d65-4c40eebb0828",
                                  "localizedValue": "2b4e2d03-bce2-42e8-9d65-4c40eebb0828",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<ul><li>Game, stream, and video chat with confidence</li><li>Ensure your smart home devices run smoothly</li><li>100Mbps upload and download speeds</li></ul>",
                                  "localizedValue": "<ul><li>Game, stream, and video chat with confidence</li><li>Ensure your smart home devices run smoothly</li><li>100Mbps upload and download speeds</li></ul>",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<p><b>Fast online speeds for the whole home</b></p>",
                                  "localizedValue": "<p><b>Fast online speeds for the whole home</b></p>",
                                  "default": false
                                }
                              ]
                            }
                          ],
                          "immediatePromotion": [
                            {
                              "id": "ImmediatePromotion_506e8560-3fbb-4527-8a9e-34f65b5aae02",
                              "status": "add",
                              "promotion": {
                                "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                "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": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "amount": "10",
                                  "promotionClassification": "ABP",
                                  "Auto_Pay_Enrollment": "Y",
                                  "TenderType": "ACH"
                                }
                              }
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "47719946-ad78-4b74-a693-70dc1d5374ba",
                              "name": "TestOnly_Fiber_Fiber_Addons",
                              "relationshipType": "commercialRelation",
                              "role": "addOn"
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationshipType": "replaceOffer",
                              "role": "replaceTo"
                            }
                          ],
                          "productOfferingTotalPrice": [
                            {
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "price": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 55
                                }
                              },
                              "finalPrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 45
                                },
                                "marketingAmount": {
                                  "unit": "USD",
                                  "value": 45
                                }
                              },
                              "standalonePrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 55
                                }
                              },
                              "priceAlteration": [
                                {
                                  "priceType": "RC",
                                  "chargeType": "credit",
                                  "price": {
                                    "dutyFreeAmount": {
                                      "unit": "USD",
                                      "value": 10
                                    }
                                  }
                                }
                              ],
                              "taxIncluded": "Excluded"
                            }
                          ],
                          "bundledProductOfferingGroupOption": [
                            {
                              "groupOptionId": "d33049cd-a502-11f0-8de8-affbfff70814",
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "href": "/msapi/productoffer/discovery/v1/product-offers/d540cf2a-23ff-4ff6-b859-53c5f1985476?channel=SelfService",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "productOfferingCharacteristic": [
                                    {
                                      "name": "Available_Shipping_Options",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Purchase_Option",
                                      "value": [
                                        {
                                          "value": "Rent"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Shipment_Option",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Equipment_Description",
                                      "value": [
                                        {
                                          "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "buyersRemorseDuration",
                                      "value": [
                                        {
                                          "value": "31"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Offer_Code",
                                      "value": [
                                        {
                                          "value": "FBHUB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Delivery_Method",
                                      "value": [
                                        {
                                          "value": "Indirect_Delivery_Shipping"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU_With_Prefix",
                                      "value": [
                                        {
                                          "value": "RTL.299AB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Manufacturer",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Model",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Installation_Method",
                                      "value": [
                                        {
                                          "value": "Self_Installation"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Method",
                                      "value": [
                                        {
                                          "value": "Return_by_box_Shipment"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "LTE_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "MAC_Address",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Serial_Number",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Recoverable_Disconnect",
                                      "value": [
                                        {
                                          "value": "RECOVERABLE"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Sub_Group",
                                      "value": [
                                        {
                                          "value": "HUB_F1"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "productType",
                                      "value": [
                                        {
                                          "value": "FIBER"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Type",
                                      "value": [
                                        {
                                          "value": "Pay_on_Bill"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Method",
                                      "value": [
                                        {
                                          "value": "Credit"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "firstRCPaymentOption",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "paymentTiming",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "billingProfile",
                                      "value": [
                                        {
                                          "value": "hassleFree"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "prorationPolicy",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    }
                                  ],
                                  "isBundle": false,
                                  "installType": null
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ]
                        },
                        {
                          "id": "8d48abee-2ea9-41f0-a6ae-509f6c47f26c",
                          "name": "AT&T Internet 1000",
                          "localizedName": "AT&T Internet 1000",
                          "description": "AT&T Internet 1000",
                          "href": "/msapi/productoffer/discovery/v1/product-offers/8d48abee-2ea9-41f0-a6ae-509f6c47f26c?channel=SelfService",
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeGroup": "BBOffer",
                          "mustBeBundled": false,
                          "isBundle": true,
                          "valueRank": 100,
                          "bundledProductOffering": [
                            {
                              "id": "22448096-19ce-4de0-8be0-d6c09c8c56dc",
                              "name": "AT&T Internet 1000",
                              "localizedName": "AT&T Internet 1000",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/22448096-19ce-4de0-8be0-d6c09c8c56dc?channel=SelfService",
                              "description": "1 GIG speed + unlimited internet data",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 1,
                                  "numberRelOfferUpperLimit": 1,
                                  "productOfferingPrice": [
                                    {
                                      "name": "AT&T Internet 1000",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 90
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 60
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 60
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 90
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_6ab27093-d713-4eb4-aa2a-9c98eb381987",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 10
                                            }
                                          },
                                          "id": "ImmediatePromotion_6ab27093-d713-4eb4-aa2a-9c98eb381987",
                                          "status": "add",
                                          "promotion": {
                                            "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                            "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": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "amount": "10",
                                              "promotionClassification": "ABP",
                                              "Auto_Pay_Enrollment": "Y",
                                              "TenderType": "ACH"
                                            }
                                          }
                                        },
                                        {
                                          "name": "Discount",
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "immediatePromotionId": "ImmediatePromotion_c30a9df8-9fd9-4e37-9f94-9b7968b96eca",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 20
                                            }
                                          },
                                          "id": "ImmediatePromotion_c30a9df8-9fd9-4e37-9f94-9b7968b96eca",
                                          "status": "add",
                                          "promotion": {
                                            "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                            "name": "$20 off for 12 months",
                                            "description": "$20 off for 12 months",
                                            "type": "discount",
                                            "priority": 2,
                                            "applyPolicy": "automatic",
                                            "promotionCharacteristics": {
                                              "isBillCreditPromo": "Yes",
                                              "promoRolledupDispInd": "Yes",
                                              "LongDescription": "<p>$20 off for 12 months</p>",
                                              "promotionClassification": "Standalone",
                                              "duration": 12,
                                              "durationPeriod": "Months"
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ],
                                  "productOfferingTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 90
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 60
                                        },
                                        "marketingAmount": {
                                          "unit": "USD",
                                          "value": 60
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 90
                                        }
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 30
                                            }
                                          }
                                        }
                                      ],
                                      "taxIncluded": "Excluded"
                                    }
                                  ]
                                }
                              ],
                              "productOfferingCharacteristic": [
                                {
                                  "name": "Offer_Code",
                                  "value": [
                                    {
                                      "value": "INT1G"
                                    }
                                  ]
                                },
                                {
                                  "name": "Plan_Group",
                                  "value": [
                                    {
                                      "value": "FFDATA"
                                    }
                                  ]
                                },
                                {
                                  "name": "In_wait_service_period_for_reward",
                                  "value": [
                                    {
                                      "value": "true"
                                    }
                                  ]
                                },
                                {
                                  "name": "Speed",
                                  "value": [
                                    {
                                      "value": "1000"
                                    }
                                  ]
                                },
                                {
                                  "name": "productType",
                                  "value": [
                                    {
                                      "value": "FIBER"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Type",
                                  "value": [
                                    {
                                      "value": "Pay_on_Bill"
                                    }
                                  ]
                                },
                                {
                                  "name": "Payment_Method",
                                  "value": [
                                    {
                                      "value": "Credit"
                                    }
                                  ]
                                },
                                {
                                  "name": "firstRCPaymentOption",
                                  "value": [
                                    {
                                      "value": "payOnBill"
                                    }
                                  ]
                                },
                                {
                                  "name": "paymentTiming",
                                  "value": [
                                    {
                                      "value": "InAdvance"
                                    }
                                  ]
                                },
                                {
                                  "name": "billingProfile",
                                  "value": [
                                    {
                                      "value": "hassleFree"
                                    }
                                  ]
                                },
                                {
                                  "name": "prorationPolicy",
                                  "value": [
                                    {
                                      "value": "defaultProrationStrategy"
                                    }
                                  ]
                                }
                              ],
                              "isBundle": false
                            },
                            {
                              "id": "862ecaef-6b90-407e-9b68-dc9b23ad13be",
                              "name": "Switch and we'll pay your cancellation fee in full",
                              "localizedName": "Switch and we'll pay your cancellation fee in full",
                              "href": "/msapi/productoffer/discovery/v1/product-offers/862ecaef-6b90-407e-9b68-dc9b23ad13be?channel=SelfService",
                              "description": "Switch and we'll pay your cancellation fee in full",
                              "productOfferingType": "BB_Reward",
                              "productOfferingTypeGroup": "BBReward",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferDefault": 1,
                                  "numberRelOfferLowerLimit": 0,
                                  "numberRelOfferUpperLimit": 1
                                }
                              ],
                              "price": null,
                              "displayName": null,
                              "redeemRewardDetail": null,
                              "displayRanking": null
                            }
                          ],
                          "productOfferingCharacteristic": [
                            {
                              "name": "downloadSpeed",
                              "value": [
                                {
                                  "value": "1000"
                                }
                              ]
                            },
                            {
                              "name": "omsProductCode",
                              "localizedName": "omsProductCode",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "8d48abee-2ea9-41f0-a6ae-509f6c47f26c",
                                  "localizedValue": "8d48abee-2ea9-41f0-a6ae-509f6c47f26c",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<ul><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></ul>",
                                  "localizedValue": "<ul><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></ul>",
                                  "default": false
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "value": "<p><b>Superfast gigabit speeds for the connected home</b></p>",
                                  "localizedValue": "<p><b>Superfast gigabit speeds for the connected home</b></p>",
                                  "default": false
                                }
                              ]
                            }
                          ],
                          "immediatePromotion": [
                            {
                              "id": "ImmediatePromotion_6ab27093-d713-4eb4-aa2a-9c98eb381987",
                              "status": "add",
                              "promotion": {
                                "id": "a50ea9a8-6c11-4410-afc5-6e9e89c39559",
                                "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": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "amount": "10",
                                  "promotionClassification": "ABP",
                                  "Auto_Pay_Enrollment": "Y",
                                  "TenderType": "ACH"
                                }
                              }
                            },
                            {
                              "id": "ImmediatePromotion_c30a9df8-9fd9-4e37-9f94-9b7968b96eca",
                              "status": "add",
                              "promotion": {
                                "id": "ea09377e-f37a-432a-8c97-c74690180b62",
                                "name": "$20 off for 12 months",
                                "description": "$20 off for 12 months",
                                "type": "discount",
                                "priority": 2,
                                "applyPolicy": "automatic",
                                "promotionCharacteristics": {
                                  "isBillCreditPromo": "Yes",
                                  "promoRolledupDispInd": "Yes",
                                  "LongDescription": "<p>$20 off for 12 months</p>",
                                  "promotionClassification": "Standalone",
                                  "duration": 12,
                                  "durationPeriod": "Months"
                                }
                              }
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "47719946-ad78-4b74-a693-70dc1d5374ba",
                              "name": "TestOnly_Fiber_Fiber_Addons",
                              "relationshipType": "commercialRelation",
                              "role": "addOn"
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationshipType": "replaceOffer",
                              "role": "replaceTo"
                            }
                          ],
                          "productOfferingTotalPrice": [
                            {
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "price": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 90
                                }
                              },
                              "finalPrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 60
                                },
                                "marketingAmount": {
                                  "unit": "USD",
                                  "value": 60
                                }
                              },
                              "standalonePrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 90
                                }
                              },
                              "priceAlteration": [
                                {
                                  "priceType": "RC",
                                  "chargeType": "credit",
                                  "price": {
                                    "dutyFreeAmount": {
                                      "unit": "USD",
                                      "value": 30
                                    }
                                  }
                                }
                              ],
                              "taxIncluded": "Excluded"
                            }
                          ],
                          "bundledProductOfferingGroupOption": [
                            {
                              "groupOptionId": "a7796412-509e-11ef-8590-65744118183b",
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "href": "/msapi/productoffer/discovery/v1/product-offers/d540cf2a-23ff-4ff6-b859-53c5f1985476?channel=SelfService",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "productOfferingCharacteristic": [
                                    {
                                      "name": "Available_Shipping_Options",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Purchase_Option",
                                      "value": [
                                        {
                                          "value": "Rent"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Shipment_Option",
                                      "value": [
                                        {
                                          "value": "Standard_Post"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Equipment_Description",
                                      "value": [
                                        {
                                          "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "buyersRemorseDuration",
                                      "value": [
                                        {
                                          "value": "31"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Offer_Code",
                                      "value": [
                                        {
                                          "value": "FBHUB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Delivery_Method",
                                      "value": [
                                        {
                                          "value": "Indirect_Delivery_Shipping"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "SKU_With_Prefix",
                                      "value": [
                                        {
                                          "value": "RTL.299AB"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Manufacturer",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Model",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Installation_Method",
                                      "value": [
                                        {
                                          "value": "Self_Installation"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Return_Method",
                                      "value": [
                                        {
                                          "value": "Return_by_box_Shipment"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "IMEI_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "LTE_Type",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "MAC_Address",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Serial_Number",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Recoverable_Disconnect",
                                      "value": [
                                        {
                                          "value": "RECOVERABLE"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Sub_Group",
                                      "value": [
                                        {
                                          "value": "HUB_F1"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "productType",
                                      "value": [
                                        {
                                          "value": "FIBER"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Type",
                                      "value": [
                                        {
                                          "value": "Pay_on_Bill"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "Payment_Method",
                                      "value": [
                                        {
                                          "value": "Credit"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "firstRCPaymentOption",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "paymentTiming",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    },
                                    {
                                      "name": "billingProfile",
                                      "value": [
                                        {
                                          "value": "hassleFree"
                                        }
                                      ]
                                    },
                                    {
                                      "name": "prorationPolicy",
                                      "value": [
                                        {
                                          "value": ""
                                        }
                                      ]
                                    }
                                  ],
                                  "isBundle": false,
                                  "installType": null
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ]
                        },
                        {
                          "id": "bc4c4ba5-8a48-4324-a4f9-c8e36582a542",
                          "name": "AT&T Internet 2000",
                          "localizedName": "AT&T Internet 2000",
                          "description": "AT&T Internet 2000",
                          "isBundle": true,
                          "mustBeBundled": false,
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeId": "f113beb7-b4ee-4957-8238-b704aa70e20f",
                          "productOfferingTypeGroup": "BBOffer",
                          "productOfferingCharacteristic": [
                            {
                              "name": "Included_Services",
                              "localizedName": "Included Services",
                              "valueType": "String",
                              "characteristicsMetadata": [
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                }
                              ]
                            },
                            {
                              "name": "Migrated_From",
                              "localizedName": "Migrated From",
                              "valueType": "String"
                            },
                            {
                              "name": "Migrated_Account_Number",
                              "localizedName": "Migrated Account Number",
                              "valueType": "String"
                            },
                            {
                              "name": "Auto_Pay_Enrollment",
                              "localizedName": "Auto Pay Enrollment",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": true,
                                  "localizedValue": "Yes",
                                  "value": "Y"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "No",
                                  "value": "N"
                                }
                              ]
                            },
                            {
                              "name": "TenderType",
                              "localizedName": "Tender Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "ACH",
                                  "value": "ACH"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Credit Card",
                                  "value": "CreditCard"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Debit Card",
                                  "value": "DebitCard"
                                }
                              ]
                            },
                            {
                              "name": "Offer_Code",
                              "localizedName": "Offer Code",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "BINT2G",
                                  "value": "BINT2G"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "CharacteristicValueDisplayFields",
                                  "value": "value",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "providerType",
                              "localizedName": "Provider Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": true,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "AT&T Citi Cobranded",
                                  "value": "aTTcitiCobranded"
                                }
                              ]
                            },
                            {
                              "name": "priceStrategyId",
                              "localizedName": "Pricing Strategy Id",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                }
                              ]
                            },
                            {
                              "name": "Payment_Type",
                              "localizedName": "Payment Option",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Pay on Bill",
                                  "value": "Pay_on_Bill"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Option",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "Payment_Method",
                              "localizedName": "Payment Method",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Credit",
                                  "value": "Credit"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Method",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "firstRCPaymentOption",
                              "localizedName": "First RC Payment Option",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Immediate",
                                  "value": "Immediate"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Pay on Bill",
                                  "value": "payOnBill"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "First RC Payment Option",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "alignmentType",
                                  "value": "align",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "paymentTiming",
                              "localizedName": "Payment Timing",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "In Advance",
                                  "value": "InAdvance"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Timing",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "alignmentType",
                                  "value": "propagate",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "priceCharacteristicName",
                                  "value": "paymentTiming",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "billingProfile",
                              "localizedName": "Billing Profile",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Hassle Free Profile",
                                  "value": "hassleFree"
                                }
                              ]
                            },
                            {
                              "name": "prorationPolicy",
                              "localizedName": "Proration Policy",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Default Proration Strategy",
                                  "value": "defaultProrationStrategy"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "alignmentType",
                                  "value": "propagate",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "priceCharacteristicName",
                                  "value": "prorationPolicy",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "<ul><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></ul>",
                                  "value": "<ul><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></ul>"
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "<p><b>Superfast gigabit speeds for the connected home</b></p>",
                                  "value": "<p><b>Superfast gigabit speeds for the connected home</b></p>"
                                }
                              ]
                            },
                            {
                              "name": "Equipment_Included",
                              "localizedName": "Equipment Included",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Yes",
                                  "value": "Yes"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "No",
                                  "value": "No"
                                }
                              ]
                            },
                            {
                              "name": "productType",
                              "localizedName": "Product Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "FIBER",
                                  "value": "FIBER"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "systemName",
                                  "metadataType": "Consumer Mapping"
                                },
                                {
                                  "name": "externalName",
                                  "metadataType": "Consumer Mapping"
                                },
                                {
                                  "name": "exposed",
                                  "metadataType": "Consumer Mapping"
                                }
                              ]
                            },
                            {
                              "name": "Speed",
                              "localizedName": "Speed",
                              "valueType": "Integer",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "2G",
                                  "value": "2000"
                                }
                              ],
                              "productSpecification": {
                                "id": "ac6ab437-07a1-4239-b751-c09a138d54d0",
                                "name": "Internet"
                              },
                              "characteristicsMetadata": [
                                {
                                  "name": "Comparable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Filterable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "VisibleInHighlights",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Searchable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "serviceabilityParameterName",
                                  "value": "Speed",
                                  "metadataType": "Location and Serviceability"
                                },
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Configuration"
                                }
                              ]
                            }
                          ],
                          "bundledProductOffering": [
                            {
                              "id": "a2f10a85-3cef-47d5-905f-f5fe96d80bf3",
                              "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=a2f10a85-3cef-47d5-905f-f5fe96d80bf3&salesChannel=ATTR",
                              "name": "AT&T Internet 2000",
                              "localizedName": "AT&T Internet 2000",
                              "description": "2 GIG speed + unlimited internet data",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProdOfferOption": [
                                {
                                  "numberRelOfferLowerLimit": "1",
                                  "numberRelOfferUpperLimit": "1",
                                  "defaultRelOfferNumber": "1",
                                  "itemTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {}
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {}
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {}
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      }
                                    }
                                  ],
                                  "itemPrice": [
                                    {
                                      "id": "e997ace9-38b6-490c-a4fb-c1c5b1097168",
                                      "name": "AT&T Internet 2000",
                                      "description": "AT&T Internet 2000",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 155
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      }
                                    }
                                  ]
                                }
                              ],
                              "extensions": {
                                "isBundle": false,
                                "productOfferingCharacteristic": [
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "CharacteristicValueDisplayFields",
                                            "propertyValue": {
                                              "value": "value",
                                              "valueType": "String"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Offer_Code",
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "INT2G",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Plan_Group",
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "FFDATA",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": true,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "In_wait_service_period_for_reward",
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "true",
                                        "default": true
                                      },
                                      {
                                        "expiredForSales": false,
                                        "value": "false",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "Boolean"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "Comparable",
                                            "propertyValue": {
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Filterable",
                                            "propertyValue": {
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "VisibleInHighlights",
                                            "propertyValue": {
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visible",
                                            "propertyValue": {
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Searchable",
                                            "propertyValue": {
                                              "unitOfMeasure": "testuom",
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "Discovery"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "serviceabilityParameterName",
                                            "propertyValue": {
                                              "value": "Speed",
                                              "valueType": "String"
                                            }
                                          }
                                        ],
                                        "type": "Location and Serviceability"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "Visible",
                                            "propertyValue": {
                                              "value": "True",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "Configuration"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Speed",
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "2000",
                                        "default": false
                                      }
                                    ],
                                    "productSpecification": {
                                      "id": "ac6ab437-07a1-4239-b751-c09a138d54d0"
                                    },
                                    "valueType": "Integer"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "SubLevel",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "propertyName": "systemName"
                                          },
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "productType",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "propertyName": "externalName"
                                          },
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "True",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "propertyName": "exposed"
                                          }
                                        ],
                                        "type": "Consumer Mapping"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "productType",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "929faff7-a28b-4efb-b929-db6c8e10d3a0",
                                      "name": "Product Characterization"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "FIBER",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Option",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Payment_Type",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "Pay_on_Bill",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Method",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "Payment_Method",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "Credit",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "First RC Payment Option",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "align",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 2,
                                    "minCardinality": 0,
                                    "name": "firstRCPaymentOption",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "payOnBill",
                                        "valueType": "String",
                                        "default": false
                                      },
                                      {
                                        "expiredForSales": false,
                                        "value": "Immediate",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Timing",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "propagate",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "priceCharacteristicName",
                                            "propertyValue": {
                                              "value": "paymentTiming",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "paymentTiming",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "InAdvance",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "billingProfile",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "hassleFree",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "propagate",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "priceCharacteristicName",
                                            "propertyValue": {
                                              "value": "prorationPolicy",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "prorationPolicy",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "defaultProrationStrategy",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  }
                                ]
                              }
                            },
                            {
                              "id": "a453d8b8-6cf4-4185-99f3-f38aa112fc85",
                              "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=a453d8b8-6cf4-4185-99f3-f38aa112fc85&salesChannel=ATTR",
                              "name": "AT&T All-Fi Pro",
                              "localizedName": "AT&T All-Fi Pro",
                              "description": "AT&T All-Fi Pro",
                              "productOfferingType": "BB_AllFiProBundle",
                              "productOfferingTypeGroup": "BBAllFiProBundle",
                              "bundledProductOffering": [
                                {
                                  "id": "a01417de-479e-4403-b1a4-55fbb14db1c9",
                                  "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=a01417de-479e-4403-b1a4-55fbb14db1c9&salesChannel=ATTR",
                                  "name": "AT&T ActiveArmor advanced internet security",
                                  "localizedName": "AT&T ActiveArmor advanced internet security",
                                  "description": "AT&T ActiveArmor advanced internet security",
                                  "productOfferingType": "Internet_Service",
                                  "productOfferingTypeGroup": "internetAddon",
                                  "bundledProdOfferOption": [
                                    {
                                      "numberRelOfferLowerLimit": "1",
                                      "numberRelOfferUpperLimit": "1",
                                      "defaultRelOfferNumber": "1"
                                    }
                                  ]
                                }
                              ],
                              "bundledProdOfferOption": [
                                {
                                  "numberRelOfferLowerLimit": "1",
                                  "numberRelOfferUpperLimit": "1",
                                  "defaultRelOfferNumber": "1",
                                  "itemTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {}
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {}
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 25
                                        },
                                        "rateValidity": {}
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "alterationType": "Bundle Price Alteration",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 25
                                            },
                                            "chargeType": "credit",
                                            "rateValidity": {}
                                          },
                                          "periodCoverage": {}
                                        }
                                      ]
                                    }
                                  ],
                                  "itemPrice": [
                                    {
                                      "id": "db1b1599-8733-46fe-9f4d-090eb61e2baa",
                                      "name": "AT&T All-Fi Pro",
                                      "description": "AT&T All-Fi Pro",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 25
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2026-01-13T06:00:00Z"
                                        }
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "AT&T All-Fi Pro",
                                          "description": "AT&T All-Fi Pro",
                                          "priceType": "RC",
                                          "alterationType": "Bundle Price Alteration",
                                          "alterationProductOfferingPriceId": "76b2cf6d-5911-41a2-9929-dafb957f1825",
                                          "alterationBundleProductOfferingId": "067bc217-6eed-4e85-948d-7236dd3118a5",
                                          "alterationApplyOrder": 0,
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 25
                                            },
                                            "priceOverride": {
                                              "unit": "USD",
                                              "value": 0
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2025-12-17T06:00:00Z"
                                            }
                                          },
                                          "periodCoverage": {}
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ],
                              "extensions": {
                                "isBundle": true,
                                "productOfferingCharacteristic": [
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "CharacteristicValueDisplayFields",
                                            "propertyValue": {
                                              "value": "value",
                                              "valueType": "String"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Offer_Code",
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "BFALLFIPRO",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": true,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "longDescription",
                                    "freeTextDefaultValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "<p>Get our next-level Wi-Fi<sup>®</sup> that comes with Wi-Fi 7 technology, equipment upgrade program</p>",
                                        "valueType": "String",
                                        "default": true
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "SubLevel",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "propertyName": "systemName"
                                          },
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "productType",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "propertyName": "externalName"
                                          },
                                          {
                                            "parameterSet": [
                                              {
                                                "parameterValue": [
                                                  {
                                                    "parameterName": "consumerApplication",
                                                    "value": "Billing",
                                                    "valueType": "String"
                                                  }
                                                ],
                                                "propertyValue": {
                                                  "value": "True",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "propertyName": "exposed"
                                          }
                                        ],
                                        "type": "Consumer Mapping"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "productType",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "929faff7-a28b-4efb-b929-db6c8e10d3a0",
                                      "name": "Product Characterization"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "FIBER",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Option",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "Payment_Type",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "Pay_on_Bill",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Method",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "Payment_Method",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "Credit",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "First RC Payment Option",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "align",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 2,
                                    "minCardinality": 0,
                                    "name": "firstRCPaymentOption",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "payOnBill",
                                        "valueType": "String",
                                        "default": false
                                      },
                                      {
                                        "expiredForSales": false,
                                        "value": "Immediate",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "AppearOnSummary",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "AppearOnPreview",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Visualization",
                                            "propertyValue": {
                                              "value": "DropDown",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "LocalizedName",
                                            "propertyValue": {
                                              "value": "Payment Timing",
                                              "valueType": "LocalizedString"
                                            }
                                          },
                                          {
                                            "propertyName": "Presentable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "Actionable",
                                            "propertyValue": {
                                              "value": "null",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "Editable",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "PolicyConfig"
                                      },
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "propagate",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "priceCharacteristicName",
                                            "propertyValue": {
                                              "value": "paymentTiming",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "paymentTiming",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "InAdvance",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "catalogMetaData": [
                                      {
                                        "property": [
                                          {
                                            "propertyName": "alignmentType",
                                            "propertyValue": {
                                              "value": "propagate",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignOC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "priceCharacteristicName",
                                            "propertyValue": {
                                              "value": "prorationPolicy",
                                              "valueType": "String"
                                            }
                                          },
                                          {
                                            "propertyName": "alignRC",
                                            "propertyValue": {
                                              "value": "true",
                                              "valueType": "Boolean"
                                            }
                                          },
                                          {
                                            "propertyName": "alignUC",
                                            "propertyValue": {
                                              "value": "false",
                                              "valueType": "Boolean"
                                            }
                                          }
                                        ],
                                        "type": "ProductOfferingPriceAlignment"
                                      }
                                    ],
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "prorationPolicy",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 1,
                                    "name": "billingProfile",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                      "name": "Payment"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "hassleFree",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "Benefits",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "a7dc41e3-b16b-49f3-b773-038a1b19bd49",
                                      "name": "UI_Characteristics"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "<ul>     <li>Premium equipment upgrade program</li> <li>Wi-Fi<sup>®</sup> 7 gateway</li> <li>AT&T ActiveArmor<sup>SM</sup> advanced internet security</li> <li>AT&T Extended Wi-Fi Coverage Service</li></ul>",
                                        "valueType": "String",
                                        "default": true
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 1,
                                    "minCardinality": 0,
                                    "name": "Highlights",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "a7dc41e3-b16b-49f3-b773-038a1b19bd49",
                                      "name": "UI_Characteristics"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "<ul>     <li>Premium equipment upgrade program</li> <li>Wi-Fi<sup>®</sup> 7 gateway</li> <li>AT&T ActiveArmor<sup>SM</sup> advanced internet security</li> <li>AT&T Extended Wi-Fi Coverage Service</li></ul>",
                                        "valueType": "String",
                                        "default": true
                                      }
                                    ],
                                    "valueType": "String"
                                  },
                                  {
                                    "configurable": false,
                                    "expiredForSales": false,
                                    "maxCardinality": 2,
                                    "minCardinality": 0,
                                    "name": "Equipment_Included",
                                    "policy": {
                                      "expiredForSales": false,
                                      "id": "a7dc41e3-b16b-49f3-b773-038a1b19bd49",
                                      "name": "UI_Characteristics"
                                    },
                                    "productOfferingCharacteristicValue": [
                                      {
                                        "expiredForSales": false,
                                        "value": "No",
                                        "valueType": "String",
                                        "default": false
                                      },
                                      {
                                        "expiredForSales": false,
                                        "value": "Yes",
                                        "valueType": "String",
                                        "default": false
                                      }
                                    ],
                                    "valueType": "String"
                                  }
                                ]
                              }
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "6f5666be-caa7-4f2c-8463-cd58047bece1",
                              "name": "Fiber_Addons_2G",
                              "relationType": "commercialRelation",
                              "relationRole": "addOn",
                              "expiredForSales": false,
                              "validFor": {}
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationType": "replaceOffer",
                              "relationRole": "replaceTo",
                              "expiredForSales": false,
                              "validFor": {}
                            }
                          ],
                          "bundledProductOfferGroupOption": [
                            {
                              "groupOptionId": "7cc36261-db88-11f0-b7e5-5f74be54241d",
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1",
                              "bundleSameOffer": false,
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=d540cf2a-23ff-4ff6-b859-53c5f1985476&salesChannel=ATTR",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "default": true,
                                  "extensions": {
                                    "isBundle": false,
                                    "productOfferingCharacteristic": [
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "availableShippingOptions",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "Filterable",
                                                "propertyValue": {
                                                  "value": "True",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "Discovery"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Available_Shipping_Options",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "Standard_Post",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Standard_Post",
                                            "default": true
                                          },
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "OvernightShipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Overnight_Shipping",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Purchase_Option",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Rent",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "NEO",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "systemName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "Return_Shipment_Option",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "externalName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "True",
                                                      "valueType": "Boolean"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "exposed"
                                              }
                                            ],
                                            "type": "Consumer Mapping"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "shippedBack",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Return_Shipment_Option",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "Standard_Post",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Standard_Post",
                                            "default": true
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Equipment_Description",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "buyersRemorseDuration",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "31",
                                            "default": false
                                          }
                                        ],
                                        "unitOfMeasure": "Days",
                                        "valueType": "Integer"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "CharacteristicValueDisplayFields",
                                                "propertyValue": {
                                                  "value": "value",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Offer_Code",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "FBHUB",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "deliveryMethod",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Delivery_Method",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "shipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Indirect_Delivery_Shipping",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "SKU",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "SKU_With_Prefix",
                                        "freeTextDefaultValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "RTL.295AB",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "make",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Manufacturer",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "model",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Model",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "installing",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Installation_Method",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "selfInstall",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Self_Installation",
                                            "default": true
                                          },
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "noInstallation",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "No_Installation",
                                            "default": false
                                          },
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "professionalInstallation",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Professional_Installation",
                                            "default": false
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "returned",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Return_Method",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "returnShipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Return_by_box_Shipment",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "IMEI",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "IMEI_Type",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "LTE_Type",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "MAC_Address",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "serialNumber",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Serial_Number",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Recoverable_Disconnect",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "RECOVERABLE",
                                            "default": true
                                          },
                                          {
                                            "expiredForSales": false,
                                            "value": "NON-RECOVERABLE",
                                            "default": false
                                          },
                                          {
                                            "expiredForSales": false,
                                            "value": "RECYCLABLE",
                                            "default": false
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Sub_Group",
                                        "freeTextDefaultValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "HUB_F2",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "SubLevel",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "systemName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "productType",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "externalName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "True",
                                                      "valueType": "Boolean"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "exposed"
                                              }
                                            ],
                                            "type": "Consumer Mapping"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "productType",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "b30bfeb4-8961-4309-8151-842ea008ff6e",
                                          "name": "Product Characterization Config"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "FIBER",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Option",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Payment_Type",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Pay_on_Bill",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Method",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Payment_Method",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Credit",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "First RC Payment Option",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "align",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 2,
                                        "minCardinality": 0,
                                        "name": "firstRCPaymentOption",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Timing",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "propagate",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "priceCharacteristicName",
                                                "propertyValue": {
                                                  "value": "paymentTiming",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "paymentTiming",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "billingProfile",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "hassleFree",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "propagate",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "priceCharacteristicName",
                                                "propertyValue": {
                                                  "value": "prorationPolicy",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "prorationPolicy",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "bundledGroupPolicy": {}
                            },
                            {
                              "groupOptionId": "efe09e26-0641-4059-9dca-bf46595b974b",
                              "bundledProductOffering": [
                                {
                                  "id": "efe09e26-0641-4059-9dca-bf46595b974b",
                                  "name": "TestOnly_Fiber Full Tech Installation",
                                  "localizedName": "TestOnly_Fiber Full Tech Installation",
                                  "description": "TestOnly_Offer representing Installation of a device by a professional technician",
                                  "productOfferingType": "BB_Installation",
                                  "productOfferingTypeGroup": "BBInstallation",
                                  "bundledProductOfferingOption": [
                                    {
                                      "numberRelOfferDefault": 1,
                                      "numberRelOfferLowerLimit": 1,
                                      "numberRelOfferUpperLimit": 1,
                                      "productOfferingTotalPrice": [
                                        {
                                          "priceType": "OC",
                                          "taxIncluded": "Excluded",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "finalPrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "standalonePrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "immediatePayOption": {
                                            "payImmediately": false
                                          }
                                        }
                                      ],
                                      "productOfferingPrice": [
                                        {
                                          "id": "63fd1d17-1212-4b0a-92bf-49b97946fcdd",
                                          "name": "Fiber Full Tech Installation",
                                          "description": "Fiber Full Tech Installation",
                                          "priceCategory": "activation",
                                          "priceType": "OC",
                                          "taxIncluded": "Excluded",
                                          "role": "Price",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "finalPrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "standalonePrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "immediatePayOption": {
                                            "payImmediately": false
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "installType": "Tech"
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ],
                          "productOfferingPrice": [
                            {
                              "id": "c31f3147-9b8c-4933-bfc6-bdec0a5fbcbf",
                              "name": "AT&T All-Fi Pro",
                              "description": "AT&T All-Fi Pro",
                              "priceCategory": "serviceRC",
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "taxIncluded": "Excluded",
                              "role": "Bundle Price Alteration",
                              "immediatePayOption": {
                                "payImmediately": false
                              }
                            }
                          ],
                          "hasDependency": false
                        },
                        {
                          "id": "067bc217-6eed-4e85-948d-7236dd3118a5",
                          "name": "AT&T Internet 5000",
                          "localizedName": "AT&T Internet 5000",
                          "description": "AT&T Internet 2000",
                          "isBundle": true,
                          "mustBeBundled": false,
                          "validFor": {
                            "startDateTime": "2025-04-13T05:00:00Z"
                          },
                          "productOfferingType": "BB_Offer",
                          "productOfferingTypeId": "f113beb7-b4ee-4957-8238-b704aa70e20f",
                          "productOfferingTypeGroup": "BBOffer",
                          "productOfferingCharacteristic": [
                            {
                              "name": "Included_Services",
                              "localizedName": "Included Services",
                              "valueType": "String",
                              "characteristicsMetadata": [
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                }
                              ]
                            },
                            {
                              "name": "Migrated_From",
                              "localizedName": "Migrated From",
                              "valueType": "String"
                            },
                            {
                              "name": "Migrated_Account_Number",
                              "localizedName": "Migrated Account Number",
                              "valueType": "String"
                            },
                            {
                              "name": "Auto_Pay_Enrollment",
                              "localizedName": "Auto Pay Enrollment",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": true,
                                  "localizedValue": "Yes",
                                  "value": "Y"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "No",
                                  "value": "N"
                                }
                              ]
                            },
                            {
                              "name": "TenderType",
                              "localizedName": "Tender Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "ACH",
                                  "value": "ACH"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Credit Card",
                                  "value": "CreditCard"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Debit Card",
                                  "value": "DebitCard"
                                }
                              ]
                            },
                            {
                              "name": "Offer_Code",
                              "localizedName": "Offer Code",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "BINT5G",
                                  "value": "BINT5G"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "CharacteristicValueDisplayFields",
                                  "value": "value",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "providerType",
                              "localizedName": "Provider Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": true,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "AT&T Citi Cobranded",
                                  "value": "aTTcitiCobranded"
                                }
                              ]
                            },
                            {
                              "name": "priceStrategyId",
                              "localizedName": "Pricing Strategy Id",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "NA",
                                  "value": "NA"
                                }
                              ]
                            },
                            {
                              "name": "Payment_Type",
                              "localizedName": "Payment Option",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Pay on Bill",
                                  "value": "Pay_on_Bill"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Option",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "Payment_Method",
                              "localizedName": "Payment Method",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Credit",
                                  "value": "Credit"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Method",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                }
                              ]
                            },
                            {
                              "name": "firstRCPaymentOption",
                              "localizedName": "First RC Payment Option",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Immediate",
                                  "value": "Immediate"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "Pay on Bill",
                                  "value": "payOnBill"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "First RC Payment Option",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "alignmentType",
                                  "value": "align",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "paymentTiming",
                              "localizedName": "Payment Timing",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "In Advance",
                                  "value": "InAdvance"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "AppearOnSummary",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "AppearOnPreview",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Visualization",
                                  "value": "DropDown",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "LocalizedName",
                                  "value": "Payment Timing",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Presentable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Actionable",
                                  "value": "null",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "Editable",
                                  "value": "true",
                                  "metadataType": "PolicyConfig"
                                },
                                {
                                  "name": "alignmentType",
                                  "value": "propagate",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "priceCharacteristicName",
                                  "value": "paymentTiming",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "billingProfile",
                              "localizedName": "Billing Profile",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Hassle Free Profile",
                                  "value": "hassleFree"
                                }
                              ]
                            },
                            {
                              "name": "prorationPolicy",
                              "localizedName": "Proration Policy",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Default Proration Strategy",
                                  "value": "defaultProrationStrategy"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "alignmentType",
                                  "value": "propagate",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignOC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "priceCharacteristicName",
                                  "value": "prorationPolicy",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignRC",
                                  "value": "true",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                },
                                {
                                  "name": "alignUC",
                                  "value": "false",
                                  "metadataType": "ProductOfferingPriceAlignment"
                                }
                              ]
                            },
                            {
                              "name": "Benefits",
                              "localizedName": "Benefits",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "<ul><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></ul>",
                                  "value": "<ul><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></ul>"
                                }
                              ]
                            },
                            {
                              "name": "Highlights",
                              "localizedName": "Highlights",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "<p><b>Superfast gigabit speeds for the connected home</b></p>",
                                  "value": "<p><b>Superfast gigabit speeds for the connected home</b></p>"
                                }
                              ]
                            },
                            {
                              "name": "Equipment_Included",
                              "localizedName": "Equipment Included",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "Yes",
                                  "value": "Yes"
                                },
                                {
                                  "default": false,
                                  "localizedValue": "No",
                                  "value": "No"
                                }
                              ]
                            },
                            {
                              "name": "productType",
                              "localizedName": "Product Type",
                              "valueType": "String",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "FIBER",
                                  "value": "FIBER"
                                }
                              ],
                              "characteristicsMetadata": [
                                {
                                  "name": "systemName",
                                  "metadataType": "Consumer Mapping"
                                },
                                {
                                  "name": "externalName",
                                  "metadataType": "Consumer Mapping"
                                },
                                {
                                  "name": "exposed",
                                  "metadataType": "Consumer Mapping"
                                }
                              ]
                            },
                            {
                              "name": "Speed",
                              "localizedName": "Speed",
                              "valueType": "Integer",
                              "value": [
                                {
                                  "default": false,
                                  "localizedValue": "5G",
                                  "value": "5000"
                                }
                              ],
                              "productSpecification": {
                                "id": "ac6ab437-07a1-4239-b751-c09a138d54d0",
                                "name": "Internet"
                              },
                              "characteristicsMetadata": [
                                {
                                  "name": "Comparable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Filterable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "VisibleInHighlights",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "Searchable",
                                  "value": "True",
                                  "metadataType": "Discovery"
                                },
                                {
                                  "name": "serviceabilityParameterName",
                                  "value": "Speed",
                                  "metadataType": "Location and Serviceability"
                                },
                                {
                                  "name": "Visible",
                                  "value": "True",
                                  "metadataType": "Configuration"
                                }
                              ]
                            }
                          ],
                          "bundledProductOffering": [
                            {
                              "id": "99e2afc0-0b5c-41e2-a9cb-74864b94b708",
                              "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=99e2afc0-0b5c-41e2-a9cb-74864b94b708&salesChannel=ATTR",
                              "name": "AT&T Internet 5000",
                              "localizedName": "AT&T Internet 5000",
                              "description": "5 GIG speed + unlimited internet data",
                              "productOfferingType": "BB_Plan",
                              "productOfferingTypeGroup": "BBPlan",
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferLowerLimit": "1",
                                  "numberRelOfferUpperLimit": "1",
                                  "defaultRelOfferNumber": "1",
                                  "itemTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {}
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {}
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {}
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      }
                                    }
                                  ],
                                  "itemPrice": [
                                    {
                                      "id": "8bd75955-5a80-4601-ba05-a8ed108cd62a",
                                      "name": "AT&T Internet 5000",
                                      "description": "AT&T Internet 5000",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 255
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      }
                                    }
                                  ]
                                }
                              ]
                            },
                            {
                              "id": "a453d8b8-6cf4-4185-99f3-f38aa112fc85",
                              "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=a453d8b8-6cf4-4185-99f3-f38aa112fc85&salesChannel=ATTR",
                              "name": "AT&T All-Fi Pro",
                              "localizedName": "AT&T All-Fi Pro",
                              "description": "AT&T All-Fi Pro",
                              "productOfferingType": "BB_AllFiProBundle",
                              "productOfferingTypeGroup": "BBAllFiProBundle",
                              "bundledProductOffering": [
                                {
                                  "id": "a01417de-479e-4403-b1a4-55fbb14db1c9",
                                  "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=a01417de-479e-4403-b1a4-55fbb14db1c9&salesChannel=ATTR",
                                  "name": "AT&T ActiveArmor advanced internet security",
                                  "localizedName": "AT&T ActiveArmor advanced internet security",
                                  "description": "AT&T ActiveArmor advanced internet security",
                                  "productOfferingType": "Internet_Service",
                                  "productOfferingTypeGroup": "internetAddon",
                                  "bundledProdOfferOption": [
                                    {
                                      "numberRelOfferLowerLimit": "1",
                                      "numberRelOfferUpperLimit": "1",
                                      "defaultRelOfferNumber": "1"
                                    }
                                  ]
                                }
                              ],
                              "bundledProductOfferingOption": [
                                {
                                  "numberRelOfferLowerLimit": "1",
                                  "numberRelOfferUpperLimit": "1",
                                  "defaultRelOfferNumber": "1",
                                  "itemTotalPrice": [
                                    {
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {}
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {}
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 25
                                        },
                                        "rateValidity": {}
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      },
                                      "priceAlteration": [
                                        {
                                          "priceType": "RC",
                                          "alterationType": "Bundle Price Alteration",
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 25
                                            },
                                            "chargeType": "credit",
                                            "rateValidity": {}
                                          },
                                          "periodCoverage": {}
                                        }
                                      ]
                                    }
                                  ],
                                  "itemPrice": [
                                    {
                                      "id": "db1b1599-8733-46fe-9f4d-090eb61e2baa",
                                      "name": "AT&T All-Fi Pro",
                                      "description": "AT&T All-Fi Pro",
                                      "priceCategory": "serviceRC",
                                      "priceType": "RC",
                                      "recurringChargePeriod": "month",
                                      "recurringChargePeriodLength": 1,
                                      "taxIncluded": "Excluded",
                                      "role": "Price",
                                      "price": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "finalPrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 0
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2025-12-17T06:00:00Z"
                                        }
                                      },
                                      "standalonePrice": {
                                        "dutyFreeAmount": {
                                          "unit": "USD",
                                          "value": 25
                                        },
                                        "rateValidity": {
                                          "startDateTime": "2026-01-13T06:00:00Z"
                                        }
                                      },
                                      "immediatePayOption": {
                                        "payImmediately": false
                                      },
                                      "priceAlteration": [
                                        {
                                          "name": "AT&T All-Fi Pro",
                                          "description": "AT&T All-Fi Pro",
                                          "priceType": "RC",
                                          "alterationType": "Bundle Price Alteration",
                                          "alterationProductOfferingPriceId": "76b2cf6d-5911-41a2-9929-dafb957f1825",
                                          "alterationBundleProductOfferingId": "067bc217-6eed-4e85-948d-7236dd3118a5",
                                          "alterationApplyOrder": 0,
                                          "chargeType": "credit",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 25
                                            },
                                            "priceOverride": {
                                              "unit": "USD",
                                              "value": 0
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2025-12-17T06:00:00Z"
                                            }
                                          },
                                          "periodCoverage": {}
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ],
                          "productOfferingRelationship": [
                            {
                              "id": "b5097e55-5b09-4e8f-b3a9-3677c309f93f",
                              "name": "Fiber_Addons_5G",
                              "relationType": "commercialRelation",
                              "relationRole": "addOn",
                              "expiredForSales": false,
                              "validFor": {}
                            },
                            {
                              "id": "00276558-66eb-400a-89e3-ee9aa3646525",
                              "name": "TestOnly_Fiber_Fiber_Package_Change",
                              "relationType": "replaceOffer",
                              "relationRole": "replaceTo",
                              "expiredForSales": false,
                              "validFor": {}
                            }
                          ],
                          "bundledProductOfferingGroupOption": [
                            {
                              "groupOptionId": "1b9c83d2-db89-11f0-b7e5-bb50beae21c5",
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1",
                              "bundleSameOffer": false,
                              "bundledProductOffering": [
                                {
                                  "id": "d540cf2a-23ff-4ff6-b859-53c5f1985476",
                                  "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=d540cf2a-23ff-4ff6-b859-53c5f1985476&salesChannel=ATTR",
                                  "name": "Fiber Hub",
                                  "localizedName": "Fiber Hub",
                                  "description": "Fiber Hub",
                                  "productOfferingType": "Rented_Equipment",
                                  "productOfferingTypeGroup": "equipment",
                                  "default": true,
                                  "extensions": {
                                    "isBundle": false,
                                    "productOfferingCharacteristic": [
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "availableShippingOptions",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "Filterable",
                                                "propertyValue": {
                                                  "value": "True",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "Discovery"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Available_Shipping_Options",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "Standard_Post",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Standard_Post",
                                            "default": true
                                          },
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "OvernightShipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Overnight_Shipping",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Purchase_Option",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Rent",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "NEO",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "systemName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "Return_Shipment_Option",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "externalName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Fulfillment",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "True",
                                                      "valueType": "Boolean"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "exposed"
                                              }
                                            ],
                                            "type": "Consumer Mapping"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "shippedBack",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Return_Shipment_Option",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "Standard_Post",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Standard_Post",
                                            "default": true
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Equipment_Description",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "<ul> <li>The latest generation of Wi-Fi 6E with Tri-band for optimal device speeds</li> <li>All-in-one device</li> <li>Sleek design</li> </ul>",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "buyersRemorseDuration",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "31",
                                            "default": false
                                          }
                                        ],
                                        "unitOfMeasure": "Days",
                                        "valueType": "Integer"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "CharacteristicValueDisplayFields",
                                                "propertyValue": {
                                                  "value": "value",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Offer_Code",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "FBHUB",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "deliveryMethod",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Delivery_Method",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "shipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Indirect_Delivery_Shipping",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "SKU",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "SKU_With_Prefix",
                                        "freeTextDefaultValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "RTL.295AB",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "make",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Manufacturer",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "model",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Model",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "name": "Installation_Method",
                                        "value": [
                                          {
                                            "value": "Self_Installation"
                                          }
                                        ]
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "returned",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Return_Method",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "catalogMetaData": [
                                              {
                                                "property": [
                                                  {
                                                    "propertyName": "businessType",
                                                    "propertyValue": {
                                                      "value": "returnShipping",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "type": "General"
                                              }
                                            ],
                                            "expiredForSales": false,
                                            "value": "Return_by_box_Shipment",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "IMEI",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "IMEI_Type",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "LTE_Type",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "MAC_Address",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "mandatoryToValidateBy",
                                                "propertyValue": {
                                                  "value": "OH",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "validation"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "businessType",
                                                "propertyValue": {
                                                  "value": "serialNumber",
                                                  "valueType": "String"
                                                }
                                              }
                                            ],
                                            "type": "General"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Serial_Number",
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Recoverable_Disconnect",
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "RECOVERABLE",
                                            "default": true
                                          },
                                          {
                                            "expiredForSales": false,
                                            "value": "NON-RECOVERABLE",
                                            "default": false
                                          },
                                          {
                                            "expiredForSales": false,
                                            "value": "RECYCLABLE",
                                            "default": false
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Sub_Group",
                                        "freeTextDefaultValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "HUB_F2",
                                            "default": true
                                          }
                                        ],
                                        "productSpecification": {
                                          "id": "8e2347a4-88dd-42b2-b100-527d4c90364f"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "SubLevel",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "systemName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "productType",
                                                      "valueType": "String"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "externalName"
                                              },
                                              {
                                                "parameterSet": [
                                                  {
                                                    "parameterValue": [
                                                      {
                                                        "parameterName": "consumerApplication",
                                                        "value": "Billing",
                                                        "valueType": "String"
                                                      }
                                                    ],
                                                    "propertyValue": {
                                                      "value": "True",
                                                      "valueType": "Boolean"
                                                    }
                                                  }
                                                ],
                                                "propertyName": "exposed"
                                              }
                                            ],
                                            "type": "Consumer Mapping"
                                          }
                                        ],
                                        "configurable": true,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "productType",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "b30bfeb4-8961-4309-8151-842ea008ff6e",
                                          "name": "Product Characterization Config"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "FIBER",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Option",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "Payment_Type",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Pay_on_Bill",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Method",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "Payment_Method",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "Credit",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "First RC Payment Option",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "align",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 2,
                                        "minCardinality": 0,
                                        "name": "firstRCPaymentOption",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "AppearOnSummary",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "AppearOnPreview",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Visualization",
                                                "propertyValue": {
                                                  "value": "DropDown",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "LocalizedName",
                                                "propertyValue": {
                                                  "value": "Payment Timing",
                                                  "valueType": "LocalizedString"
                                                }
                                              },
                                              {
                                                "propertyName": "Presentable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "Actionable",
                                                "propertyValue": {
                                                  "value": "null",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "Editable",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "PolicyConfig"
                                          },
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "propagate",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "priceCharacteristicName",
                                                "propertyValue": {
                                                  "value": "paymentTiming",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "paymentTiming",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      },
                                      {
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 1,
                                        "name": "billingProfile",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "productOfferingCharacteristicValue": [
                                          {
                                            "expiredForSales": false,
                                            "value": "hassleFree",
                                            "valueType": "String",
                                            "default": false
                                          }
                                        ],
                                        "valueType": "String"
                                      },
                                      {
                                        "catalogMetaData": [
                                          {
                                            "property": [
                                              {
                                                "propertyName": "alignmentType",
                                                "propertyValue": {
                                                  "value": "propagate",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignOC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "priceCharacteristicName",
                                                "propertyValue": {
                                                  "value": "prorationPolicy",
                                                  "valueType": "String"
                                                }
                                              },
                                              {
                                                "propertyName": "alignRC",
                                                "propertyValue": {
                                                  "value": "true",
                                                  "valueType": "Boolean"
                                                }
                                              },
                                              {
                                                "propertyName": "alignUC",
                                                "propertyValue": {
                                                  "value": "false",
                                                  "valueType": "Boolean"
                                                }
                                              }
                                            ],
                                            "type": "ProductOfferingPriceAlignment"
                                          }
                                        ],
                                        "configurable": false,
                                        "expiredForSales": false,
                                        "maxCardinality": 1,
                                        "minCardinality": 0,
                                        "name": "prorationPolicy",
                                        "policy": {
                                          "expiredForSales": false,
                                          "id": "1aa69742-36e8-49b0-953c-c2fdfc37b968",
                                          "name": "Payment"
                                        },
                                        "valueType": "String"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            {
                              "groupOptionId": "efe09e26-0641-4059-9dca-bf46595b974b",
                              "bundledProductOffering": [
                                {
                                  "id": "efe09e26-0641-4059-9dca-bf46595b974b",
                                  "name": "TestOnly_Fiber Full Tech Installation",
                                  "localizedName": "TestOnly_Fiber Full Tech Installation",
                                  "description": "TestOnly_Offer representing Installation of a device by a professional technician",
                                  "productOfferingType": "BB_Installation",
                                  "productOfferingTypeGroup": "BBInstallation",
                                  "bundledProductOfferingOption": [
                                    {
                                      "numberRelOfferDefault": 1,
                                      "numberRelOfferLowerLimit": 1,
                                      "numberRelOfferUpperLimit": 1,
                                      "productOfferingTotalPrice": [
                                        {
                                          "priceType": "OC",
                                          "taxIncluded": "Excluded",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "finalPrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "standalonePrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {}
                                          },
                                          "immediatePayOption": {
                                            "payImmediately": false
                                          }
                                        }
                                      ],
                                      "productOfferingPrice": [
                                        {
                                          "id": "63fd1d17-1212-4b0a-92bf-49b97946fcdd",
                                          "name": "Fiber Full Tech Installation",
                                          "description": "Fiber Full Tech Installation",
                                          "priceCategory": "activation",
                                          "priceType": "OC",
                                          "taxIncluded": "Excluded",
                                          "role": "Price",
                                          "price": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "finalPrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "standalonePrice": {
                                            "dutyFreeAmount": {
                                              "unit": "USD",
                                              "value": 99
                                            },
                                            "rateValidity": {
                                              "startDateTime": "2024-08-01T05:00:00Z"
                                            }
                                          },
                                          "immediatePayOption": {
                                            "payImmediately": false
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "installType": "Tech"
                                }
                              ],
                              "numberRelOfferLowerLimit": "1",
                              "numberRelOfferUpperLimit": "1"
                            }
                          ],
                          "productOfferingTotalPrice": [
                            {
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "taxIncluded": "Excluded",
                              "price": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 255
                                },
                                "rateValidity": {}
                              },
                              "finalPrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 255
                                },
                                "rateValidity": {}
                              },
                              "standalonePrice": {
                                "dutyFreeAmount": {
                                  "unit": "USD",
                                  "value": 280
                                },
                                "rateValidity": {}
                              },
                              "immediatePayOption": {
                                "payImmediately": false
                              },
                              "priceAlteration": [
                                {
                                  "priceType": "RC",
                                  "alterationType": "Bundle Price Alteration",
                                  "chargeType": "credit",
                                  "price": {
                                    "dutyFreeAmount": {
                                      "unit": "USD",
                                      "value": 25
                                    },
                                    "chargeType": "credit",
                                    "rateValidity": {}
                                  },
                                  "periodCoverage": {}
                                }
                              ]
                            }
                          ],
                          "productOfferingPrice": [
                            {
                              "id": "76b2cf6d-5911-41a2-9929-dafb957f1825",
                              "name": "AT&T All-Fi Pro",
                              "description": "AT&T All-Fi Pro",
                              "priceCategory": "serviceRC",
                              "priceType": "RC",
                              "recurringChargePeriod": "month",
                              "recurringChargePeriodLength": 1,
                              "taxIncluded": "Excluded",
                              "role": "Bundle Price Alteration",
                              "immediatePayOption": {
                                "payImmediately": false
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "Invalid Account Number": {
                    "summary": "MS_MSO_INVALID_ACCT_NUMBER",
                    "value": {
                      "error": "MS_MSO_INVALID_ACCT_NUMBER",
                      "message": "Incorrect account number present in request or request headers. Please verify the request",
                      "code": 400
                    }
                  },
                  "Invalid Product Type": {
                    "summary": "MS_MSO_INVALID_PRODUCT_TYPE",
                    "value": {
                      "error": "MS_MSO_INVALID_PRODUCT_TYPE",
                      "message": "Product Type is empty or incorrect in the request. Please pass valid Product Type",
                      "code": 400
                    }
                  },
                  "UNAUTHORIZED": {
                    "summary": "UNAUTHORIZED",
                    "value": {
                      "error": "UNAUTHORIZED",
                      "message": "ClientID not allowed to access this API. Please reach out to scrum team for access",
                      "code": 403
                    }
                  },
                  "MSO_RSN_001": {
                    "summary": "MSO_RSN_001",
                    "value": {
                      "error": "MSO_RSN_001",
                      "message": "Account Number is not Active",
                      "code": 400
                    }
                  },
                  "MS_POMMS_INVALID_REQUESTED_DATE": {
                    "summary": "MS_POMMS_INVALID_REQUESTED_DATE",
                    "value": {
                      "error": "MS_POMMS_INVALID_REQUESTED_DATE",
                      "message": "Missing or invalid requestedDate in request.",
                      "code": 400
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Service URI Not Found"
          },
          "417": {
            "description": "Expectation failed",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "Expectation Failed": {
                    "summary": "BackEnd API Failure",
                    "value": {
                      "error": "MS_POMMS_CG_CUSTOMER_API_BACKEND_ERROR",
                      "message": "BackEnd API Failure caused by any exceptions or API failures",
                      "code": 417
                    }
                  }
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "databaseError": {
                    "summary": "Database connection failure",
                    "value": {
                      "error": "Database Error",
                      "message": "Failed to connect to the database",
                      "code": 500
                    }
                  },
                  "nullPointer": {
                    "summary": "Null pointer exception",
                    "value": {
                      "error": "NullPointerException",
                      "message": "Item Object was null",
                      "code": 500
                    }
                  },
                  "unknownServerError": {
                    "summary": "Generic server failure",
                    "value": {
                      "error": "Internal Server Error",
                      "message": "Something went wrong on the server",
                      "code": 500
                    }
                  },
                  "serviceUnavailable": {
                    "summary": "Dependent service is down",
                    "value": {
                      "error": "Service Unavailable",
                      "message": "Service is currently unavailable",
                      "code": 500
                    }
                  },
                  "timeoutError": {
                    "summary": "Update operation timed out",
                    "value": {
                      "error": "Timeout",
                      "message": "Operation took long tsubmitime and timed out",
                      "code": 500
                    }
                  },
                  "unexpectedException": {
                    "summary": "Unhandled exception",
                    "value": {
                      "error": "Unexpected Exception",
                      "message": "An unhandled exception occurred while processing the request",
                      "code": 500
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/productOfferingDiscovery/v1.1/productOffering": {
      "post": {
        "tags": [
          "OC api response"
        ],
        "summary": "OC api response | Displays the OC api response  ",
        "description": "This api will returns the OC api response",
        "operationId": "OC api response",
        "parameters": [
          {
            "$ref": "#/components/parameters/Content-Type"
          },
          {
            "$ref": "#/components/parameters/authorization"
          },
          {
            "$ref": "#/components/parameters/idp-trace-id"
          },
          {
            "$ref": "#/components/parameters/idpctx-session-id"
          },
          {
            "$ref": "#/components/parameters/idpctx-callcontext"
          },
          {
            "$ref": "#/components/parameters/idpctx-user-type"
          },
          {
            "$ref": "#/components/parameters/idpctx-customerstate"
          },
          {
            "$ref": "#/components/parameters/x-att-clientid"
          },
          {
            "$ref": "#/components/parameters/idpctx-linkedbsseaccnums"
          },
          {
            "$ref": "#/components/parameters/idp-dealercode"
          },
          {
            "$ref": "#/components/parameters/idp-agentid"
          },
          {
            "$ref": "#/components/parameters/idpctx-appname"
          },
          {
            "$ref": "#/components/parameters/idpctx-uuid"
          },
          {
            "$ref": "#/components/parameters/idpctx-loggedInid"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "href": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "localizedName": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "isBundle": {
                        "type": "boolean"
                      },
                      "mustBeBundled": {
                        "type": "boolean"
                      },
                      "validFor": {
                        "type": "object",
                        "properties": {
                          "startDateTime": {
                            "type": "string",
                            "format": "date-time"
                          }
                        },
                        "required": [
                          "startDateTime"
                        ]
                      },
                      "productOfferingType": {
                        "type": "string"
                      },
                      "productOfferingTypeId": {
                        "type": "string"
                      },
                      "productOfferingTypeGroup": {
                        "type": "string"
                      },
                      "offerClassification": {
                        "type": "string"
                      },
                      "isEnabledBy": {
                        "type": "boolean"
                      },
                      "primary": {
                        "type": "boolean"
                      },
                      "serialized": {
                        "type": "boolean"
                      },
                      "isRestricted": {
                        "type": "boolean"
                      },
                      "productOfferingCharacteristic": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "localizedName": {
                              "type": "string"
                            },
                            "valueType": {
                              "type": "string"
                            },
                            "value": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "default": {
                                    "type": "boolean"
                                  },
                                  "localizedValue": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  },
                                  "descriptiveCharacteristicsMetadata": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        },
                                        "metadataType": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "metadataType"
                                      ]
                                    }
                                  }
                                },
                                "required": [
                                  "default",
                                  "value"
                                ]
                              }
                            },
                            "productSpecification": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "characteristicsMetadata": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  },
                                  "metadataType": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "metadataType"
                                ]
                              }
                            }
                          },
                          "required": [
                            "valueType",
                            "value"
                          ]
                        }
                      },
                      "metadata": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            },
                            "metadataType": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "metadataType"
                          ]
                        }
                      },
                      "productSpecification": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "productSpecificationTypeId": {
                            "type": "string"
                          },
                          "productSpecificationTypeName": {
                            "type": "string"
                          }
                        }
                      },
                      "productOfferingTotalPrice": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "priceType": {
                              "type": "string"
                            },
                            "taxIncluded": {
                              "type": "string"
                            },
                            "price": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object"
                                }
                              },
                              "required": [
                                "dutyFreeAmount",
                                "rateValidity"
                              ]
                            },
                            "finalPrice": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object"
                                }
                              },
                              "required": [
                                "dutyFreeAmount",
                                "rateValidity"
                              ]
                            },
                            "standalonePrice": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object"
                                }
                              },
                              "required": [
                                "dutyFreeAmount",
                                "rateValidity"
                              ]
                            },
                            "immediatePayOption": {
                              "type": "object",
                              "properties": {
                                "payImmediately": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "payImmediately"
                              ]
                            }
                          },
                          "required": [
                            "priceType",
                            "taxIncluded",
                            "price",
                            "finalPrice",
                            "standalonePrice",
                            "immediatePayOption"
                          ]
                        }
                      },
                      "productOfferingPrice": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "priceCategory": {
                              "type": "string"
                            },
                            "priceType": {
                              "type": "string"
                            },
                            "taxIncluded": {
                              "type": "string"
                            },
                            "role": {
                              "type": "string"
                            },
                            "price": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object",
                                  "properties": {
                                    "startDateTime": {
                                      "type": "string",
                                      "format": "date-time"
                                    }
                                  }
                                }
                              },
                              "required": [
                                "dutyFreeAmount"
                              ]
                            },
                            "finalPrice": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object",
                                  "properties": {
                                    "startDateTime": {
                                      "type": "string",
                                      "format": "date-time"
                                    }
                                  }
                                }
                              },
                              "required": [
                                "dutyFreeAmount"
                              ]
                            },
                            "standalonePrice": {
                              "type": "object",
                              "properties": {
                                "dutyFreeAmount": {
                                  "type": "object",
                                  "properties": {
                                    "unit": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "unit",
                                    "value"
                                  ]
                                },
                                "rateValidity": {
                                  "type": "object",
                                  "properties": {
                                    "startDateTime": {
                                      "type": "string",
                                      "format": "date-time"
                                    }
                                  }
                                }
                              },
                              "required": [
                                "dutyFreeAmount"
                              ]
                            },
                            "immediatePayOption": {
                              "type": "object",
                              "properties": {
                                "payImmediately": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "payImmediately"
                              ]
                            }
                          }
                        }
                      },
                      "hasDependency": {
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "href",
                      "isBundle",
                      "mustBeBundled",
                      "validFor",
                      "productOfferingType",
                      "productOfferingTypeId",
                      "productOfferingTypeGroup",
                      "offerClassification",
                      "isEnabledBy",
                      "primary",
                      "serialized",
                      "isRestricted",
                      "productOfferingCharacteristic",
                      "metadata",
                      "productSpecification",
                      "hasDependency"
                    ]
                  }
                },
                "examples": {
                  "Base Offers response api": {
                    "value": [
                      {
                        "id": "23433e60-9bec-4ee5-9eab-d71f567b2242",
                        "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=23433e60-9bec-4ee5-9eab-d71f567b2242&salesChannel=SelfService",
                        "name": "Easy self-setup kit",
                        "localizedName": "Easy self-setup kit",
                        "description": "Self-Installation Product Offering",
                        "isBundle": false,
                        "mustBeBundled": false,
                        "validFor": {
                          "startDateTime": "2025-04-13T14:00:00Z"
                        },
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeId": "02990113-b6a4-4c92-99c1-bbb133a359af",
                        "productOfferingTypeGroup": "BBInstallation",
                        "offerClassification": "customerOffer",
                        "isEnabledBy": false,
                        "primary": true,
                        "serialized": true,
                        "isRestricted": false,
                        "productOfferingCharacteristic": [
                          {
                            "name": "Offer_Code",
                            "localizedName": "Offer Code",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "localizedValue": "SelfInstall",
                                "value": "SelfInstall"
                              }
                            ],
                            "characteristicsMetadata": [
                              {
                                "name": "CharacteristicValueDisplayFields",
                                "value": "value",
                                "metadataType": "PolicyConfig"
                              }
                            ]
                          },
                          {
                            "name": "Installation_Method",
                            "localizedName": "Installation Method",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "descriptiveCharacteristicsMetadata": [
                                  {
                                    "name": "businessType",
                                    "value": "selfInstall",
                                    "metadataType": "General"
                                  }
                                ],
                                "localizedValue": "Self Installation",
                                "value": "Self_Installation"
                              }
                            ],
                            "productSpecification": {
                              "id": "ce0678fa-b0b6-4caf-842e-632cfa5784d2",
                              "name": "Self-Install"
                            },
                            "characteristicsMetadata": [
                              {
                                "name": "Filterable",
                                "value": "True",
                                "metadataType": "Discovery"
                              },
                              {
                                "name": "businessType",
                                "value": "installationMethod",
                                "metadataType": "General"
                              }
                            ]
                          },
                          {
                            "name": "productType",
                            "localizedName": "Product Type",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "localizedValue": "FIBER",
                                "value": "FIBER"
                              }
                            ],
                            "characteristicsMetadata": [
                              {
                                "name": "systemName",
                                "metadataType": "Consumer Mapping"
                              },
                              {
                                "name": "externalName",
                                "metadataType": "Consumer Mapping"
                              },
                              {
                                "name": "exposed",
                                "metadataType": "Consumer Mapping"
                              }
                            ]
                          }
                        ],
                        "metadata": [
                          {
                            "name": "businessType",
                            "value": "selfInstall",
                            "metadataType": "General"
                          }
                        ],
                        "productSpecification": {
                          "id": "ce0678fa-b0b6-4caf-842e-632cfa5784d2",
                          "name": "Self-Install",
                          "productSpecificationTypeId": "6824123c-bbb3-45e3-b198-918c8d9f80cc",
                          "productSpecificationTypeName": "Installation"
                        },
                        "hasDependency": false
                      },
                      {
                        "id": "efe09e26-0641-4059-9dca-bf46595b974b",
                        "href": "https://pod-productoffering-service.amo-il12-mst-runtime.svc.cluster.local:443/productOfferingDiscovery/v1.1/productOffering?productOfferingId=efe09e26-0641-4059-9dca-bf46595b974b&salesChannel=SelfService",
                        "name": "Fiber Full Tech Installation",
                        "localizedName": "Fiber Full Tech Installation",
                        "description": "Offer representing Installation of a device by a professional technician",
                        "isBundle": false,
                        "mustBeBundled": false,
                        "validFor": {
                          "startDateTime": "2024-07-30T05:00:00Z"
                        },
                        "productOfferingType": "BB_Installation",
                        "productOfferingTypeId": "02990113-b6a4-4c92-99c1-bbb133a359af",
                        "productOfferingTypeGroup": "BBInstallation",
                        "offerClassification": "customerOffer",
                        "isEnabledBy": false,
                        "primary": true,
                        "serialized": true,
                        "isRestricted": false,
                        "productOfferingCharacteristic": [
                          {
                            "name": "Offer_Code",
                            "localizedName": "Offer Code",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "localizedValue": "Fiber_Professional_Installation",
                                "value": "Fiber_Professional_Installation"
                              }
                            ],
                            "characteristicsMetadata": [
                              {
                                "name": "CharacteristicValueDisplayFields",
                                "value": "value",
                                "metadataType": "PolicyConfig"
                              }
                            ]
                          },
                          {
                            "name": "Installation_Method",
                            "localizedName": "Installation Method",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "descriptiveCharacteristicsMetadata": [
                                  {
                                    "name": "businessType",
                                    "value": "professionalInstallation",
                                    "metadataType": "General"
                                  }
                                ],
                                "localizedValue": "Tech Install",
                                "value": "Professional_Installation"
                              }
                            ],
                            "productSpecification": {
                              "id": "41b4bc7c-598f-4f08-99c2-84c0f2562319",
                              "name": "Full Tech Installation"
                            },
                            "characteristicsMetadata": [
                              {
                                "name": "Filterable",
                                "value": "True",
                                "metadataType": "Discovery"
                              },
                              {
                                "name": "businessType",
                                "value": "installationMethod",
                                "metadataType": "General"
                              }
                            ]
                          },
                          {
                            "name": "productType",
                            "localizedName": "Product Type",
                            "valueType": "String",
                            "value": [
                              {
                                "default": false,
                                "localizedValue": "FIBER",
                                "value": "FIBER"
                              }
                            ],
                            "characteristicsMetadata": [
                              {
                                "name": "systemName",
                                "metadataType": "Consumer Mapping"
                              },
                              {
                                "name": "externalName",
                                "metadataType": "Consumer Mapping"
                              },
                              {
                                "name": "exposed",
                                "metadataType": "Consumer Mapping"
                              }
                            ]
                          }
                        ],
                        "metadata": [
                          {
                            "name": "appointmentRequired",
                            "value": "True",
                            "metadataType": "General"
                          },
                          {
                            "name": "businessType",
                            "value": "professionalInstallation",
                            "metadataType": "General"
                          }
                        ],
                        "productSpecification": {
                          "id": "41b4bc7c-598f-4f08-99c2-84c0f2562319",
                          "name": "Full Tech Installation",
                          "productSpecificationTypeId": "6824123c-bbb3-45e3-b198-918c8d9f80cc",
                          "productSpecificationTypeName": "Installation"
                        },
                        "productOfferingTotalPrice": [
                          {
                            "priceType": "OC",
                            "taxIncluded": "Excluded",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {}
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {}
                            },
                            "standalonePrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {}
                            },
                            "immediatePayOption": {
                              "payImmediately": false
                            }
                          }
                        ],
                        "productOfferingPrice": [
                          {
                            "id": "63fd1d17-1212-4b0a-92bf-49b97946fcdd",
                            "name": "Fiber Full Tech Installation",
                            "description": "Fiber Full Tech Installation",
                            "priceCategory": "activation",
                            "priceType": "OC",
                            "taxIncluded": "Excluded",
                            "role": "Price",
                            "price": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {
                                "startDateTime": "2024-08-01T05:00:00Z"
                              }
                            },
                            "finalPrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {
                                "startDateTime": "2024-08-01T05:00:00Z"
                              }
                            },
                            "standalonePrice": {
                              "dutyFreeAmount": {
                                "unit": "USD",
                                "value": 99
                              },
                              "rateValidity": {
                                "startDateTime": "2024-08-01T05:00:00Z"
                              }
                            },
                            "immediatePayOption": {
                              "payImmediately": false
                            }
                          }
                        ],
                        "hasDependency": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "Invalid Account Number": {
                    "summary": "MS_MSO_INVALID_ACCT_NUMBER",
                    "value": {
                      "error": "MS_MSO_INVALID_ACCT_NUMBER",
                      "message": "Incorrect account number present in request or request headers. Please verify the request",
                      "code": 400
                    }
                  },
                  "Invalid Product Type": {
                    "summary": "MS_MSO_INVALID_PRODUCT_TYPE",
                    "value": {
                      "error": "MS_MSO_INVALID_PRODUCT_TYPE",
                      "message": "Product Type is empty or incorrect in the request. Please pass valid Product Type",
                      "code": 400
                    }
                  },
                  "UNAUTHORIZED": {
                    "summary": "UNAUTHORIZED",
                    "value": {
                      "error": "UNAUTHORIZED",
                      "message": "ClientID not allowed to access this API. Please reach out to scrum team for access",
                      "code": 403
                    }
                  },
                  "MSO_RSN_001": {
                    "summary": "MSO_RSN_001",
                    "value": {
                      "error": "MSO_RSN_001",
                      "message": "Account Number is not Active",
                      "code": 400
                    }
                  },
                  "MS_POMMS_INVALID_REQUESTED_DATE": {
                    "summary": "MS_POMMS_INVALID_REQUESTED_DATE",
                    "value": {
                      "error": "MS_POMMS_INVALID_REQUESTED_DATE",
                      "message": "Missing or invalid requestedDate in request.",
                      "code": 400
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Service URI Not Found"
          },
          "417": {
            "description": "Expectation failed",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "Expectation Failed": {
                    "summary": "BackEnd API Failure",
                    "value": {
                      "error": "MS_POMMS_CG_CUSTOMER_API_BACKEND_ERROR",
                      "message": "BackEnd API Failure caused by any exceptions or API failures",
                      "code": 417
                    }
                  }
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "description": "Returned for error scenarios.",
                      "type": "string",
                      "example": "Internal Server Error"
                    },
                    "message": {
                      "type": "string",
                      "example": "An unexpected error occurred"
                    },
                    "code": {
                      "type": "integer",
                      "example": 500
                    }
                  }
                },
                "examples": {
                  "databaseError": {
                    "summary": "Database connection failure",
                    "value": {
                      "error": "Database Error",
                      "message": "Failed to connect to the database",
                      "code": 500
                    }
                  },
                  "nullPointer": {
                    "summary": "Null pointer exception",
                    "value": {
                      "error": "NullPointerException",
                      "message": "Item Object was null",
                      "code": 500
                    }
                  },
                  "unknownServerError": {
                    "summary": "Generic server failure",
                    "value": {
                      "error": "Internal Server Error",
                      "message": "Something went wrong on the server",
                      "code": 500
                    }
                  },
                  "serviceUnavailable": {
                    "summary": "Dependent service is down",
                    "value": {
                      "error": "Service Unavailable",
                      "message": "Service is currently unavailable",
                      "code": 500
                    }
                  },
                  "timeoutError": {
                    "summary": "Update operation timed out",
                    "value": {
                      "error": "Timeout",
                      "message": "Operation took long tsubmitime and timed out",
                      "code": 500
                    }
                  },
                  "unexpectedException": {
                    "summary": "Unhandled exception",
                    "value": {
                      "error": "Unexpected Exception",
                      "message": "An unhandled exception occurred while processing the request",
                      "code": 500
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}