fuse_client 1.0.7 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (277) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -5
  3. data/docs/AccountSubType.md +15 -0
  4. data/docs/AccountType.md +15 -0
  5. data/docs/CountryCode.md +15 -0
  6. data/docs/CreateLinkTokenRequest.md +0 -2
  7. data/docs/CreateLinkTokenResponse.md +2 -2
  8. data/docs/CreateSessionRequest.md +9 -1
  9. data/docs/CreateSessionResponse.md +3 -3
  10. data/docs/Currency.md +20 -0
  11. data/docs/DeleteFinancialConnectionResponse.md +22 -0
  12. data/docs/ExchangeFinancialConnectionsPublicTokenResponse.md +3 -3
  13. data/docs/FinancialConnectionData.md +2 -2
  14. data/docs/FinancialConnectionDetails.md +32 -0
  15. data/docs/FinancialConnectionDetailsMx.md +20 -0
  16. data/docs/FinancialConnectionDetailsPlaid.md +20 -0
  17. data/docs/FinancialConnectionDetailsTeller.md +20 -0
  18. data/docs/FinancialConnectionsAccount.md +8 -8
  19. data/docs/FinancialConnectionsAccountBalance.md +5 -3
  20. data/docs/FinancialConnectionsAccountCachedBalance.md +24 -0
  21. data/docs/FinancialConnectionsAccountDetails.md +2 -2
  22. data/docs/FinancialConnectionsAccountLiability.md +8 -8
  23. data/docs/FinancialConnectionsHolding.md +8 -8
  24. data/docs/FinancialConnectionsInvestmentSecurity.md +17 -7
  25. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +18 -0
  26. data/docs/FinancialConnectionsInvestmentTransaction.md +22 -2
  27. data/docs/FinancialConnectionsOwner.md +4 -4
  28. data/docs/FinancialConnectionsOwnerEmailsInner.md +1 -1
  29. data/docs/FinancialConnectionsOwnerNamesInner.md +1 -1
  30. data/docs/FinancialConnectionsOwnerPhoneNumbersInner.md +1 -1
  31. data/docs/FinancialInstitution.md +3 -1
  32. data/docs/FuseApi.md +189 -185
  33. data/docs/FuseApiErrorData.md +1 -1
  34. data/docs/FuseApiWarningData.md +1 -1
  35. data/docs/GetEntityResponse.md +4 -2
  36. data/docs/GetFinancialConnectionResponse.md +20 -0
  37. data/docs/GetFinancialConnectionsAccountDetailsResponse.md +3 -3
  38. data/docs/GetFinancialConnectionsAccountsResponse.md +3 -3
  39. data/docs/GetFinancialConnectionsBalanceRequest.md +3 -1
  40. data/docs/GetFinancialConnectionsBalanceRequestOptions.md +18 -0
  41. data/docs/{GetFinancialConnectionsAccountBalanceResponse.md → GetFinancialConnectionsBalanceResponse.md} +4 -4
  42. data/docs/GetFinancialConnectionsOwnersResponse.md +1 -1
  43. data/docs/GetFinancialConnectionsOwnersResponseAccountsInner.md +3 -3
  44. data/docs/GetFinancialConnectionsTransactionsRequest.md +26 -0
  45. data/docs/GetFinancialConnectionsTransactionsResponse.md +22 -0
  46. data/docs/GetFinancialInstitutionResponse.md +2 -2
  47. data/docs/GetInvestmentHoldingsRequest.md +3 -3
  48. data/docs/GetInvestmentHoldingsRequestOptions.md +18 -0
  49. data/docs/GetInvestmentHoldingsResponse.md +3 -5
  50. data/docs/GetInvestmentTransactionsRequest.md +11 -1
  51. data/docs/GetInvestmentTransactionsRequestOptions.md +18 -0
  52. data/docs/GetInvestmentTransactionsResponse.md +3 -5
  53. data/docs/MigrateFinancialConnectionsAggregatorConnectionData.md +20 -0
  54. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataMx.md +20 -0
  55. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataPlaid.md +18 -0
  56. data/docs/MigrateFinancialConnectionsTokenRequest.md +24 -0
  57. data/docs/MigrateFinancialConnectionsTokenRequestEntity.md +18 -0
  58. data/docs/MigrateFinancialConnectionsTokenResponse.md +24 -0
  59. data/docs/SyncTransactionsResponse.md +2 -2
  60. data/docs/{GetTransactionsResponseDataInner.md → Transaction.md} +16 -14
  61. data/docs/{GetTransactionsResponseDataInnerMerchant.md → TransactionMerchant.md} +2 -2
  62. data/docs/WebhookEvent.md +28 -0
  63. data/docs/WebhookSource.md +15 -0
  64. data/docs/WebhookType.md +15 -0
  65. data/fuse_client.gemspec +1 -1
  66. data/lib/fuse_client/api/fuse_api.rb +181 -197
  67. data/lib/fuse_client/api_client.rb +1 -1
  68. data/lib/fuse_client/api_error.rb +1 -1
  69. data/lib/fuse_client/configuration.rb +39 -18
  70. data/lib/fuse_client/models/account_subtype.rb +178 -0
  71. data/lib/fuse_client/models/account_type.rb +45 -0
  72. data/lib/fuse_client/models/aggregator.rb +3 -3
  73. data/lib/fuse_client/models/country_code.rb +40 -0
  74. data/lib/fuse_client/models/create_asset_report_request.rb +1 -1
  75. data/lib/fuse_client/models/create_asset_report_response.rb +1 -1
  76. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  77. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  78. data/lib/fuse_client/models/create_link_token_request.rb +2 -12
  79. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  80. data/lib/fuse_client/models/create_link_token_request_plaid.rb +1 -1
  81. data/lib/fuse_client/models/create_link_token_response.rb +11 -1
  82. data/lib/fuse_client/models/create_session_request.rb +46 -5
  83. data/lib/fuse_client/models/create_session_response.rb +16 -1
  84. data/lib/fuse_client/models/currency.rb +235 -0
  85. data/lib/fuse_client/models/delete_financial_connection_response.rb +255 -0
  86. data/lib/fuse_client/models/entity.rb +1 -1
  87. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +1 -1
  88. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +16 -1
  89. data/lib/fuse_client/models/financial_connection_data.rb +11 -1
  90. data/lib/fuse_client/models/financial_connection_details.rb +345 -0
  91. data/lib/fuse_client/models/financial_connection_details_mx.rb +241 -0
  92. data/lib/fuse_client/models/{get_transactions_request.rb → financial_connection_details_plaid.rb} +19 -23
  93. data/lib/fuse_client/models/financial_connection_details_teller.rb +241 -0
  94. data/lib/fuse_client/models/financial_connections_account.rb +59 -14
  95. data/lib/fuse_client/models/financial_connections_account_balance.rb +21 -6
  96. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +250 -0
  97. data/lib/fuse_client/models/financial_connections_account_details.rb +11 -1
  98. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  99. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  100. data/lib/fuse_client/models/financial_connections_account_liability.rb +59 -14
  101. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  102. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  103. data/lib/fuse_client/models/financial_connections_holding.rb +52 -23
  104. data/lib/fuse_client/models/financial_connections_investment_security.rb +92 -24
  105. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +220 -0
  106. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +158 -10
  107. data/lib/fuse_client/models/financial_connections_owner.rb +21 -1
  108. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  109. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  110. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +6 -1
  111. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +6 -1
  112. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +6 -1
  113. data/lib/fuse_client/models/financial_institution.rb +22 -5
  114. data/lib/fuse_client/models/financial_institution_logo.rb +1 -1
  115. data/lib/fuse_client/models/fuse_api_error.rb +25 -1
  116. data/lib/fuse_client/models/fuse_api_error_data.rb +24 -2
  117. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  118. data/lib/fuse_client/models/fuse_api_warning_data.rb +24 -2
  119. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +1 -1
  120. data/lib/fuse_client/models/get_asset_report_request.rb +1 -1
  121. data/lib/fuse_client/models/get_asset_report_response.rb +1 -1
  122. data/lib/fuse_client/models/get_asset_report_response_report.rb +1 -1
  123. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner.rb +1 -1
  124. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_balances.rb +1 -1
  125. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner.rb +1 -1
  126. data/lib/fuse_client/models/get_entity_response.rb +29 -2
  127. data/lib/fuse_client/models/{get_transactions_response.rb → get_financial_connection_response.rb} +21 -33
  128. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  129. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +16 -1
  130. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  131. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +16 -1
  132. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +14 -5
  133. data/lib/fuse_client/models/get_financial_connections_balance_request_options.rb +222 -0
  134. data/lib/fuse_client/models/{get_financial_connections_account_balance_response.rb → get_financial_connections_balance_response.rb} +14 -4
  135. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  136. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +6 -1
  137. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +16 -1
  138. data/lib/fuse_client/models/get_financial_connections_transactions_request.rb +334 -0
  139. data/lib/fuse_client/models/get_financial_connections_transactions_response.rb +256 -0
  140. data/lib/fuse_client/models/get_financial_institution_response.rb +11 -1
  141. data/lib/fuse_client/models/get_investment_holdings_request.rb +9 -10
  142. data/lib/fuse_client/models/get_investment_holdings_request_options.rb +222 -0
  143. data/lib/fuse_client/models/get_investment_holdings_response.rb +18 -14
  144. data/lib/fuse_client/models/get_investment_transactions_request.rb +95 -5
  145. data/lib/fuse_client/models/get_investment_transactions_request_options.rb +222 -0
  146. data/lib/fuse_client/models/get_investment_transactions_response.rb +18 -14
  147. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  148. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  149. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data.rb +229 -0
  150. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx.rb +236 -0
  151. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid.rb +226 -0
  152. data/lib/fuse_client/models/{financial_connections_investment_account.rb → migrate_financial_connections_token_request.rb} +86 -70
  153. data/lib/fuse_client/models/{transaction_common_model.rb → migrate_financial_connections_token_request_entity.rb} +12 -13
  154. data/lib/fuse_client/models/migrate_financial_connections_token_response.rb +264 -0
  155. data/lib/fuse_client/models/product.rb +3 -3
  156. data/lib/fuse_client/models/refresh_asset_report_request.rb +1 -1
  157. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  158. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  159. data/lib/fuse_client/models/sync_transactions_response.rb +3 -3
  160. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  161. data/lib/fuse_client/models/{get_transactions_response_data_inner.rb → transaction.rb} +110 -21
  162. data/lib/fuse_client/models/{get_transactions_response_data_inner_merchant.rb → transaction_merchant.rb} +4 -4
  163. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  164. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  165. data/lib/fuse_client/models/{financial_connections_investment_transaction_data_inner.rb → webhook_event.rb} +94 -63
  166. data/lib/fuse_client/models/webhook_source.rb +43 -0
  167. data/lib/fuse_client/models/webhook_type.rb +42 -0
  168. data/lib/fuse_client/version.rb +2 -2
  169. data/lib/fuse_client.rb +30 -9
  170. data/spec/api/fuse_api_spec.rb +40 -39
  171. data/spec/api_client_spec.rb +3 -1
  172. data/spec/configuration_spec.rb +1 -1
  173. data/spec/models/account_subtype_spec.rb +28 -0
  174. data/spec/models/account_type_spec.rb +28 -0
  175. data/spec/models/aggregator_spec.rb +1 -1
  176. data/spec/models/country_code_spec.rb +28 -0
  177. data/spec/models/create_asset_report_request_spec.rb +1 -1
  178. data/spec/models/create_asset_report_response_spec.rb +1 -1
  179. data/spec/models/create_entity_request_spec.rb +1 -1
  180. data/spec/models/create_entity_response_spec.rb +1 -1
  181. data/spec/models/create_link_token_request_mx_spec.rb +1 -1
  182. data/spec/models/create_link_token_request_plaid_spec.rb +1 -1
  183. data/spec/models/create_link_token_request_spec.rb +1 -7
  184. data/spec/models/create_link_token_response_spec.rb +1 -1
  185. data/spec/models/create_session_request_spec.rb +25 -1
  186. data/spec/models/create_session_response_spec.rb +1 -1
  187. data/spec/models/{get_transactions_response_data_inner_merchant_spec.rb → currency_spec.rb} +13 -7
  188. data/spec/models/{get_transactions_request_spec.rb → delete_financial_connection_response_spec.rb} +10 -10
  189. data/spec/models/entity_spec.rb +1 -1
  190. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +1 -1
  191. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +1 -1
  192. data/spec/models/financial_connection_data_spec.rb +1 -1
  193. data/spec/models/financial_connection_details_mx_spec.rb +40 -0
  194. data/spec/models/financial_connection_details_plaid_spec.rb +40 -0
  195. data/spec/models/{financial_connections_investment_transaction_data_inner_spec.rb → financial_connection_details_spec.rb} +18 -14
  196. data/spec/models/financial_connection_details_teller_spec.rb +40 -0
  197. data/spec/models/financial_connections_account_balance_spec.rb +7 -1
  198. data/spec/models/financial_connections_account_cached_balance_spec.rb +52 -0
  199. data/spec/models/financial_connections_account_details_ach_spec.rb +1 -1
  200. data/spec/models/financial_connections_account_details_spec.rb +1 -1
  201. data/spec/models/financial_connections_account_institution_spec.rb +1 -1
  202. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +1 -1
  203. data/spec/models/financial_connections_account_liability_all_of_spec.rb +1 -1
  204. data/spec/models/financial_connections_account_liability_spec.rb +2 -2
  205. data/spec/models/financial_connections_account_spec.rb +2 -2
  206. data/spec/models/financial_connections_holding_spec.rb +4 -4
  207. data/spec/models/financial_connections_investment_security_exchange_spec.rb +34 -0
  208. data/spec/models/financial_connections_investment_security_spec.rb +34 -4
  209. data/spec/models/financial_connections_investment_transaction_spec.rb +62 -2
  210. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +1 -1
  211. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +1 -1
  212. data/spec/models/financial_connections_owner_emails_inner_spec.rb +1 -1
  213. data/spec/models/financial_connections_owner_names_inner_spec.rb +1 -1
  214. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +1 -1
  215. data/spec/models/financial_connections_owner_spec.rb +1 -1
  216. data/spec/models/financial_institution_logo_spec.rb +1 -1
  217. data/spec/models/financial_institution_spec.rb +7 -1
  218. data/spec/models/fuse_api_error_data_spec.rb +1 -1
  219. data/spec/models/fuse_api_error_spec.rb +9 -1
  220. data/spec/models/fuse_api_warning_data_spec.rb +1 -1
  221. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +1 -1
  222. data/spec/models/fuse_api_warning_spec.rb +1 -1
  223. data/spec/models/get_asset_report_request_spec.rb +1 -1
  224. data/spec/models/get_asset_report_response_report_accounts_inner_balances_spec.rb +1 -1
  225. data/spec/models/get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb +1 -1
  226. data/spec/models/get_asset_report_response_report_accounts_inner_spec.rb +1 -1
  227. data/spec/models/get_asset_report_response_report_spec.rb +1 -1
  228. data/spec/models/get_asset_report_response_spec.rb +1 -1
  229. data/spec/models/get_entity_response_spec.rb +7 -1
  230. data/spec/models/get_financial_connection_response_spec.rb +40 -0
  231. data/spec/models/get_financial_connections_account_details_request_spec.rb +1 -1
  232. data/spec/models/get_financial_connections_account_details_response_spec.rb +1 -1
  233. data/spec/models/get_financial_connections_accounts_request_spec.rb +1 -1
  234. data/spec/models/get_financial_connections_accounts_response_spec.rb +1 -1
  235. data/spec/models/get_financial_connections_balance_request_options_spec.rb +34 -0
  236. data/spec/models/get_financial_connections_balance_request_spec.rb +7 -1
  237. data/spec/models/{get_financial_connections_account_balance_response_spec.rb → get_financial_connections_balance_response_spec.rb} +7 -7
  238. data/spec/models/get_financial_connections_owners_request_spec.rb +1 -1
  239. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +1 -1
  240. data/spec/models/get_financial_connections_owners_response_spec.rb +1 -1
  241. data/spec/models/get_financial_connections_transactions_request_spec.rb +58 -0
  242. data/spec/models/get_financial_connections_transactions_response_spec.rb +46 -0
  243. data/spec/models/get_financial_institution_response_spec.rb +1 -1
  244. data/spec/models/get_investment_holdings_request_options_spec.rb +34 -0
  245. data/spec/models/get_investment_holdings_request_spec.rb +2 -2
  246. data/spec/models/get_investment_holdings_response_spec.rb +1 -7
  247. data/spec/models/get_investment_transactions_request_options_spec.rb +34 -0
  248. data/spec/models/get_investment_transactions_request_spec.rb +31 -1
  249. data/spec/models/get_investment_transactions_response_spec.rb +1 -7
  250. data/spec/models/get_liabilities_request_spec.rb +1 -1
  251. data/spec/models/get_liabilities_response_spec.rb +1 -1
  252. data/spec/models/migrate_financial_connections_aggregator_connection_data_mx_spec.rb +40 -0
  253. data/spec/models/migrate_financial_connections_aggregator_connection_data_plaid_spec.rb +34 -0
  254. data/spec/models/migrate_financial_connections_aggregator_connection_data_spec.rb +40 -0
  255. data/spec/models/migrate_financial_connections_token_request_entity_spec.rb +34 -0
  256. data/spec/models/migrate_financial_connections_token_request_spec.rb +56 -0
  257. data/spec/models/{get_transactions_response_spec.rb → migrate_financial_connections_token_response_spec.rb} +10 -10
  258. data/spec/models/product_spec.rb +1 -1
  259. data/spec/models/refresh_asset_report_request_spec.rb +1 -1
  260. data/spec/models/sync_financial_connections_data_response_spec.rb +1 -1
  261. data/spec/models/sync_transactions_request_spec.rb +1 -1
  262. data/spec/models/sync_transactions_response_removed_inner_spec.rb +1 -1
  263. data/spec/models/sync_transactions_response_spec.rb +1 -1
  264. data/spec/models/{transaction_common_model_spec.rb → transaction_merchant_spec.rb} +8 -8
  265. data/spec/models/{get_transactions_response_data_inner_spec.rb → transaction_spec.rb} +23 -13
  266. data/spec/models/update_entity_request_spec.rb +1 -1
  267. data/spec/models/update_entity_response_spec.rb +1 -1
  268. data/spec/models/{financial_connections_investment_account_spec.rb → webhook_event_spec.rb} +17 -25
  269. data/spec/models/webhook_source_spec.rb +28 -0
  270. data/spec/models/webhook_type_spec.rb +28 -0
  271. data/spec/spec_helper.rb +1 -1
  272. metadata +118 -34
  273. data/docs/FinancialConnectionsInvestmentAccount.md +0 -32
  274. data/docs/FinancialConnectionsInvestmentTransactionDataInner.md +0 -32
  275. data/docs/GetTransactionsRequest.md +0 -22
  276. data/docs/GetTransactionsResponse.md +0 -24
  277. data/docs/TransactionCommonModel.md +0 -18
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **aggregator** | **String** | | [optional] |
7
+ | **aggregator** | [**Aggregator**](Aggregator.md) | | [optional] |
8
8
  | **errors** | [**Array<FuseApiError>**](FuseApiError.md) | | [optional] |
