budgea_client 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +11 -1
  4. data/budgea_openapi.json +913 -105
  5. data/docs/AdministrationApi.md +12 -12
  6. data/docs/BanksApi.md +40 -38
  7. data/docs/Client.md +1 -6
  8. data/docs/Connection.md +1 -0
  9. data/docs/ConnectionLog.md +1 -0
  10. data/docs/ConnectionsApi.md +2 -0
  11. data/docs/Document.md +2 -3
  12. data/docs/DocumentsApi.md +24 -24
  13. data/docs/InlineResponse200.md +1 -0
  14. data/docs/InlineResponse20010.md +1 -0
  15. data/docs/InlineResponse20011.md +1 -0
  16. data/docs/InlineResponse20012.md +1 -0
  17. data/docs/InlineResponse20013.md +1 -0
  18. data/docs/InlineResponse20014.md +1 -0
  19. data/docs/InlineResponse20015.md +1 -0
  20. data/docs/InlineResponse20016.md +1 -0
  21. data/docs/InlineResponse20017.md +1 -0
  22. data/docs/InlineResponse20018.md +1 -0
  23. data/docs/InlineResponse20019.md +1 -1
  24. data/docs/InlineResponse20020.md +2 -1
  25. data/docs/InlineResponse20021.md +2 -1
  26. data/docs/InlineResponse20022.md +2 -1
  27. data/docs/InlineResponse20023.md +2 -1
  28. data/docs/InlineResponse20024.md +2 -1
  29. data/docs/InlineResponse20025.md +2 -1
  30. data/docs/InlineResponse20026.md +2 -1
  31. data/docs/InlineResponse20027.md +2 -1
  32. data/docs/InlineResponse20028.md +2 -1
  33. data/docs/InlineResponse20029.md +2 -1
  34. data/docs/InlineResponse20030.md +2 -1
  35. data/docs/InlineResponse20031.md +2 -1
  36. data/docs/InlineResponse20032.md +2 -1
  37. data/docs/InlineResponse20033.md +2 -1
  38. data/docs/InlineResponse20034.md +2 -1
  39. data/docs/InlineResponse20035.md +2 -1
  40. data/docs/InlineResponse20036.md +2 -1
  41. data/docs/InlineResponse20037.md +2 -1
  42. data/docs/InlineResponse20038.md +2 -1
  43. data/docs/InlineResponse20039.md +9 -0
  44. data/docs/InlineResponse20040.md +9 -0
  45. data/docs/InlineResponse2008.md +1 -0
  46. data/docs/InlineResponse2009.md +1 -0
  47. data/docs/PFMApi.md +15 -15
  48. data/docs/ProvidersApi.md +30 -28
  49. data/docs/RecipientLog.md +1 -0
  50. data/docs/TermsApi.md +4 -4
  51. data/docs/Transfer.md +2 -2
  52. data/docs/TransferLog.md +1 -0
  53. data/docs/TransfersApi.md +24 -24
  54. data/docs/UsersManagementApi.md +4 -4
  55. data/docs/WealthApi.md +524 -16
  56. data/lib/budgea_client.rb +2 -0
  57. data/lib/budgea_client/api/administration_api.rb +18 -18
  58. data/lib/budgea_client/api/banks_api.rb +60 -57
  59. data/lib/budgea_client/api/connections_api.rb +3 -0
  60. data/lib/budgea_client/api/documents_api.rb +36 -36
  61. data/lib/budgea_client/api/pfm_api.rb +19 -19
  62. data/lib/budgea_client/api/providers_api.rb +46 -43
  63. data/lib/budgea_client/api/terms_api.rb +6 -6
  64. data/lib/budgea_client/api/transfers_api.rb +36 -36
  65. data/lib/budgea_client/api/users_management_api.rb +6 -6
  66. data/lib/budgea_client/api/wealth_api.rb +552 -24
  67. data/lib/budgea_client/models/client.rb +8 -58
  68. data/lib/budgea_client/models/connection.rb +11 -1
  69. data/lib/budgea_client/models/connection_log.rb +14 -4
  70. data/lib/budgea_client/models/document.rb +18 -24
  71. data/lib/budgea_client/models/inline_response_200.rb +14 -4
  72. data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
  73. data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
  74. data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
  75. data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
  76. data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
  77. data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
  78. data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
  80. data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
  81. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
  83. data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
  84. data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
  85. data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
  86. data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
  87. data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
  89. data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
  90. data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
  91. data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
  92. data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
  93. data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
  94. data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
  95. data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
  96. data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
  97. data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
  98. data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
  99. data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
  100. data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
  101. data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
  102. data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
  103. data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
  104. data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
  105. data/lib/budgea_client/models/recipient_log.rb +14 -4
  106. data/lib/budgea_client/models/transfer.rb +2 -2
  107. data/lib/budgea_client/models/transfer_log.rb +14 -4
  108. data/lib/budgea_client/version.rb +1 -1
  109. data/original_budgea_openapi.json +911 -103
  110. data/pkg/budgea_client-2.0.0.gem +0 -0
  111. data/spec/models/inline_response_200_39_spec.rb +47 -0
  112. data/spec/models/inline_response_200_40_spec.rb +47 -0
  113. metadata +12 -5
  114. data/pkg/budgea_client-2.0.1.gem +0 -0
  115. data/pkg/budgea_client-2.0.2.gem +0 -0
