ClaimTag
Claim Tags are user defined tags that can be assigned to claim items for easy filtering and grouping.
Properties
id
stringRequiredThe claim tag's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
value
stringRequiredThe value that the claim tag holds
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?