pontoconnect_rs 2.0.3

For more info, please refer to the documentation: https://documentation.ibanity.com/ponto-connect/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateSynchronizationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resource_type** | **String** | Type of the resource to be synchronized. Currently must be <code>account</code> | 
**resource_id** | **String** | Identifier of the resource to be synchronized | 
**subtype** | **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. | 
**customer_ip_address** | **String** | This must contain the IP address of the customer | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)