save method

save(file_name, ofx_version)

Creates and saves the OFX file to the disk.

def save(self, file_name, ofx_version):
    ...
Parameter Type Description
file_name str The name of created file.
ofx_version OfxVersionEnum The ofx version.

save(file_name, save_options)

Creates and saves the OFX file to the disk.

def save(self, file_name, save_options):
    ...
Parameter Type Description
file_name str The name of created file.
save_options SaveOptions The save options.

See Also