budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
data/docs/ConnectionLog.md
CHANGED
@@ -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
|
|
data/docs/ConnectionsApi.md
CHANGED
@@ -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
|
data/docs/Document.md
CHANGED
@@ -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
|
|
data/docs/DocumentsApi.md
CHANGED
@@ -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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
5447
|
+
[**InlineResponse20031**](InlineResponse20031.md)
|
5448
5448
|
|
5449
5449
|
### Authorization
|
5450
5450
|
|
data/docs/InlineResponse200.md
CHANGED
data/docs/InlineResponse20010.md
CHANGED
data/docs/InlineResponse20011.md
CHANGED
data/docs/InlineResponse20012.md
CHANGED
data/docs/InlineResponse20013.md
CHANGED
data/docs/InlineResponse20014.md
CHANGED
data/docs/InlineResponse20015.md
CHANGED
data/docs/InlineResponse20016.md
CHANGED
data/docs/InlineResponse20017.md
CHANGED
data/docs/InlineResponse20018.md
CHANGED
data/docs/InlineResponse20019.md
CHANGED
@@ -3,6 +3,6 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**connectorlogos** | [**Array<ConnectorLogo>**](ConnectorLogo.md) | |
|
7
7
|
|
8
8
|
|
data/docs/InlineResponse20020.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**termsofservices** | [**Array<TermsOfService>**](TermsOfService.md) | |
|
7
|
+
**total** | **Float** | total number of results | [optional]
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20021.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**users** | [**Array<User>**](User.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20022.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**accounts** | [**Array<Account>**](Account.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20023.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**investments** | [**Array<Investment>**](Investment.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20024.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
|
7
|
+
**total** | **Float** | total number of results | [optional]
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20025.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**pockets** | [**Array<Pocket>**](Pocket.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20026.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20027.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20028.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**recipients** | [**Array<Recipient>**](Recipient.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20029.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**transfers** | [**Array<Transfer>**](Transfer.md) | |
|
7
|
+
**total** | **Float** | total number of results | [optional]
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20030.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**transactions** | [**Array<Transaction>**](Transaction.md) | |
|
7
8
|
|
8
9
|
|