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_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe claim tag's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
updated_at
DateRequiredThe date with timezone at which the resource was updated.
value
stringRequiredThe value that the claim tag holds
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
void
voidWas this section helpful?