-
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
modeMode in which the syncronization was performed
transactionsTransactions which need to be added
parserErrorsErrors of lines in the Sheet which could not be read
ledgerSettingsSettings for the syncronization read from the ledger
View on GitHub
Install in Dash
SyncResult Structure Reference