Skip to main content
Skip to main content

ClaimImage

The details of an image attached to a claim.

Constructors

constructor

**new ClaimImage**()

The details of an image attached to a claim.

Properties

claim_itemClaimItemRequired
The details of the claim item this image is associated with.
claim_item_idstringRequired
The ID of the claim item associated with the image
created_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The claim image's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
updated_atDateRequired
The date with timezone at which the resource was updated.
urlstringRequired
The URL of the image

Methods

beforeInsert

Private **beforeInsert**(): void

Returns

void

voidvoid
Was this section helpful?