Skip to content

Interface: ApplicantActionsAddImageToPaymentMethodRequest

Describes the structure of the request for the applicantActionsAddImageToPaymentMethod method

Handle applicant actions

actionId

actionId: string

A unique applicant action identifier.

See

Add image to payment method API Reference

Defined in

src/client.ts:1671


content

content: Stream | Buffer

A document photo.

See

Add image to payment method API Reference

Defined in

src/client.ts:1677


metadata

metadata: ApplicantActionsAddImageToPaymentMethodMetadataValue

An object representing a payment method.

See

Add image to payment method API Reference

Defined in

src/client.ts:1683