Structures
The following structures are available globally.
-
Budget account model
See moreDeclaration
Swift
public struct Account : Codable, Equatable
-
Full budget model. This represents a complete budget export.
See moreDeclaration
Swift
public struct BudgetDetail : Codable, Equatable
-
Budget settings model
See moreDeclaration
Swift
public struct BudgetSettings : Codable, Equatable
-
Budget summary model
See moreDeclaration
Swift
public struct BudgetSummary : Codable, Equatable
-
Budget category
See moreDeclaration
Swift
public struct Category : Codable, Equatable
-
Category group model
See moreDeclaration
Swift
public struct CategoryGroup : Codable, Equatable
-
Category group including categories
See moreDeclaration
Swift
public struct CategoryGroupWithCategories : Codable, Equatable
-
Currency formatting settings
See moreDeclaration
Swift
public struct CurrencyFormat : Codable, Equatable
-
Date format settings
See moreDeclaration
Swift
public struct DateFormat : Codable, Equatable
-
Model for API errors
See moreDeclaration
Swift
public struct ErrorDetail : Codable
extension ErrorDetail: Equatable
-
Hybrid transaction
See moreDeclaration
Swift
public struct HybridTransaction : Codable, Equatable
-
Month detail model
See moreDeclaration
Swift
public struct MonthDetail : Codable, Equatable
-
Month summary model
See moreDeclaration
Swift
public struct MonthSummary : Codable, Equatable
-
Payee model
See moreDeclaration
Swift
public struct Payee : Codable, Equatable
-
Payee location model
See moreDeclaration
Swift
public struct PayeeLocation : Codable, Equatable
-
Model used for creating and updating transactions
See moreDeclaration
Swift
public struct SaveTransaction : Codable
-
Scheduled sub transaction
See moreDeclaration
Swift
public struct ScheduledSubTransaction : Codable, Equatable
-
Full details of a scheduled transaction
See moreDeclaration
Swift
public struct ScheduledTransactionDetail : Codable, Equatable
-
Summary of a scheduled transaction
See moreDeclaration
Swift
public struct ScheduledTransactionSummary : Codable, Equatable
-
Subtransaction model
See moreDeclaration
Swift
public struct SubTransaction : Codable, Equatable
-
Detailed model of a transaction
See moreDeclaration
Swift
public struct TransactionDetail : Codable, Equatable
-
Summary details of a transaction
See moreDeclaration
Swift
public struct TransactionSummary : Codable, Equatable
-
Authenticate user information
See moreDeclaration
Swift
public struct User : Codable, Equatable