Plan Benefits Attribute
Represents details of the plan benefits attributes for an Insurance Policy
Coverage.
- JSON example
-
1{ 2 "attributes": [ 3 { 4 "attributeDefinitionId": "0tjSG0000001embxxA", 5 "name": "Copay", 6 "value": 400, 7 "sequence": 1, 8 "keyHidden": false, 9 "dataType": "Currency" 10 }, 11 { 12 "attributeDefinitionId": "0tjSG00000020yPxxQ", 13 "name": "Deductible waiver", 14 "value": "Deductible waived", 15 "sequence": 2, 16 "keyHidden": true, 17 "dataType": "Text" 18 } 19 ] 20} - Properties
-
Name Type Description Available Version attributeDefinitionId String ID of the Attribute Definition. 63.0 name String Name of the attribute. 63.0 value String Value of the attribute. 63.0 sequence Integer Sequence field of the product classification attribute or product attribute definition. 63.0 keyHidden Boolean IsHidden field of the Product classification attribute or Product attribute definition. 63.0 dataType String Data type of the Attribute Definition. 63.0