/** * Finix API */ import { InstrumentUpdate } from './instrumentUpdate'; /** * List of `updates` for a `Payment Instrument`. */ export declare class PaymentInstrumentUpdatesListEmbedded { /** * `Update` objects. */ 'updates'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }