/** * Finix API */ export declare class CreateFileRequest { /** * The name of the `File` you\'ll create. */ 'displayName'?: string; /** * The resource ID that you want linked to the `File` (e.g. Merchant ID). */ 'linkedTo'?: string; /** * Key value pair for annotating custom meta data (e.g. order numbers). */ 'tags'?: { [key: string]: string; } | null; /** * The type of document. | Available values include:
Identity VerificationBank account validationBusiness VerificationAdditional