/** * Finix API */ import { MerchantProfile } from './merchantProfile'; /** * List of `merchant_profile` objects. */ export declare class MerchantProfilesListEmbedded { /** * `merchant_profile` objects. */ 'merchantProfiles'?: Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }