IPWorks OFX 2020 Python Edition

Questions / Feedback?

image_file_name Property

Filename and location to save the image content of a transaction or statement.

Syntax

def get_image_file_name() -> str: ...
def set_image_file_name(value: str) -> None: ...

image_file_name = property(get_image_file_name, set_image_file_name)

Default Value

""

Remarks

When calling the get_image method, the image content is returned by that method. If you want the image content to be written to disk, you can set the image_file_name to a desired file name without specifying the type. The file type will be set automatically depending on the image type supported by the server. Possible image types are: jpeg, tiff, png, pdf.

If the filename exists, you can choose to overwrite it or not by setting the Overwrite config setting (which defaults to True).

Note: Image download is available only for OFX version 2.1.1. When this method is called, the ofx_version is automatically set to '211'.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]