ClaimImage
The details of an image attached to a claim.
Properties
id
stringRequiredThe claim image'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.
claim_item_id
stringRequiredThe ID of the claim item associated with the image
The details of the claim item this image is associated with.
url
stringRequiredThe URL of the image
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?