Variable.InvestIdentityStatus
const InvestIdentityStatus: {
KycDone: "KYC_DONE";
RejectedKyc: "REJECTED_KYC";
WaitingKyc: "WAITING_KYC";
};
Status of an investor identity through the KYC lifecycle.
Type Declaration
| Name | Type |
|---|---|
KycDone | "KYC_DONE" |
RejectedKyc | "REJECTED_KYC" |
WaitingKyc | "WAITING_KYC" |