Structures

The following structures are available globally.

  • Budget account model

    See more

    Declaration

    Swift

    public struct Account : Codable, Equatable
  • Full budget model. This represents a complete budget export.

    See more

    Declaration

    Swift

    public struct BudgetDetail : Codable, Equatable
  • Budget settings model

    See more

    Declaration

    Swift

    public struct BudgetSettings : Codable, Equatable
  • Budget summary model

    See more

    Declaration

    Swift

    public struct BudgetSummary : Codable, Equatable
  • Budget category

    See more

    Declaration

    Swift

    public struct Category : Codable, Equatable
  • Category group model

    See more

    Declaration

    Swift

    public struct CategoryGroup : Codable, Equatable
  • Category group including categories

    See more

    Declaration

    Swift

    public struct CategoryGroupWithCategories : Codable, Equatable
  • Currency formatting settings

    See more

    Declaration

    Swift

    public struct CurrencyFormat : Codable, Equatable
  • Date format settings

    See more

    Declaration

    Swift

    public struct DateFormat : Codable, Equatable
  • Model for API errors

    See more

    Declaration

    Swift

    public struct ErrorDetail : Codable
    extension ErrorDetail: Equatable
  • Hybrid transaction

    See more

    Declaration

    Swift

    public struct HybridTransaction : Codable, Equatable
  • Month detail model

    See more

    Declaration

    Swift

    public struct MonthDetail : Codable, Equatable
  • Month summary model

    See more

    Declaration

    Swift

    public struct MonthSummary : Codable, Equatable
  • Payee model

    See more

    Declaration

    Swift

    public struct Payee : Codable, Equatable
  • Payee location model

    See more

    Declaration

    Swift

    public struct PayeeLocation : Codable, Equatable
  • Model used for creating and updating transactions

    See more

    Declaration

    Swift

    public struct SaveTransaction : Codable
  • Scheduled sub transaction

    See more

    Declaration

    Swift

    public struct ScheduledSubTransaction : Codable, Equatable
  • Full details of a scheduled transaction

    See more

    Declaration

    Swift

    public struct ScheduledTransactionDetail : Codable, Equatable
  • Summary of a scheduled transaction

    See more

    Declaration

    Swift

    public struct ScheduledTransactionSummary : Codable, Equatable
  • Subtransaction model

    See more

    Declaration

    Swift

    public struct SubTransaction : Codable, Equatable
  • Detailed model of a transaction

    See more

    Declaration

    Swift

    public struct TransactionDetail : Codable, Equatable
  • Summary details of a transaction

    See more

    Declaration

    Swift

    public struct TransactionSummary : Codable, Equatable
  • Authenticate user information

    See more

    Declaration

    Swift

    public struct User : Codable, Equatable