Variable OnboardingLegalEntityStructureConst

OnboardingLegalEntityStructure: {
    CHARITY: "charity";
    COMMUNITY_INTEREST_COMPANY: "community_interest_company";
    CORPORATION: "corporation";
    GOVERNMENT: "government";
    LIMITED: "limited";
    LIMITED_LIABILITY_COMPANY: "limited_liability_company";
    LIMITED_LIABILITY_PARTNERSHIP: "limited_liability_partnership";
    NON_PROFIT: "non_profit";
    PARTNERSHIP: "partnership";
    PUBLIC_LIMITED_COMPANY: "public_limited_company";
    SOLE_PROPRIETORSHIP: "sole_proprietorship";
    TRUST: "trust";
} = ...

Type declaration

  • Readonly CHARITY: "charity"
  • Readonly COMMUNITY_INTEREST_COMPANY: "community_interest_company"
  • Readonly CORPORATION: "corporation"
  • Readonly GOVERNMENT: "government"
  • Readonly LIMITED: "limited"
  • Readonly LIMITED_LIABILITY_COMPANY: "limited_liability_company"
  • Readonly LIMITED_LIABILITY_PARTNERSHIP: "limited_liability_partnership"
  • Readonly NON_PROFIT: "non_profit"
  • Readonly PARTNERSHIP: "partnership"
  • Readonly PUBLIC_LIMITED_COMPANY: "public_limited_company"
  • Readonly SOLE_PROPRIETORSHIP: "sole_proprietorship"
  • Readonly TRUST: "trust"

Generated using TypeDoc