Newer Version Available

This content describes an older version of this product. View Latest

Insurance Group Plans

Output representation of an insurance group plan.
JSON example
1{
2  "isOptional": false,
3  "productCategory": "Medical",
4  "planName": "plan123",
5  "attributes": [],
6  "coverages": [
7    {
8      "planId": "coverageA",
9      "isOptional": false,
10      "productCategory": "Medical",
11      "planName": "plan123"
12    },
13    {
14      "planId": "coverageB",
15      "isOptional": false,
16      "productCategory": "Medical",
17      "planName": "plan123"
18    }
19  ]
20}
Property Name Type Description Filter Group and Version Available Version
attributes Insurance Object Map[] List of attributes that are associated with the contract group plan. Small, 66.0 66.0
coverages Insurance Group Plans[] List of coverages that are associated with this plan. Small, 66.0 66.0
isOptional Boolean Indicates whether the plan is optional (true) or not (false). Small, 66.0 66.0
planId String ID of the contract group plan. Small, 66.0 66.0
planName String Name of the contract group plan. Small, 66.0 66.0
productCategory String Category of the contract group plan. Small, 66.0 66.0