/** * Finix API */ /** * Details about the `File` resoruce where the `compliance_form` was uploaded. */ export declare class ComplianceFormFiles { /** * */ 'signedFile'?: string | null; /** * ID of the `File` resource that has the `compliance_form`. */ 'unsignedFile'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }