ClaimImage
The details of an image attached to a claim.
Constructors
constructor
**new ClaimImage**()
The details of an image attached to a claim.
Properties
The details of the claim item this image is associated with.
claim_item_idstringRequiredThe ID of the claim item associated with the image
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 image's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
updated_atDateRequiredThe date with timezone at which the resource was updated.
urlstringRequiredThe URL of the image
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?