/** * Finix API */ /** * Link to the `Verification` that was used to verify the `Merchant` that the request was made under. */ export declare class MerchantLinksVerifications { 'href'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }