@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.
15 lines (14 loc) • 670 B
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "feeda68a-0dd3-4d12-9ceb-c1dc6caf54a7", e._sentryDebugIdIdentifier = "sentry-dbid-feeda68a-0dd3-4d12-9ceb-c1dc6caf54a7");
} catch (e) {}
var NL_default = {
"associationIncorporated": ["vereniging", "coöperatie"],
"partnershipUnincorporated": [
"commanditaire vennootschap (CV)",
"vennootschap onder firma (VOF)",
"maatschap"
]
};
//#endregion
export { NL_default as default };