UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

10 lines (9 loc) 328 B
import type { components } from './configurations.contract'; export type Scenario = components['schemas']['Scenario']; export interface ConfigurationsResponse { individual?: Scenario[]; organization?: Scenario[]; trust?: Scenario[]; soleProprietorship?: Scenario[]; unincorporatedPartnership?: Scenario[]; }