Skip to content

Interface: ApplicantsSubmitTransactionForNonExistingApplicantApplicantValue

Describes the structure of the applicant parameter of ApplicantsSubmitTransactionForNonExistingApplicantRequest.applicant

Perform transaction monitoring

externalUserId

externalUserId: string

An external identifier of the transaction participant (applicant or counterparty). Each participant must have a unique identifier that must be reused during all subsequent transactions. Make sure to use the same externalUserID for the same counterparty or applicant.

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2266


fullName

fullName: string

Full name of the participant.

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2272


type

type: string

Participant entity type: company or individual. Set to individual by default.

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2278