@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
13 lines (12 loc) • 389 B
TypeScript
export declare enum IntroductionScreens {
PROLOGUE = "PROLOGUE",
COMPANY = "COMPANY",
INDIVIDUAL = "INDIVIDUAL",
DECISION_MAKER = "DECISION_MAKER",
SOLE_PROPRIETOR_COMPANY = "SOLE_PROPRIETOR_COMPANY",
TRUST = "TRUST",
TRUST_MEMBER = "TRUST_MEMBER",
ACCOUNT = "ACCOUNT",
EPILOGUE = "EPILOGUE"
}
export type IntroductionScreen = `${IntroductionScreens}`;