@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.
19 lines (18 loc) • 712 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] = "a4ebdce3-37c1-43de-9301-7e78dacb3ad7", e._sentryDebugIdIdentifier = "sentry-dbid-a4ebdce3-37c1-43de-9301-7e78dacb3ad7");
} catch (e) {}
var SG_default = {
"company": [
"private limited company (Pte Ltd)",
"exempt private company (EPC)",
"non-profit society"
],
"legalArrangement": [
"limited liability partnership (LLP)",
"society",
"limited partnership (LP)"
]
};
//#endregion
export { SG_default as default };