/** * Finix API */ import { Identity } from './identity'; /** * List of `Identity` resources. */ export declare class IdentitiesListEmbedded { /** * An `Identity` resource represents either a person or business in Finix. */ 'identities'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }