/** * Finix API */ import { Dispute } from './dispute'; /** * List of `Dispute` objects. */ export declare class DisputesListEmbedded { /** * `Dispute` objects. */ 'disputes'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }