Protocols
The following protocols are available globally.
-
Provides access to account operations
See moreDeclaration
Swift
public protocol AccountServiceType : Sendable -
Provides access to category operations
See moreDeclaration
Swift
public protocol CategoryServiceType : Sendable -
Provides access to money movement operations
See moreDeclaration
Swift
public protocol MoneyMovementServiceType : Sendable -
Provides access to month operations
See moreDeclaration
Swift
public protocol MonthServiceType : Sendable -
Provides access to payee location operations
See moreDeclaration
Swift
public protocol PayeeLocationServiceType : Sendable -
Provides access to payee operations
See moreDeclaration
Swift
public protocol PayeeServiceType : Sendable -
Provides access to plan operations
See moreDeclaration
Swift
public protocol PlanServiceType : Sendable -
Provides access to scheduled transaction operations
See moreDeclaration
Swift
public protocol ScheduledTransactionServiceType : Sendable -
Provides access to transaction operations
See moreDeclaration
Swift
public protocol TransactionServiceType : Sendable -
Provides access to user operations
See moreDeclaration
Swift
public protocol UserServiceType : Sendable
View on GitHub
Protocols Reference