---
title: FinanceStore.BackgroundDataType
framework: financekit
role: symbol
role_heading: Enumeration
path: financekit/financestore/backgrounddatatype
---

# FinanceStore.BackgroundDataType

Types of data in the finance store supported by background delivery.

## Declaration

```swift
enum BackgroundDataType
```

## Overview

Overview When these types of data change in the finance store, any background delivery extension with updates enabled for them will be notified.

## Topics

### Enumeration Cases

- [FinanceStore.BackgroundDataType.accountBalances](financekit/financestore/backgrounddatatype/accountbalances.md)
- [FinanceStore.BackgroundDataType.accounts](financekit/financestore/backgrounddatatype/accounts.md)
- [FinanceStore.BackgroundDataType.transactions](financekit/financestore/backgrounddatatype/transactions.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Enumerations

- [FinanceStore.ContainsOrderResult](financekit/financestore/containsorderresult.md)
- [FinanceStore.DataType](financekit/financestore/datatype.md)
- [FinanceStore.SaveOrderResult](financekit/financestore/saveorderresult.md)
- [FinanceStore.UpdateFrequency](financekit/financestore/updatefrequency.md)
