Skip to content

Interface: ApplicantsAddApplicantAsBeneficiaryRequest

Describes the structure of the request for the applicantsAddApplicantAsBeneficiary method

Know Your Business

applicant

applicant: ApplicantsAddApplicantAsBeneficiaryApplicantValue

An object that represents an individual applicant identifier.

See

Add applicant as beneficiary API Reference

Defined in

src/client.ts:1737


applicantId

applicantId: string

Beneficiary applicant identified.

See

Add applicant as beneficiary API Reference

Defined in

src/client.ts:1743


positions

Optional positions: unknown

The list of positions in the company (["director", "shareholder", "other"]).

See

Add applicant as beneficiary API Reference

Defined in

src/client.ts:1755


type

type: string

Type of beneficiary: ubo, shareholder, representative.

See

Add applicant as beneficiary API Reference

Defined in

src/client.ts:1749