Skip to content

Interface: ApplicantsSubmitTransactionForNonExistingApplicantCounterpartyValue

Describes the structure of the counterparty parameter of counterparty

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:2290


fullName

fullName: string

Full name of the participant.

See

Submit transaction for non-existing applicant API Reference

Defined in

src/client.ts:2296


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:2302