/** * 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 IdentityEntity { /** * Assigned amexMid value. If a value is passed, it must be 10 or 11 digits. */ 'amexMid'?: number | null; /** * The annual credit card sales (in cents) expected to be processed by this merchant (max 19 characters). */ 'annualCardVolume'?: number | null; 'businessAddress'?: IdentityEntityBusinessAddress | null; /** * The merchant\'s legal business name (max 120 characters).