@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.
18 lines (17 loc) • 931 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] = "fe0fb368-b616-4ef7-a009-3c54a7dcfb0f", e._sentryDebugIdIdentifier = "sentry-dbid-fe0fb368-b616-4ef7-a009-3c54a7dcfb0f");
} catch (e) {}
var CompanyTypesValues = {
PRIVATE_COMPANY: "privateCompany",
PUBLIC_COMPANY: "listedPublicCompany",
UNLISTED_PUBLIC_COMPANY: "unlistedPublicCompany",
UNINCORPORATED_PARTNERSHIP: "unincorporatedPartnership",
INCORPORATED_PARTNERSHIP: "partnershipIncorporated",
INCORPORATED_ASSOCIATION: "associationIncorporated",
GOVERNMENTAL_ORGANIZATION: "governmentalOrganization",
NON_PROFIT_OR_CHARITABLE: "nonProfit",
SOLE_PROPRIETORSHIP: "soleProprietorship"
};
//#endregion
export { CompanyTypesValues as t };