@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.
4 lines (3 loc) • 298 B
TypeScript
import type { CustomerSupport } from '../core/models/api/customerSupport';
import type { LegalEntity } from '../core/models/api/legal-entity';
export declare const customerSupportPresubmitProcess: (legalEntityResponse: LegalEntity, legalEntityToSubmit: LegalEntity) => CustomerSupport | undefined;