9
9
 
10
10
  ## Example
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **aggregator** | **String** | | [optional] |
7
+ | **aggregator** | [**Aggregator**](Aggregator.md) | | [optional] |
8
8
  | **warnings** | [**Array<FuseApiWarningDataWarningsInner>**](FuseApiWarningDataWarningsInner.md) | | [optional] |
9
9
 
10
10
  ## Example
@@ -4,11 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | Id of the entity | [optional] |
7
+ | **id** | **String** | Id of the entity | |
8
8
  | **email** | **String** | Email of the entity | [optional] |
9
9
  | **aggregators** | [**Array<Aggregator>**](Aggregator.md) | These will force the user to connect through all of these aggregators | [optional] |
10
10
  | **institution_ids** | **Array<String>** | | [optional] |
11
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
11
+ | **financial_connections** | [**Array<FinancialConnectionDetails>**](FinancialConnectionDetails.md) | Data needed to query data from the various aggregators | |
12
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
12
13
 
13
14
  ## Example
14
15
 
@@ -20,6 +21,7 @@ instance = FuseClient::GetEntityResponse.new(
20
21
  email: null,
21
22
  aggregators: null,
22
23
  institution_ids: null,
24
+ financial_connections: null,
23
25
  request_id: null
24
26
  )
25
27
  ```
@@ -0,0 +1,20 @@
1
+ # FuseClient::GetFinancialConnectionResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **financial_connection** | [**FinancialConnectionDetails**](FinancialConnectionDetails.md) | | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::GetFinancialConnectionResponse.new(
16
+ financial_connection: null,
17
+ request_id: null
18
+ )
19
+ ```
20
+
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **account_details** | [**Array<FinancialConnectionsAccountDetails>**](FinancialConnectionsAccountDetails.md) | | [optional] |
8
- | **financial_connection** | [**FinancialConnectionData**](FinancialConnectionData.md) | | [optional] |
9
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **account_details** | [**Array<FinancialConnectionsAccountDetails>**](FinancialConnectionsAccountDetails.md) | | |
8
+ | **financial_connection** | [**FinancialConnectionData**](FinancialConnectionData.md) | | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
10
10
 
