@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.
24 lines (23 loc) • 863 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] = "f5263058-2de9-445f-9a4a-5ee1aec114fd", e._sentryDebugIdIdentifier = "sentry-dbid-f5263058-2de9-445f-9a4a-5ee1aec114fd");
} catch (e) {}
var US_default = {
"listedPublicCompany": [
"public corporation (Corp.)",
"public incorporation (Inc.)",
"public C-corporation"
],
"nonProfit": [
"non-profit corporation",
"unincorporated non-profit association",
"domestic non-profit corporation"
],
"privateCompany": [
"limited liability company (LLC)",
"private corporation (Corp.)",
"private incorporation (Inc.)"
]
};
//#endregion
export { US_default as default };