@@ -18,5 +18,6 @@ Name | Type | Description | Notes
18
18
  **start** | **DateTime** | Timestamp when the synchronization has started | [optional]
19
19
  **worker** | **String** | Worker used to do synchronization | [optional]
20
20
  **session_folder_id** | **String** | Session folder uid | [optional]
21
+ **fields** | **String** | Fields for connection in additionalInformationNeeded state with background option | [optional]
21
22
 
22
23
 
@@ -865,6 +865,7 @@ opts = {
865
865
  expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
866
866
  login: 'login_example', # String | Set login to this new login
867
867
  password: 'password_example', # String | Set password to this new password
868
+ decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
868
869
  expand: 'expand_example' # String |
869
870
  }
870
871
 
@@ -887,6 +888,7 @@ Name | Type | Description | Notes
887
888
  **expire** | **DateTime**| Set expiration of the connection to this date | [optional]
888
889
  **login** | **String**| Set login to this new login | [optional]
889
890
  **password** | **String**| Set password to this new password | [optional]
891
+ **decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
890
892
  **expand** | **String**| | [optional]
891
893
 
892
894
  ### Return type
@@ -10,11 +10,9 @@ Name | Type | Description | Notes
10
10
  **id_subscription** | **Integer** | | [optional]
11
11
  **id_file** | **Integer** | | [optional]
12
12
  **id_thumbnail** | **Integer** | | [optional]
13
- **url** | **String** | | [optional]
14
- **thumb_url** | **String** | | [optional]
15
13
  **name** | **String** | | [optional]
16
14
  **timestamp** | **DateTime** | |
17
- **date** | **DateTime** | |
15
+ **date** | **DateTime** | | [optional]
18
16
  **duedate** | **Date** | | [optional]
19
17
  **total_amount** | **Float** | | [optional]
20
18
  **untaxed_amount** | **Float** | | [optional]
@@ -24,6 +22,7 @@ Name | Type | Description | Notes
24
22
  **number** | **String** | | [optional]
25
23
  **issuer** | **String** | | [optional]
26
24
  **last_update** | **DateTime** | Last successful update of the document | [optional]
25
+ **has_file_on_website** | **BOOLEAN** | Boolean to set if file is available on website | [default to true]
27
26
  **currency** | **Object** | Document currency | [optional]
28
27
 
29
28
 
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
325
325
 
326
326
 
327
327
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
328
- > InlineResponse20029 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
328
+ > InlineResponse20031 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
329
329
 
330
330
  Get documents
331
331
 
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393
393
 
394
394
  ### Return type
395
395
 
396
- [**InlineResponse20029**](InlineResponse20029.md)
396
+ [**InlineResponse20031**](InlineResponse20031.md)
397
397
 
398
398
  ### Authorization
399
399
 
@@ -784,7 +784,7 @@ Name | Type | Description | Notes
784
784
 
785
785
 
786
786
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
787
- > InlineResponse20029 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
787
+ > InlineResponse20031 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
788
788
 
789
789
  Get documents
790
790
 
@@ -852,7 +852,7 @@ Name | Type | Description | Notes
852
852
 
853
853
  ### Return type
854
854
 
855
- [**InlineResponse20029**](InlineResponse20029.md)
855
+ [**InlineResponse20031**](InlineResponse20031.md)
856
856
 