11
11
  ## Example
12
12
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **accounts** | [**Array<FinancialConnectionsAccount>**](FinancialConnectionsAccount.md) | | [optional] |
8
- | **financial_connection** | [**FinancialConnectionData**](FinancialConnectionData.md) | | [optional] |
9
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **accounts** | [**Array<FinancialConnectionsAccount>**](FinancialConnectionsAccount.md) | | |
8
+ | **financial_connection** | [**FinancialConnectionData**](FinancialConnectionData.md) | | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
10
10
 
11
11
  ## Example
12
12
 
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_token** | **String** | Access token for authentication | |
8
+ | **options** | [**GetFinancialConnectionsBalanceRequestOptions**](GetFinancialConnectionsBalanceRequestOptions.md) | | [optional] |
8
9
 
9
10
  ## Example
10
11
 
@@ -12,7 +13,8 @@
12
13
  require 'fuse_client'
13
14
 
14
15
  instance = FuseClient::GetFinancialConnectionsBalanceRequest.new(
15
- access_token: null
16
+ access_token: null,
17
+ options: null
16
18
  )
17
19
  ```
18
20
 
@@ -0,0 +1,18 @@
1
+ # FuseClient::GetFinancialConnectionsBalanceRequestOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_account_ids** | **Array<String>** | An array of remote account ids to retrieve balances for. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::GetFinancialConnectionsBalanceRequestOptions.new(
15
+ remote_account_ids: null
16
+ )
17
+ ```
18
+
@@ -1,18 +1,18 @@
1
- # FuseClient::GetFinancialConnectionsAccountBalanceResponse
1
+ # FuseClient::GetFinancialConnectionsBalanceResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **balances** | [**Array<FinancialConnectionsAccountBalance>**](FinancialConnectionsAccountBalance.md) | | [optional] |
8
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **balances** | [**Array<FinancialConnectionsAccountBalance>**](FinancialConnectionsAccountBalance.md) | | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::GetFinancialConnectionsAccountBalanceResponse.new(
15
+ instance = FuseClient::GetFinancialConnectionsBalanceResponse.new(
16
16
  balances: null,
17
17
  request_id: null
18
18
  )
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **accounts** | [**Array<GetFinancialConnectionsOwnersResponseAccountsInner>**](GetFinancialConnectionsOwnersResponseAccountsInner.md) | | [optional] |
7
+ | **accounts** | [**Array<GetFinancialConnectionsOwnersResponseAccountsInner>**](GetFinancialConnectionsOwnersResponseAccountsInner.md) | | |
8
8
 
9
9
  ## Example
10
10
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **remote_account_id** | **String** | The remote account id of the account | [optional] |
8
- | **owners** | [**Array<FinancialConnectionsOwner>**](FinancialConnectionsOwner.md) | | [optional] |
9
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **remote_account_id** | **String** | The remote account id of the account | |
8
+ | **owners** | [**Array<FinancialConnectionsOwner>**](FinancialConnectionsOwner.md) | | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
10
10
 
11
11
  ## Example
12
12
 
@@ -0,0 +1,26 @@
1
+ # FuseClient::GetFinancialConnectionsTransactionsRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_token** | **String** | Access token for authentication. | |
8
+ | **start_date** | **String** | The earliest date for which data should be returned. Dates should be formatted as YYYY-MM-DD. | |
9
+ | **end_date** | **String** | The latest date for which data should be returned. Dates should be formatted as YYYY-MM-DD. | |
10
+ | **page** | **Integer** | Specify current page. | |
11
+ | **records_per_page** | **Integer** | Number of items per page. | [default to 25] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'fuse_client'
17
+
18
+ instance = FuseClient::GetFinancialConnectionsTransactionsRequest.new(
19
+ access_token: null,
20
+ start_date: null,
21
+ end_date: null,
22
+ page: null,
23
+ records_per_page: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,22 @@
1
+ # FuseClient::GetFinancialConnectionsTransactionsResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transactions** | [**Array<Transaction>**](Transaction.md) | | |
8
+ | **total_transactions** | **Float** | The total number of transactions available within the date range specified. If total_transactions is larger than the size of the transactions array, more transactions are available and can be fetched | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'fuse_client'
15
+
16
+ instance = FuseClient::GetFinancialConnectionsTransactionsResponse.new(
17
+ transactions: null,
18
+ total_transactions: null,
19
+ request_id: null
20
+ )
21
+ ```
22
+
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **financial_institution** | [**FinancialInstitution**](FinancialInstitution.md) | | [optional] |
8
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **financial_institution** | [**FinancialInstitution**](FinancialInstitution.md) | | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
9
 
10
10
  ## Example
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **access_token** | **String** | Access token for authentication | |
8
- | **iso_currency_code** | **String** | The ISO-4217 currency code to convert the holding to. | [optional] |
7
+ | **access_token** | **String** | The access token of the financial institution connection | |
8
+ | **options** | [**GetInvestmentHoldingsRequestOptions**](GetInvestmentHoldingsRequestOptions.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -14,7 +14,7 @@ require 'fuse_client'
14
14
 
15
15
  instance = FuseClient::GetInvestmentHoldingsRequest.new(
16
16
  access_token: null,
17
- iso_currency_code: null
17
+ options: null
18
18
  )
19
19
  ```
20
20
 
@@ -0,0 +1,18 @@
1
+ # FuseClient::GetInvestmentHoldingsRequestOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_account_ids** | **Array<String>** | An array of account_ids to retrieve holdings for. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::GetInvestmentHoldingsRequestOptions.new(
15
+ remote_account_ids: null
16
+ )
17
+ ```
18
+
@@ -4,10 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **accounts** | [**Array<FinancialConnectionsInvestmentAccount>**](FinancialConnectionsInvestmentAccount.md) | | [optional] |
8
- | **holdings** | [**Array<FinancialConnectionsHolding>**](FinancialConnectionsHolding.md) | | [optional] |
9
- | **securities** | [**Array<FinancialConnectionsInvestmentSecurity>**](FinancialConnectionsInvestmentSecurity.md) | | [optional] |
10
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **accounts** | [**Array<FinancialConnectionsAccount>**](FinancialConnectionsAccount.md) | | |
8
+ | **holdings** | [**Array<FinancialConnectionsHolding>**](FinancialConnectionsHolding.md) | | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
11
10
 
12
11
  ## Example
13
12
 
@@ -17,7 +16,6 @@ require 'fuse_client'
17
16
  instance = FuseClient::GetInvestmentHoldingsResponse.new(
18
17
  accounts: null,
19
18
  holdings: null,
20
- securities: null,
21
19
  request_id: null
22
20
  )
23
21
  ```
@@ -5,6 +5,11 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_token** | **String** | Access token for authentication | |
8
+ | **start_date** | **String** | The earliest date for which data should be returned. Dates should be formatted as YYYY-MM-DD. | [optional] |
9
+ | **end_date** | **String** | The latest date for which data should be returned. Dates should be formatted as YYYY-MM-DD. | [optional] |
10
+ | **page** | **Integer** | Specify current page. | [optional] |
11
+ | **records_per_page** | **Integer** | Number of items per page. | [optional][default to 25] |
12
+ | **options** | [**GetInvestmentTransactionsRequestOptions**](GetInvestmentTransactionsRequestOptions.md) | | [optional] |
8
13
 
9
14
  ## Example
10
15
 
@@ -12,7 +17,12 @@
12
17
  require 'fuse_client'
13
18
 
14
19
  instance = FuseClient::GetInvestmentTransactionsRequest.new(
15
- access_token: null
20
+ access_token: null,
21
+ start_date: null,
22
+ end_date: null,
23
+ page: null,
24
+ records_per_page: null,
25
+ options: null
16
26
  )
17
27
  ```
18
28
 
@@ -0,0 +1,18 @@
1
+ # FuseClient::GetInvestmentTransactionsRequestOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_account_ids** | **Array<String>** | An array of account_ids to retrieve transactions for. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::GetInvestmentTransactionsRequestOptions.new(
15
+ remote_account_ids: null
16
+ )
17
+ ```
18
+
@@ -4,10 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **accounts** | [**Array<FinancialConnectionsInvestmentAccount>**](FinancialConnectionsInvestmentAccount.md) | | [optional] |
8
- | **investment_transactions** | [**Array<FinancialConnectionsInvestmentTransaction>**](FinancialConnectionsInvestmentTransaction.md) | | [optional] |
9
- | **securities** | [**Array<FinancialConnectionsInvestmentSecurity>**](FinancialConnectionsInvestmentSecurity.md) | | [optional] |
10
- | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
7
+ | **accounts** | [**Array<FinancialConnectionsAccount>**](FinancialConnectionsAccount.md) | | |
8
+ | **investment_transactions** | [**Array<FinancialConnectionsInvestmentTransaction>**](FinancialConnectionsInvestmentTransaction.md) | | |
9
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
11
10
 
12
11
  ## Example
13
12
 
@@ -17,7 +16,6 @@ require 'fuse_client'
17
16
  instance = FuseClient::GetInvestmentTransactionsResponse.new(
18
17
  accounts: null,
19
18
  investment_transactions: null,
20
- securities: null,
21
19
  request_id: null
22
20
  )
23
21
  ```
@@ -0,0 +1,20 @@
1
+ # FuseClient::MigrateFinancialConnectionsAggregatorConnectionData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **plaid** | [**MigrateFinancialConnectionsAggregatorConnectionDataPlaid**](MigrateFinancialConnectionsAggregatorConnectionDataPlaid.md) | | [optional] |
8
+ | **mx** | [**MigrateFinancialConnectionsAggregatorConnectionDataMx**](MigrateFinancialConnectionsAggregatorConnectionDataMx.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::MigrateFinancialConnectionsAggregatorConnectionData.new(
16
+ plaid: null,
17
+ mx: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::MigrateFinancialConnectionsAggregatorConnectionDataMx
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user_guid** | **String** | The unique identifier (GUID) of the user within the MX platform. | |
8
+ | **member_guid** | **String** | The unique identifier (GUID) of the member (connection) associated with the user within the MX platform. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::MigrateFinancialConnectionsAggregatorConnectionDataMx.new(
16
+ user_guid: null,
17
+ member_guid: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # FuseClient::MigrateFinancialConnectionsAggregatorConnectionDataPlaid
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_token** | **String** | The Plaid access token associated with the user's financial accounts. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::MigrateFinancialConnectionsAggregatorConnectionDataPlaid.new(
15
+ access_token: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # FuseClient::MigrateFinancialConnectionsTokenRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **connection_data** | [**MigrateFinancialConnectionsAggregatorConnectionData**](MigrateFinancialConnectionsAggregatorConnectionData.md) | | |
8
+ | **aggregator** | **String** | The aggregator being migrated (either 'plaid' or 'mx'). | |
9
+ | **entity** | [**MigrateFinancialConnectionsTokenRequestEntity**](MigrateFinancialConnectionsTokenRequestEntity.md) | | |
10
+ | **fuse_products** | [**Array<Product>**](Product.md) | A list of Fuse products that the migrated connection will have access to. | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'fuse_client'
16
+
17
+ instance = FuseClient::MigrateFinancialConnectionsTokenRequest.new(
18
+ connection_data: null,
19
+ aggregator: null,
20
+ entity: null,
21
+ fuse_products: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # FuseClient::MigrateFinancialConnectionsTokenRequestEntity
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The unique identifier of the entity (user or business) associated with the financial connections. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::MigrateFinancialConnectionsTokenRequestEntity.new(
15
+ id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # FuseClient::MigrateFinancialConnectionsTokenResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **connection_data** | [**MigrateFinancialConnectionsAggregatorConnectionData**](MigrateFinancialConnectionsAggregatorConnectionData.md) | | |
8
+ | **fuse_access_token** | **String** | Fuse access token for the fuse connection | |
9
+ | **fuse_financial_connection_id** | **String** | Financial connection id for the fuse connection | |
10
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'fuse_client'
16
+
17
+ instance = FuseClient::MigrateFinancialConnectionsTokenResponse.new(
18
+ connection_data: null,
19
+ fuse_access_token: null,
20
+ fuse_financial_connection_id: null,
21
+ request_id: null
22
+ )
23
+ ```
24
+
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **added** | [**Array<TransactionCommonModel>**](TransactionCommonModel.md) | Transactions that have been added to the item since `cursor` ordered by ascending last modified time. | [optional] |
8
- | **modified** | [**Array<TransactionCommonModel>**](TransactionCommonModel.md) | Transactions that have been modified on the item since `cursor` ordered by ascending last modified time. | [optional] |
7
+ | **added** | [**Array<Transaction>**](Transaction.md) | Transactions that have been added to the item since `cursor` ordered by ascending last modified time. | [optional] |
8
+ | **modified** | [**Array<Transaction>**](Transaction.md) | Transactions that have been modified on the item since `cursor` ordered by ascending last modified time. | [optional] |
9
9
  | **removed** | [**Array<SyncTransactionsResponseRemovedInner>**](SyncTransactionsResponseRemovedInner.md) | Transactions that have been removed from the item since `cursor` ordered by ascending last modified time. | [optional] |
10
10
  | **next_cursor** | **String** | Cursor used for fetching any future updates after the latest update provided in this response. The cursor obtained after all pages have been pulled (indicated by `has_next` being `false`) will be valid for at least 1 year. This cursor should be persisted for later calls. | [optional] |
11
11
  | **has_next** | **Boolean** | Represents if more than requested count of transaction updates exist. If true, the additional updates can be fetched by making an additional request with `cursor` set to `next_cursor`. If `has_next` is true, it's important to pull all available pages, to make it less likely for underlying data changes to conflict with pagination. | [optional] |
@@ -1,27 +1,27 @@
1
- # FuseClient::GetTransactionsResponseDataInner
1
+ # FuseClient::Transaction
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | Fuse Id of the transaction | [optional] |
8
- | **remote_id** | **String** | Remote Id of the transaction, ie Plaid or Teller Id | [optional] |
9
- | **remote_account_id** | **String** | Remote Account Id of the transaction, ie Plaid Account Id | [optional] |
10
- | **amount** | **Float** | Amount in cents associated with the transaction | [optional] |
11
- | **date** | **String** | Date of the transaction | [optional] |
12
- | **description** | **String** | Description of the transaction | [optional] |
13
- | **category** | **Array<String>** | Categories of the transaction, ie Computers and Electronics | [optional] |
14
- | **merchant** | [**GetTransactionsResponseDataInnerMerchant**](GetTransactionsResponseDataInnerMerchant.md) | | [optional] |
15
- | **status** | **String** | The status of the transaction. This will be either POSTED or PENDING. | [optional] |
16
- | **type** | **String** | Type of the transaction, ie adjustment | [optional] |
7
+ | **remote_id** | **String** | Remote Id of the transaction, ie Plaid or Teller Id | |
8
+ | **remote_account_id** | **String** | Remote Account Id of the transaction, ie Plaid Account Id | |
9
+ | **amount** | **Float** | Amount in cents associated with the transaction | |
10
+ | **date** | **String** | Date of the transaction (YYYY-MM-DD) | |
11
+ | **description** | **String** | Description of the transaction | |
12
+ | **category** | **Array<String>** | Categories of the transaction, ie Computers and Electronics | |
13
+ | **merchant** | [**TransactionMerchant**](TransactionMerchant.md) | | |
14
+ | **status** | **String** | The status of the transaction. This will be either posted or pending. | |
15
+ | **type** | **String** | Type of the transaction, ie adjustment | |
16
+ | **iso_currency_code** | **String** | The ISO-4217 currency code of the transaction | [optional] |
17
+ | **remote_data** | **Object** | | |
17
18
 
18
19
  ## Example
19
20
 
20
21
  ```ruby
21
22
  require 'fuse_client'
22
23
 
23
- instance = FuseClient::GetTransactionsResponseDataInner.new(
24
- id: null,
24
+ instance = FuseClient::Transaction.new(
25
25
  remote_id: null,
26
26
  remote_account_id: null,
27
27
  amount: null,
@@ -30,7 +30,9 @@ instance = FuseClient::GetTransactionsResponseDataInner.new(
30
30
  category: null,
31
31
  merchant: null,
32
32
  status: null,
33
- type: null
33
+ type: null,
34
+ iso_currency_code: null,
35
+ remote_data: null
34
36
  )
35
37
  ```
36
38
 
@@ -1,4 +1,4 @@
1
- # FuseClient::GetTransactionsResponseDataInnerMerchant
1
+ # FuseClient::TransactionMerchant
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,7 +11,7 @@
11
11
  ```ruby
12
12
  require 'fuse_client'
13
13
 
14
- instance = FuseClient::GetTransactionsResponseDataInnerMerchant.new(
14
+ instance = FuseClient::TransactionMerchant.new(
15
15
  name: null
16
16
  )
17
17
  ```
@@ -0,0 +1,28 @@
1
+ # FuseClient::WebhookEvent
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | [**WebhookType**](WebhookType.md) | | |
8
+ | **financial_connection_id** | **String** | Financial connection id associated with the webhook | |
9
+ | **environment** | **String** | | |
10
+ | **source** | [**WebhookSource**](WebhookSource.md) | | |
11
+ | **verification_token** | **String** | Aggregator verification data needed to verify the webhook | [optional] |
12
+ | **remote_data** | **Object** | | |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'fuse_client'
18
+
19
+ instance = FuseClient::WebhookEvent.new(
20
+ type: null,
21
+ financial_connection_id: null,
22
+ environment: null,
23
+ source: null,
24
+ verification_token: null,
25
+ remote_data: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,15 @@
1
+ # FuseClient::WebhookSource
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'fuse_client'
12
+
13
+ instance = FuseClient::WebhookSource.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # FuseClient::WebhookType
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'fuse_client'
12
+
13
+ instance = FuseClient::WebhookType.new()
14
+ ```
15
+