/** * Finix API */ import { IdentityEntityBusinessAddress } from './identityEntityBusinessAddress'; import { IdentityEntityDob } from './identityEntityDob'; import { IdentityEntityFormIncorporationDate } from './identityEntityFormIncorporationDate'; import { IdentityEntityPersonalAddress } from './identityEntityPersonalAddress'; /** * The underwriting details required to verify the `Identity`. */ export declare class AssociatedIdentityEntity { 'businessAddress'?: IdentityEntityBusinessAddress | null; /** * The merchant\'s legal business name (max 120 characters).