Skip to content

Interface: ApplicantActionsGetBankCardImageRequest

Describes the structure of the request for the applicantActionsGetBankCardImage method

Handle applicant actions

actionId

actionId: string

A unique applicant action identifier.

See

Get bank card image API Reference

Defined in

src/client.ts:1639


imageId

imageId: string

An image identifier taken from images[].imageId.

See

Get bank card image API Reference

Defined in

src/client.ts:1645


isPreview

Optional isPreview: boolean

Indicates if an image thumbnail should be returned.

See

Get bank card image API Reference

Defined in

src/client.ts:1651