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