857
857
  ### Authorization
858
858
 
@@ -1246,7 +1246,7 @@ Name | Type | Description | Notes
1246
1246
 
1247
1247
 
1248
1248
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
1249
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1249
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1250
1250
 
1251
1251
  Get documents
1252
1252
 
@@ -1317,7 +1317,7 @@ Name | Type | Description | Notes
1317
1317
 
1318
1318
  ### Return type
1319
1319
 
1320
- [**InlineResponse20029**](InlineResponse20029.md)
1320
+ [**InlineResponse20031**](InlineResponse20031.md)
1321
1321
 
1322
1322
  ### Authorization
1323
1323
 
@@ -1723,7 +1723,7 @@ Name | Type | Description | Notes
1723
1723
 
1724
1724
 
1725
1725
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1726
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
1726
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
1727
1727
 
1728
1728
  Get documents
1729
1729
 
@@ -1794,7 +1794,7 @@ Name | Type | Description | Notes
1794
1794
 
1795
1795
  ### Return type
1796
1796
 
1797
- [**InlineResponse20029**](InlineResponse20029.md)
1797
+ [**InlineResponse20031**](InlineResponse20031.md)
1798
1798
 
1799
1799
  ### Authorization
1800
1800
 
@@ -2194,7 +2194,7 @@ Name | Type | Description | Notes
2194
2194
 
2195
2195
 
2196
2196
  # **users_id_user_connections_id_connection_documents_get**
2197
- > InlineResponse20029 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2197
+ > InlineResponse20031 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2198
2198
 
2199
2199
  Get documents
2200
2200
 
@@ -2259,7 +2259,7 @@ Name | Type | Description | Notes
2259
2259
 
2260
2260
  ### Return type
2261
2261
 
2262
- [**InlineResponse20029**](InlineResponse20029.md)
2262
+ [**InlineResponse20031**](InlineResponse20031.md)
2263
2263
 
2264
2264
  ### Authorization
2265
2265
 
@@ -2638,7 +2638,7 @@ Name | Type | Description | Notes
2638
2638
 
2639
2639
 
2640
2640
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
2641
- > InlineResponse20029 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2641
+ > InlineResponse20031 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2642
2642
 
2643
2643
  Get documents
2644
2644
 
@@ -2706,7 +2706,7 @@ Name | Type | Description | Notes
2706
2706
 
2707
2707
  ### Return type
2708
2708
 
2709
- [**InlineResponse20029**](InlineResponse20029.md)
2709
+ [**InlineResponse20031**](InlineResponse20031.md)
2710
2710
 
2711
2711
  ### Authorization
2712
2712
 
@@ -3097,7 +3097,7 @@ Name | Type | Description | Notes
3097
3097
 
3098
3098
 
3099
3099
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
3100
- > InlineResponse20029 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3100
+ > InlineResponse20031 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3101
3101
 
3102
3102
  Get documents
3103
3103
 
@@ -3165,7 +3165,7 @@ Name | Type | Description | Notes
3165
3165
 
3166
3166
  ### Return type
3167
3167
 
3168
- [**InlineResponse20029**](InlineResponse20029.md)
3168
+ [**InlineResponse20031**](InlineResponse20031.md)
3169
3169
 
3170
3170
  ### Authorization
3171
3171
 
@@ -3556,7 +3556,7 @@ Name | Type | Description | Notes
3556
3556
 
3557
3557
 
3558
3558
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
3559
- > InlineResponse20029 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3559
+ > InlineResponse20031 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3560
3560
 
3561
3561
  Get documents
3562
3562
 
@@ -3624,7 +3624,7 @@ Name | Type | Description | Notes
3624
3624
 
3625
3625
  ### Return type
3626
3626
 
3627
- [**InlineResponse20029**](InlineResponse20029.md)
3627
+ [**InlineResponse20031**](InlineResponse20031.md)
3628
3628
 
3629
3629
  ### Authorization
3630
3630
 
@@ -4009,7 +4009,7 @@ Name | Type | Description | Notes
4009
4009
 
4010
4010
 
4011
4011
  # **users_id_user_documents_get**
4012
- > InlineResponse20029 users_id_user_documents_get(id_user, opts)
4012
+ > InlineResponse20031 users_id_user_documents_get(id_user, opts)
4013
4013
 
4014
4014
  Get documents
4015
4015
 
