# SynchronizationAttributes
## Properties
**status** | Option<**String**> | Current status of the synchronization, which changes from <code>pending</code> to <code>running</code> to <code>success</code> or <code>error</code> | [optional]
**errors** | Option<[**Vec<serde_json::Value>**](serde_json::Value.md)> | Details of any errors that have occurred during synchronization, due to invalid authorization or technical failure. <a href='https://documentation.ibanity.com//api#sync'>See possible errors</a> | [optional]
**subtype** | Option<**String**> | What is being synchronized. Account information such as balance is updated using <code>accountDetails</code>, while <code>accountTransactions</code> is used to synchronize the settled transactions, and <code>accountTransactionsWithUnsettled</code> is used to synchronize the pending and settled transactions together. | [optional]
**created_at** | Option<**String**> | When this synchronization was created. Formatted according to <a href='https://en.wikipedia.org/wiki/ISO_8601'>ISO8601</a> spec | [optional]
**resource_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Identifier of the resource to be synchronized | [optional]
**resource_type** | Option<**String**> | Type of the resource to be synchronized. Currently must be <code>account</code> | [optional]
**updated_at** | Option<**String**> | When this synchronization was last synchronized successfully. Formatted according to <a href='https://en.wikipedia.org/wiki/ISO_8601'>ISO8601</a> spec | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)