ClaimTag
Claim Tags are user defined tags that can be assigned to claim items for easy filtering and grouping.
Constructors
constructor
**new ClaimTag**()
Claim Tags are user defined tags that can be assigned to claim items for easy filtering and grouping.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe claim tag's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
updated_atDateRequiredThe date with timezone at which the resource was updated.
valuestringRequiredThe value that the claim tag holds
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?