@@ -4071,7 +4071,7 @@ Name | Type | Description | Notes
4071
4071
 
4072
4072
  ### Return type
4073
4073
 
4074
- [**InlineResponse20029**](InlineResponse20029.md)
4074
+ [**InlineResponse20031**](InlineResponse20031.md)
4075
4075
 
4076
4076
  ### Authorization
4077
4077
 
@@ -4497,7 +4497,7 @@ Name | Type | Description | Notes
4497
4497
 
4498
4498
 
4499
4499
  # **users_id_user_subscriptions_id_subscription_documents_get**
4500
- > InlineResponse20029 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4500
+ > InlineResponse20031 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4501
4501
 
4502
4502
  Get documents
4503
4503
 
@@ -4562,7 +4562,7 @@ Name | Type | Description | Notes
4562
4562
 
4563
4563
  ### Return type
4564
4564
 
4565
- [**InlineResponse20029**](InlineResponse20029.md)
4565
+ [**InlineResponse20031**](InlineResponse20031.md)
4566
4566
 
4567
4567
  ### Authorization
4568
4568
 
@@ -4938,7 +4938,7 @@ Name | Type | Description | Notes
4938
4938
 
4939
4939
 
4940
4940
  # **users_id_user_transactions_id_transaction_documents_get**
4941
- > InlineResponse20029 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4941
+ > InlineResponse20031 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4942
4942
 
4943
4943
  Get documents
4944
4944
 
@@ -5003,7 +5003,7 @@ Name | Type | Description | Notes
5003
5003
 
5004
5004
  ### Return type
5005
5005
 
5006
- [**InlineResponse20029**](InlineResponse20029.md)
5006
+ [**InlineResponse20031**](InlineResponse20031.md)
5007
5007
 
5008
5008
  ### Authorization
5009
5009
 
@@ -5379,7 +5379,7 @@ Name | Type | Description | Notes
5379
5379
 
5380
5380
 
5381
5381
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
5382
- > InlineResponse20029 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5382
+ > InlineResponse20031 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5383
5383
 
5384
5384
  Get documents
5385
5385
 
@@ -5444,7 +5444,7 @@ Name | Type | Description | Notes
5444
5444
 
5445
5445
  ### Return type
5446
5446
 
5447
- [**InlineResponse20029**](InlineResponse20029.md)
5447
+ [**InlineResponse20031**](InlineResponse20031.md)
5448
5448
 
5449
5449
  ### Authorization
5450
5450
 
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **accounttypes** | [**Array<AccountType>**](AccountType.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **connectorlogos** | [**Array<ConnectorLogo>**](ConnectorLogo.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **categories** | [**Array<Category>**](Category.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **clients** | [**Array<Client>**](Client.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **configlogs** | [**Array<ConfigLog>**](ConfigLog.md) | |
7
8
 
8
9
 
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **connectors** | [**Array<Connector>**](Connector.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **documenttypes** | [**Array<DocumentType>**](DocumentType.md) | |
7
8
 
8
9
 
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **securities** | [**Array<Security>**](Security.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **connectionlogs** | [**Array<ConnectionLog>**](ConnectionLog.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
6
7
  **providers** | [**Array<Connector>**](Connector.md) | |
7
8
 
8
9
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **termsofservices** | [**Array<TermsOfService>**](TermsOfService.md) | |
6
+ **connectorlogos** | [**Array<ConnectorLogo>**](ConnectorLogo.md) | |
7
7
 
8
8
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **users** | [**Array<User>**](User.md) | |
6
+ **termsofservices** | [**Array<TermsOfService>**](TermsOfService.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accounts** | [**Array<Account>**](Account.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **users** | [**Array<User>**](User.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investments** | [**Array<Investment>**](Investment.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **accounts** | [**Array<Account>**](Account.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **investments** | [**Array<Investment>**](Investment.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
6
+ **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **pockets** | [**Array<Pocket>**](Pocket.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **recipients** | [**Array<Recipient>**](Recipient.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transfers** | [**Array<Transfer>**](Transfer.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactions** | [**Array<Transaction>**](Transaction.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **recipients** | [**Array<Recipient>**](Recipient.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **documents** | [**Array<Document>**](Document.md) | |
6
+ **transfers** | [**Array<Transfer>**](Transfer.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **transactions** | [**Array<Transaction>**](Transaction.md) | |
7
8
 
8
9