IPWorks OFX 2020 Python Edition

Questions / Feedback?

lost_sync Property

Whether the token in the synchronization request is older.

Syntax

def get_lost_sync() -> bool: ...

lost_sync = property(get_lost_sync, None)

Default Value

FALSE

Remarks

The lost_sync will be returned in the server response after a synchronization request has been sent (when the synchronize method was called). This indicates whether the Token in the synchronization request is older than the earliest entry in the server's history table. If True, some responses have been lost. Otherwise, the token in the synchronization request is newer than or matches a token in the server's history table.

This property is read-only.

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