Type Aliases
The following type aliases are available globally.
-
YNAB calls the model SaveTransaction, but this name might be clearer when being passed as a parameter to a a transaction creation method.
Declaration
Swift
public typealias NewTransaction = SaveTransaction
-
YNAB calls the model SaveTransaction, but this name might be clearer when being passed as a parameter to a a transaction update method.
Declaration
Swift
public typealias UpdateTransaction = SaveTransaction