-
Mode in which the syncronization was performed
Declaration
Swift
public let mode: SyncMode
-
Transactions which need to be added
Declaration
Swift
public let transactions: [Transaction]
-
Errors of lines in the Sheet which could not be read
Declaration
Swift
public let parserErrors: [SheetParserError]
-
Settings for the syncronization read from the ledger
Declaration
Swift
public let ledgerSettings: LedgerSettings
-
Creates the syncroization result
Declaration
Swift
public init(mode: SyncMode, transactions: [Transaction], parserErrors: [SheetParserError], ledgerSettings: LedgerSettings)
Parameters
mode
Mode in which the syncronization was performed
transactions
Transactions which need to be added
parserErrors
Errors of lines in the Sheet which could not be read
ledgerSettings
Settings for the syncronization read from the ledger