plaid 14.0.0.beta.3 → 14.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (978) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -1
  3. data/CONTRIBUTING.md +1 -5
  4. data/Gemfile.lock +18 -4
  5. data/LICENSE.txt +1 -1
  6. data/Makefile +2 -21
  7. data/PUBLISH.md +2 -3
  8. data/README.md +7 -6
  9. data/doc/rdoc/.DS_Store +0 -0
  10. data/doc/rdoc/apple-touch-icon.png +0 -0
  11. data/doc/rdoc/classes/Object.html +118 -0
  12. data/doc/rdoc/classes/Plaid/APIError.html +97 -0
  13. data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +110 -0
  14. data/doc/rdoc/classes/Plaid/AccessToken.html +211 -0
  15. data/doc/rdoc/classes/Plaid/Accounts.html +257 -0
  16. data/doc/rdoc/classes/Plaid/AccountsResponse.html +119 -0
  17. data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +205 -0
  18. data/doc/rdoc/classes/Plaid/Apex.html +149 -0
  19. data/doc/rdoc/classes/Plaid/AssetReport.html +683 -0
  20. data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +118 -0
  21. data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +96 -0
  22. data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +118 -0
  23. data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +96 -0
  24. data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +110 -0
  25. data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +110 -0
  26. data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +96 -0
  27. data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +110 -0
  28. data/doc/rdoc/classes/Plaid/Auth.html +206 -0
  29. data/doc/rdoc/classes/Plaid/AuthResponse.html +127 -0
  30. data/doc/rdoc/classes/Plaid/Balance.html +206 -0
  31. data/doc/rdoc/classes/Plaid/BaseProduct.html +304 -0
  32. data/doc/rdoc/classes/Plaid/Categories.html +191 -0
  33. data/doc/rdoc/classes/Plaid/CategoriesResponse.html +111 -0
  34. data/doc/rdoc/classes/Plaid/Client.html +802 -0
  35. data/doc/rdoc/classes/Plaid/CreateResponse.html +118 -0
  36. data/doc/rdoc/classes/Plaid/CreditDetails.html +203 -0
  37. data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +128 -0
  38. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateResponse.html +110 -0
  39. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateTokenResponse.html +118 -0
  40. data/doc/rdoc/classes/Plaid/DepositSwitch/GetResponse.html +150 -0
  41. data/doc/rdoc/classes/Plaid/DepositSwitch.html +339 -0
  42. data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +205 -0
  43. data/doc/rdoc/classes/Plaid/Dwolla.html +150 -0
  44. data/doc/rdoc/classes/Plaid/Error.html +214 -0
  45. data/doc/rdoc/classes/Plaid/GetResponse.html +134 -0
  46. data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +137 -0
  47. data/doc/rdoc/classes/Plaid/Holdings.html +218 -0
  48. data/doc/rdoc/classes/Plaid/Identity.html +199 -0
  49. data/doc/rdoc/classes/Plaid/IdentityResponse.html +119 -0
  50. data/doc/rdoc/classes/Plaid/Income.html +198 -0
  51. data/doc/rdoc/classes/Plaid/IncomeResponse.html +119 -0
  52. data/doc/rdoc/classes/Plaid/InstitutionError.html +96 -0
  53. data/doc/rdoc/classes/Plaid/Institutions.html +356 -0
  54. data/doc/rdoc/classes/Plaid/InvalidInputError.html +97 -0
  55. data/doc/rdoc/classes/Plaid/InvalidRequestError.html +96 -0
  56. data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +145 -0
  57. data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +240 -0
  58. data/doc/rdoc/classes/Plaid/Investments.html +204 -0
  59. data/doc/rdoc/classes/Plaid/Item/GetResponse.html +119 -0
  60. data/doc/rdoc/classes/Plaid/Item/ImportResponse.html +110 -0
  61. data/doc/rdoc/classes/Plaid/Item/RemoveResponse.html +110 -0
  62. data/doc/rdoc/classes/Plaid/Item.html +382 -0
  63. data/doc/rdoc/classes/Plaid/ItemError.html +98 -0
  64. data/doc/rdoc/classes/Plaid/Liabilities.html +202 -0
  65. data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +128 -0
  66. data/doc/rdoc/classes/Plaid/LinkToken.html +215 -0
  67. data/doc/rdoc/classes/Plaid/Middleware.html +225 -0
  68. data/doc/rdoc/classes/Plaid/Models/Account.html +166 -0
  69. data/doc/rdoc/classes/Plaid/Models/AccountWithOwners.html +110 -0
  70. data/doc/rdoc/classes/Plaid/Models/AssetReport.html +153 -0
  71. data/doc/rdoc/classes/Plaid/Models/AssetReportAccount.html +198 -0
  72. data/doc/rdoc/classes/Plaid/Models/AssetReportBalance.html +142 -0
  73. data/doc/rdoc/classes/Plaid/Models/AssetReportHistoricalBalance.html +142 -0
  74. data/doc/rdoc/classes/Plaid/Models/AssetReportItem.html +145 -0
  75. data/doc/rdoc/classes/Plaid/Models/AssetReportOwner.html +139 -0
  76. data/doc/rdoc/classes/Plaid/Models/AssetReportTransaction.html +187 -0
  77. data/doc/rdoc/classes/Plaid/Models/AssetReportUser.html +159 -0
  78. data/doc/rdoc/classes/Plaid/Models/Balances.html +142 -0
  79. data/doc/rdoc/classes/Plaid/Models/BaseError.html +140 -0
  80. data/doc/rdoc/classes/Plaid/Models/BaseModel.html +259 -0
  81. data/doc/rdoc/classes/Plaid/Models/BaseResponse.html +110 -0
  82. data/doc/rdoc/classes/Plaid/Models/Category.html +127 -0
  83. data/doc/rdoc/classes/Plaid/Models/Cause.html +110 -0
  84. data/doc/rdoc/classes/Plaid/Models/CreditCardLiability.html +175 -0
  85. data/doc/rdoc/classes/Plaid/Models/CreditCardLiabilityAPRs.html +137 -0
  86. data/doc/rdoc/classes/Plaid/Models/CreditDetails.html +166 -0
  87. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPR.html +126 -0
  88. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPRs.html +126 -0
  89. data/doc/rdoc/classes/Plaid/Models/Error.html +110 -0
  90. data/doc/rdoc/classes/Plaid/Models/Holding.html +181 -0
  91. data/doc/rdoc/classes/Plaid/Models/Identity.html +135 -0
  92. data/doc/rdoc/classes/Plaid/Models/IdentityAddress.html +118 -0
  93. data/doc/rdoc/classes/Plaid/Models/IdentityAddressData.html +142 -0
  94. data/doc/rdoc/classes/Plaid/Models/IdentityEmail.html +127 -0
  95. data/doc/rdoc/classes/Plaid/Models/IdentityPhoneNumber.html +126 -0
  96. data/doc/rdoc/classes/Plaid/Models/Income.html +173 -0
  97. data/doc/rdoc/classes/Plaid/Models/IncomeStream.html +136 -0
  98. data/doc/rdoc/classes/Plaid/Models/Institution.html +230 -0
  99. data/doc/rdoc/classes/Plaid/Models/InstitutionCredential.html +126 -0
  100. data/doc/rdoc/classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html +136 -0
  101. data/doc/rdoc/classes/Plaid/Models/InstitutionStatus.html +111 -0
  102. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusBreakdown.html +129 -0
  103. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusItemLogins.html +127 -0
  104. data/doc/rdoc/classes/Plaid/Models/InvestmentTransaction.html +224 -0
  105. data/doc/rdoc/classes/Plaid/Models/Item.html +169 -0
  106. data/doc/rdoc/classes/Plaid/Models/ItemStatus.html +129 -0
  107. data/doc/rdoc/classes/Plaid/Models/ItemStatusInvestments.html +119 -0
  108. data/doc/rdoc/classes/Plaid/Models/ItemStatusLastWebhook.html +118 -0
  109. data/doc/rdoc/classes/Plaid/Models/ItemStatusTransactions.html +119 -0
  110. data/doc/rdoc/classes/Plaid/Models/Liabilities.html +130 -0
  111. data/doc/rdoc/classes/Plaid/Models/LinkTokenMetadata.html +158 -0
  112. data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +110 -0
  113. data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +126 -0
  114. data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +118 -0
  115. data/doc/rdoc/classes/Plaid/Models/MFA.html +129 -0
  116. data/doc/rdoc/classes/Plaid/Models/NumberACH.html +134 -0
  117. data/doc/rdoc/classes/Plaid/Models/NumberBACS.html +126 -0
  118. data/doc/rdoc/classes/Plaid/Models/NumberEFT.html +134 -0
  119. data/doc/rdoc/classes/Plaid/Models/NumberInternational.html +127 -0
  120. data/doc/rdoc/classes/Plaid/Models/Numbers.html +135 -0
  121. data/doc/rdoc/classes/Plaid/Models/PSLFStatus.html +128 -0
  122. data/doc/rdoc/classes/Plaid/Models/Payment.html +191 -0
  123. data/doc/rdoc/classes/Plaid/Models/PaymentAmount.html +118 -0
  124. data/doc/rdoc/classes/Plaid/Models/PaymentRecipient.html +142 -0
  125. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientAddress.html +134 -0
  126. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientBACS.html +118 -0
  127. data/doc/rdoc/classes/Plaid/Models/PaymentSchedule.html +126 -0
  128. data/doc/rdoc/classes/Plaid/Models/Security.html +228 -0
  129. data/doc/rdoc/classes/Plaid/Models/StandingOrderMetadata.html +129 -0
  130. data/doc/rdoc/classes/Plaid/Models/StudentLoanLiability.html +305 -0
  131. data/doc/rdoc/classes/Plaid/Models/StudentLoanRepaymentPlan.html +118 -0
  132. data/doc/rdoc/classes/Plaid/Models/StudentLoanServicerAddress.html +142 -0
  133. data/doc/rdoc/classes/Plaid/Models/StudentLoanStatus.html +118 -0
  134. data/doc/rdoc/classes/Plaid/Models/Transaction.html +265 -0
  135. data/doc/rdoc/classes/Plaid/Models/TransactionLocation.html +166 -0
  136. data/doc/rdoc/classes/Plaid/Models/TransactionPaymentMeta.html +167 -0
  137. data/doc/rdoc/classes/Plaid/Models/Warning.html +126 -0
  138. data/doc/rdoc/classes/Plaid/Models/WebhookVerificationKey.html +174 -0
  139. data/doc/rdoc/classes/Plaid/Models.html +506 -0
  140. data/doc/rdoc/classes/Plaid/MultipleInstitutionsResponse.html +119 -0
  141. data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +205 -0
  142. data/doc/rdoc/classes/Plaid/Ocrolus.html +151 -0
  143. data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +118 -0
  144. data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +191 -0
  145. data/doc/rdoc/classes/Plaid/PaymentInitiation.html +570 -0
  146. data/doc/rdoc/classes/Plaid/PaymentListResponse.html +119 -0
  147. data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +110 -0
  148. data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +142 -0
  149. data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +110 -0
  150. data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +118 -0
  151. data/doc/rdoc/classes/Plaid/PlaidAPIError.html +260 -0
  152. data/doc/rdoc/classes/Plaid/PlaidError.html +96 -0
  153. data/doc/rdoc/classes/Plaid/PlaidServerError.html +96 -0
  154. data/doc/rdoc/classes/Plaid/Processor.html +143 -0
  155. data/doc/rdoc/classes/Plaid/ProcessorToken.html +219 -0
  156. data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +110 -0
  157. data/doc/rdoc/classes/Plaid/PublicToken/CreateResponse.html +118 -0
  158. data/doc/rdoc/classes/Plaid/PublicToken/ExchangeResponse.html +118 -0
  159. data/doc/rdoc/classes/Plaid/PublicToken.html +283 -0
  160. data/doc/rdoc/classes/Plaid/RateLimitExceededError.html +97 -0
  161. data/doc/rdoc/classes/Plaid/Sandbox.html +119 -0
  162. data/doc/rdoc/classes/Plaid/SandboxItem/FireWebhookResponse.html +110 -0
  163. data/doc/rdoc/classes/Plaid/SandboxItem/ResetLoginResponse.html +110 -0
  164. data/doc/rdoc/classes/Plaid/SandboxItem.html +351 -0
  165. data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +118 -0
  166. data/doc/rdoc/classes/Plaid/SandboxPublicToken.html +249 -0
  167. data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +111 -0
  168. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +110 -0
  169. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +215 -0
  170. data/doc/rdoc/classes/Plaid/Stripe.html +151 -0
  171. data/doc/rdoc/classes/Plaid/SubproductMixin.html +179 -0
  172. data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +144 -0
  173. data/doc/rdoc/classes/Plaid/Transactions.html +302 -0
  174. data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +110 -0
  175. data/doc/rdoc/classes/Plaid/Webhook.html +214 -0
  176. data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +110 -0
  177. data/doc/rdoc/classes/Plaid/Webhooks.html +207 -0
  178. data/doc/rdoc/classes/Plaid.html +772 -0
  179. data/doc/rdoc/created.rid +28 -0
  180. data/doc/rdoc/css/github.css +123 -0
  181. data/doc/rdoc/css/main.css +333 -0
  182. data/doc/rdoc/css/panel.css +383 -0
  183. data/doc/rdoc/css/reset.css +48 -0
  184. data/doc/rdoc/favicon.ico +0 -0
  185. data/doc/rdoc/files/LICENSE_txt.html +98 -0
  186. data/doc/rdoc/files/README_md.html +388 -0
  187. data/doc/rdoc/files/lib/plaid/client_rb.html +121 -0
  188. data/doc/rdoc/files/lib/plaid/errors_rb.html +132 -0
  189. data/doc/rdoc/files/lib/plaid/middleware_rb.html +99 -0
  190. data/doc/rdoc/files/lib/plaid/models_rb.html +450 -0
  191. data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +102 -0
  192. data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +132 -0
  193. data/doc/rdoc/files/lib/plaid/products/auth_rb.html +97 -0
  194. data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +92 -0
  195. data/doc/rdoc/files/lib/plaid/products/categories_rb.html +92 -0
  196. data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +97 -0
  197. data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +102 -0
  198. data/doc/rdoc/files/lib/plaid/products/identity_rb.html +97 -0
  199. data/doc/rdoc/files/lib/plaid/products/income_rb.html +97 -0
  200. data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +102 -0
  201. data/doc/rdoc/files/lib/plaid/products/investments_rb.html +120 -0
  202. data/doc/rdoc/files/lib/plaid/products/item_rb.html +142 -0
  203. data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +97 -0
  204. data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +102 -0
  205. data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +127 -0
  206. data/doc/rdoc/files/lib/plaid/products/processor_rb.html +142 -0
  207. data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +117 -0
  208. data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +105 -0
  209. data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +97 -0
  210. data/doc/rdoc/files/lib/plaid/version_rb.html +82 -0
  211. data/doc/rdoc/files/lib/plaid_rb.html +120 -0
  212. data/doc/rdoc/i/arrows.png +0 -0
  213. data/doc/rdoc/i/results_bg.png +0 -0
  214. data/doc/rdoc/i/tree_bg.png +0 -0
  215. data/doc/rdoc/index.html +13 -0
  216. data/doc/rdoc/js/highlight.pack.js +1 -0
  217. data/doc/rdoc/js/jquery-1.3.2.min.js +19 -0
  218. data/doc/rdoc/js/main.js +29 -0
  219. data/doc/rdoc/js/navigation.js +142 -0
  220. data/doc/rdoc/js/navigation.js.gz +0 -0
  221. data/doc/rdoc/js/search_index.js +1 -0
  222. data/doc/rdoc/js/search_index.js.gz +0 -0
  223. data/doc/rdoc/js/searchdoc.js +468 -0
  224. data/doc/rdoc/js/searcher.js +229 -0
  225. data/doc/rdoc/js/searcher.js.gz +0 -0
  226. data/doc/rdoc/panel/index.html +74 -0
  227. data/doc/rdoc/panel/links.html +60 -0
  228. data/doc/rdoc/panel/tree.js +1 -0
  229. data/lib/plaid/.DS_Store +0 -0
  230. data/lib/plaid/api/plaid_api.rb +2255 -801
  231. data/lib/plaid/api_client.rb +4 -3
  232. data/lib/plaid/api_error.rb +2 -2
  233. data/lib/plaid/configuration.rb +2 -2
  234. data/lib/plaid/models/account_access.rb +238 -0
  235. data/lib/plaid/models/account_assets.rb +20 -9
  236. data/lib/plaid/models/account_assets_all_of.rb +17 -5
  237. data/lib/plaid/models/account_balance.rb +21 -14
  238. data/lib/plaid/models/account_base.rb +5 -6
  239. data/lib/plaid/models/account_filter.rb +258 -0
  240. data/lib/plaid/models/account_filters_response.rb +2 -2
  241. data/lib/plaid/models/account_identity.rb +5 -6
  242. data/lib/plaid/models/account_identity_all_of.rb +2 -2
  243. data/lib/plaid/models/account_selection_cardinality.rb +38 -0
  244. data/lib/plaid/models/account_subtype.rb +8 -2
  245. data/lib/plaid/models/account_type.rb +2 -2
  246. data/lib/plaid/models/accounts_balance_get_request.rb +4 -4
  247. data/lib/plaid/models/accounts_balance_get_request_options.rb +16 -6
  248. data/lib/plaid/models/accounts_get_request.rb +4 -4
  249. data/lib/plaid/models/accounts_get_request_options.rb +2 -2
  250. data/lib/plaid/models/accounts_get_response.rb +2 -2
  251. data/lib/plaid/models/ach_class.rb +2 -2
  252. data/lib/plaid/models/address.rb +2 -3
  253. data/lib/plaid/models/address_data.rb +3 -7
  254. data/lib/plaid/models/{nullable_address_data.rb → address_data_nullable.rb} +6 -10
  255. data/lib/plaid/models/{nullable_address.rb → address_nullable.rb} +5 -6
  256. data/lib/plaid/models/application.rb +288 -0
  257. data/lib/plaid/models/application_get_request.rb +255 -0
  258. data/lib/plaid/models/application_get_response.rb +239 -0
  259. data/lib/plaid/models/apr.rb +2 -2
  260. data/lib/plaid/models/asset_report.rb +4 -4
  261. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +4 -4
  262. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +2 -2
  263. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +4 -4
  264. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +4 -4
  265. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +2 -2
  266. data/lib/plaid/models/asset_report_create_request.rb +28 -4
  267. data/lib/plaid/models/asset_report_create_request_options.rb +2 -2
  268. data/lib/plaid/models/asset_report_create_response.rb +2 -2
  269. data/lib/plaid/models/asset_report_filter_request.rb +4 -4
  270. data/lib/plaid/models/asset_report_filter_response.rb +2 -2
  271. data/lib/plaid/models/asset_report_get_request.rb +5 -5
  272. data/lib/plaid/models/asset_report_get_response.rb +2 -2
  273. data/lib/plaid/models/asset_report_item.rb +4 -4
  274. data/lib/plaid/models/asset_report_pdf_get_request.rb +4 -4
  275. data/lib/plaid/models/asset_report_refresh_request.rb +6 -4
  276. data/lib/plaid/models/asset_report_refresh_request_options.rb +2 -2
  277. data/lib/plaid/models/asset_report_refresh_response.rb +2 -2
  278. data/lib/plaid/models/asset_report_remove_request.rb +4 -4
  279. data/lib/plaid/models/asset_report_remove_response.rb +2 -2
  280. data/lib/plaid/models/asset_report_transaction.rb +109 -188
  281. data/lib/plaid/models/asset_report_transaction_all_of.rb +7 -22
  282. data/lib/plaid/models/asset_report_user.rb +3 -3
  283. data/lib/plaid/models/assets_error_webhook.rb +2 -2
  284. data/lib/plaid/models/assets_product_ready_webhook.rb +2 -2
  285. data/lib/plaid/models/auth_get_numbers.rb +22 -2
  286. data/lib/plaid/models/auth_get_request.rb +4 -4
  287. data/lib/plaid/models/auth_get_request_options.rb +2 -2
  288. data/lib/plaid/models/auth_get_response.rb +2 -2
  289. data/lib/plaid/models/automatically_verified_webhook.rb +3 -3
  290. data/lib/plaid/models/bank_initiated_return_risk.rb +300 -0
  291. data/lib/plaid/models/bank_transfer.rb +13 -4
  292. data/lib/plaid/models/bank_transfer_balance.rb +2 -2
  293. data/lib/plaid/models/bank_transfer_balance_get_request.rb +5 -5
  294. data/lib/plaid/models/bank_transfer_balance_get_response.rb +3 -3
  295. data/lib/plaid/models/bank_transfer_cancel_request.rb +5 -5
  296. data/lib/plaid/models/bank_transfer_cancel_response.rb +3 -3
  297. data/lib/plaid/models/bank_transfer_create_request.rb +22 -7
  298. data/lib/plaid/models/bank_transfer_create_response.rb +3 -3
  299. data/lib/plaid/models/bank_transfer_direction.rb +3 -2
  300. data/lib/plaid/models/bank_transfer_event.rb +5 -3
  301. data/lib/plaid/models/bank_transfer_event_list_request.rb +24 -8
  302. data/lib/plaid/models/bank_transfer_event_list_response.rb +3 -3
  303. data/lib/plaid/models/bank_transfer_event_sync_request.rb +9 -5
  304. data/lib/plaid/models/bank_transfer_event_sync_response.rb +3 -3
  305. data/lib/plaid/models/bank_transfer_event_type.rb +2 -2
  306. data/lib/plaid/models/bank_transfer_failure.rb +3 -3
  307. data/lib/plaid/models/bank_transfer_get_request.rb +5 -5
  308. data/lib/plaid/models/bank_transfer_get_response.rb +3 -3
  309. data/lib/plaid/models/bank_transfer_list_request.rb +9 -5
  310. data/lib/plaid/models/bank_transfer_list_response.rb +3 -3
  311. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +5 -5
  312. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +3 -3
  313. data/lib/plaid/models/bank_transfer_network.rb +2 -2
  314. data/lib/plaid/models/bank_transfer_receiver_details.rb +4 -4
  315. data/lib/plaid/models/bank_transfer_status.rb +2 -2
  316. data/lib/plaid/models/bank_transfer_sweep.rb +316 -0
  317. data/lib/plaid/models/bank_transfer_sweep_account.rb +238 -0
  318. data/lib/plaid/models/bank_transfer_sweep_get_request.rb +277 -0
  319. data/lib/plaid/models/bank_transfer_sweep_get_response.rb +239 -0
  320. data/lib/plaid/models/bank_transfer_type.rb +2 -2
  321. data/lib/plaid/models/bank_transfer_user.rb +4 -4
  322. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +240 -0
  323. data/lib/plaid/models/categories_get_response.rb +2 -2
  324. data/lib/plaid/models/category.rb +2 -2
  325. data/lib/plaid/models/cause.rb +2 -2
  326. data/lib/plaid/models/connected_application.rb +357 -0
  327. data/lib/plaid/models/country_code.rb +2 -2
  328. data/lib/plaid/models/credit_card_liability.rb +10 -29
  329. data/lib/plaid/models/credit_filter.rb +3 -3
  330. data/lib/plaid/models/customer_initiated_return_risk.rb +300 -0
  331. data/lib/plaid/models/deductions.rb +232 -0
  332. data/lib/plaid/models/default_update_webhook.rb +2 -2
  333. data/lib/plaid/models/deposit_switch_address_data.rb +2 -2
  334. data/lib/plaid/models/deposit_switch_alt_create_request.rb +62 -8
  335. data/lib/plaid/models/deposit_switch_alt_create_response.rb +2 -2
  336. data/lib/plaid/models/deposit_switch_create_request.rb +62 -8
  337. data/lib/plaid/models/deposit_switch_create_request_options.rb +251 -0
  338. data/lib/plaid/models/deposit_switch_create_response.rb +2 -2
  339. data/lib/plaid/models/deposit_switch_get_request.rb +4 -4
  340. data/lib/plaid/models/deposit_switch_get_response.rb +77 -10
  341. data/lib/plaid/models/deposit_switch_state_update_webhook.rb +250 -0
  342. data/lib/plaid/models/deposit_switch_target_account.rb +2 -2
  343. data/lib/plaid/models/deposit_switch_target_user.rb +2 -2
  344. data/lib/plaid/models/deposit_switch_token_create_request.rb +4 -4
  345. data/lib/plaid/models/deposit_switch_token_create_response.rb +3 -3
  346. data/lib/plaid/models/depository_filter.rb +3 -3
  347. data/lib/plaid/models/distribution_details.rb +263 -0
  348. data/lib/plaid/models/document_metadata.rb +240 -0
  349. data/lib/plaid/models/earnings.rb +232 -0
  350. data/lib/plaid/models/earnings_total.rb +304 -0
  351. data/lib/plaid/models/email.rb +2 -2
  352. data/lib/plaid/models/employee.rb +26 -13
  353. data/lib/plaid/models/employee_income_summary_field_string.rb +2 -2
  354. data/lib/plaid/models/employer.rb +8 -4
  355. data/lib/plaid/models/employer_income_summary_field_string.rb +2 -2
  356. data/lib/plaid/models/employers_search_request.rb +4 -4
  357. data/lib/plaid/models/employers_search_response.rb +2 -2
  358. data/lib/plaid/models/employment_details.rb +230 -0
  359. data/lib/plaid/models/error.rb +5 -12
  360. data/lib/plaid/models/external_payment_options.rb +296 -0
  361. data/lib/plaid/models/external_payment_refund_details.rb +245 -0
  362. data/lib/plaid/models/{external_payment_schedule.rb → external_payment_schedule_base.rb} +25 -29
  363. data/lib/plaid/models/external_payment_schedule_get.rb +23 -23
  364. data/lib/plaid/models/external_payment_schedule_request.rb +283 -0
  365. data/lib/plaid/models/health_incident.rb +21 -8
  366. data/lib/plaid/models/historical_balance.rb +5 -5
  367. data/lib/plaid/models/historical_update_webhook.rb +2 -2
  368. data/lib/plaid/models/holding.rb +5 -5
  369. data/lib/plaid/models/holdings_default_update_webhook.rb +2 -2
  370. data/lib/plaid/models/holdings_override.rb +289 -0
  371. data/lib/plaid/models/identity_get_request.rb +4 -4
  372. data/lib/plaid/models/identity_get_request_options.rb +2 -2
  373. data/lib/plaid/models/identity_get_response.rb +2 -2
  374. data/lib/plaid/models/incident_update.rb +6 -6
  375. data/lib/plaid/models/income_breakdown.rb +38 -3
  376. data/lib/plaid/models/income_summary.rb +27 -2
  377. data/lib/plaid/models/income_summary_field_number.rb +2 -2
  378. data/lib/plaid/models/income_summary_field_string.rb +2 -2
  379. data/lib/plaid/models/income_verification_create_request.rb +4 -4
  380. data/lib/plaid/models/income_verification_create_response.rb +2 -2
  381. data/lib/plaid/models/income_verification_documents_download_request.rb +20 -13
  382. data/lib/plaid/models/income_verification_documents_download_response.rb +2 -2
  383. data/lib/plaid/models/income_verification_paystub_get_request.rb +20 -13
  384. data/lib/plaid/models/income_verification_paystubs_get_request.rb +252 -0
  385. data/lib/plaid/models/income_verification_paystubs_get_response.rb +262 -0
  386. data/lib/plaid/models/income_verification_refresh_request.rb +252 -0
  387. data/lib/plaid/models/income_verification_refresh_response.rb +239 -0
  388. data/lib/plaid/models/income_verification_status_webhook.rb +3 -3
  389. data/lib/plaid/models/income_verification_summary_get_request.rb +20 -13
  390. data/lib/plaid/models/income_verification_summary_get_response.rb +13 -3
  391. data/lib/plaid/models/income_verification_taxforms_get_request.rb +252 -0
  392. data/lib/plaid/models/income_verification_taxforms_get_response.rb +263 -0
  393. data/lib/plaid/models/income_verification_webhook_status.rb +2 -2
  394. data/lib/plaid/models/inflow_model.rb +2 -2
  395. data/lib/plaid/models/initial_update_webhook.rb +2 -2
  396. data/lib/plaid/models/institution.rb +17 -7
  397. data/lib/plaid/models/institution_status.rb +31 -4
  398. data/lib/plaid/models/institutions_get_by_id_request.rb +4 -4
  399. data/lib/plaid/models/institutions_get_by_id_request_options.rb +18 -6
  400. data/lib/plaid/models/institutions_get_by_id_response.rb +2 -2
  401. data/lib/plaid/models/institutions_get_request.rb +27 -4
  402. data/lib/plaid/models/institutions_get_request_options.rb +19 -7
  403. data/lib/plaid/models/institutions_get_response.rb +3 -3
  404. data/lib/plaid/models/institutions_search_account_filter.rb +2 -2
  405. data/lib/plaid/models/institutions_search_payment_initiation_options.rb +220 -0
  406. data/lib/plaid/models/institutions_search_request.rb +26 -5
  407. data/lib/plaid/models/institutions_search_request_options.rb +23 -10
  408. data/lib/plaid/models/institutions_search_response.rb +2 -2
  409. data/lib/plaid/models/investment_filter.rb +3 -3
  410. data/lib/plaid/models/investment_holdings_get_request_options.rb +2 -2
  411. data/lib/plaid/models/investment_transaction.rb +9 -8
  412. data/lib/plaid/models/investments_default_update_webhook.rb +2 -2
  413. data/lib/plaid/models/investments_holdings_get_request.rb +4 -4
  414. data/lib/plaid/models/investments_holdings_get_response.rb +2 -2
  415. data/lib/plaid/models/investments_transactions_get_request.rb +4 -4
  416. data/lib/plaid/models/investments_transactions_get_request_options.rb +11 -7
  417. data/lib/plaid/models/investments_transactions_get_response.rb +2 -2
  418. data/lib/plaid/models/investments_transactions_override.rb +319 -0
  419. data/lib/plaid/models/item.rb +7 -7
  420. data/lib/plaid/models/item_access_token_invalidate_request.rb +4 -4
  421. data/lib/plaid/models/item_access_token_invalidate_response.rb +2 -2
  422. data/lib/plaid/models/item_application_list_request.rb +241 -0
  423. data/lib/plaid/models/item_application_list_response.rb +237 -0
  424. data/lib/plaid/models/item_application_list_user_auth.rb +232 -0
  425. data/lib/plaid/models/item_application_scopes_update_request.rb +298 -0
  426. data/lib/plaid/models/item_application_scopes_update_response.rb +225 -0
  427. data/lib/plaid/models/item_error_webhook.rb +2 -2
  428. data/lib/plaid/models/item_get_request.rb +4 -4
  429. data/lib/plaid/models/item_get_response.rb +7 -17
  430. data/lib/plaid/models/item_import_request.rb +25 -4
  431. data/lib/plaid/models/item_import_request_options.rb +2 -2
  432. data/lib/plaid/models/item_import_request_user_auth.rb +2 -2
  433. data/lib/plaid/models/item_import_response.rb +2 -2
  434. data/lib/plaid/models/item_product_ready_webhook.rb +2 -2
  435. data/lib/plaid/models/item_public_token_create_request.rb +4 -4
  436. data/lib/plaid/models/item_public_token_create_response.rb +2 -2
  437. data/lib/plaid/models/item_public_token_exchange_request.rb +4 -4
  438. data/lib/plaid/models/item_public_token_exchange_response.rb +2 -2
  439. data/lib/plaid/models/item_remove_request.rb +4 -4
  440. data/lib/plaid/models/item_remove_response.rb +2 -2
  441. data/lib/plaid/models/item_status.rb +8 -17
  442. data/lib/plaid/models/item_status_investments.rb +232 -0
  443. data/lib/plaid/models/{nullable_recipient_bacs.rb → item_status_last_webhook.rb} +23 -27
  444. data/lib/plaid/models/{nullable_item_status.rb → item_status_nullable.rb} +11 -20
  445. data/lib/plaid/models/item_status_transactions.rb +232 -0
  446. data/lib/plaid/models/item_webhook_update_request.rb +4 -4
  447. data/lib/plaid/models/item_webhook_update_response.rb +2 -2
  448. data/lib/plaid/models/jwk_public_key.rb +44 -2
  449. data/lib/plaid/models/jwt_header.rb +2 -2
  450. data/lib/plaid/models/liabilities_default_update_webhook.rb +299 -0
  451. data/lib/plaid/models/liabilities_get_request.rb +4 -4
  452. data/lib/plaid/models/liabilities_get_request_options.rb +2 -2
  453. data/lib/plaid/models/liabilities_get_response.rb +2 -2
  454. data/lib/plaid/models/liabilities_object.rb +5 -5
  455. data/lib/plaid/models/liability_override.rb +10 -27
  456. data/lib/plaid/models/link_token_account_filters.rb +3 -3
  457. data/lib/plaid/models/link_token_create_request.rb +61 -13
  458. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +3 -3
  459. data/lib/plaid/models/{amount.rb → link_token_create_request_auth.rb} +25 -40
  460. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +2 -2
  461. data/lib/plaid/models/link_token_create_request_income_verification.rb +3 -4
  462. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +23 -2
  463. data/lib/plaid/models/link_token_create_request_user.rb +10 -10
  464. data/lib/plaid/models/link_token_create_response.rb +3 -3
  465. data/lib/plaid/models/{nullable_access_token.rb → link_token_eu_config.rb} +18 -7
  466. data/lib/plaid/models/link_token_get_metadata_response.rb +12 -2
  467. data/lib/plaid/models/link_token_get_request.rb +4 -4
  468. data/lib/plaid/models/link_token_get_response.rb +14 -4
  469. data/lib/plaid/models/loan_filter.rb +3 -3
  470. data/lib/plaid/models/location.rb +2 -2
  471. data/lib/plaid/models/meta.rb +2 -2
  472. data/lib/plaid/models/mfa.rb +2 -2
  473. data/lib/plaid/models/mortgage_interest_rate.rb +2 -2
  474. data/lib/plaid/models/mortgage_liability.rb +25 -11
  475. data/lib/plaid/models/mortgage_property_address.rb +2 -2
  476. data/lib/plaid/models/net_pay.rb +230 -0
  477. data/lib/plaid/models/numbers.rb +2 -42
  478. data/lib/plaid/models/numbers_ach.rb +4 -4
  479. data/lib/plaid/models/{nullable_numbers_ach.rb → numbers_ach_nullable.rb} +7 -7
  480. data/lib/plaid/models/numbers_bacs.rb +2 -2
  481. data/lib/plaid/models/{nullable_numbers_bacs.rb → numbers_bacs_nullable.rb} +5 -5
  482. data/lib/plaid/models/numbers_eft.rb +2 -2
  483. data/lib/plaid/models/{nullable_numbers_eft.rb → numbers_eft_nullable.rb} +5 -5
  484. data/lib/plaid/models/numbers_international.rb +2 -2
  485. data/lib/plaid/models/{nullable_numbers_international.rb → numbers_international_nullable.rb} +5 -5
  486. data/lib/plaid/models/override_account_type.rb +40 -0
  487. data/lib/plaid/models/override_accounts.rb +22 -4
  488. data/lib/plaid/models/owner.rb +3 -3
  489. data/lib/plaid/models/owner_override.rb +2 -2
  490. data/lib/plaid/models/pay.rb +258 -0
  491. data/lib/plaid/models/pay_frequency.rb +2 -2
  492. data/lib/plaid/models/pay_period_details.rb +8 -8
  493. data/lib/plaid/models/payment_amount.rb +49 -4
  494. data/lib/plaid/models/payment_initiation_address.rb +133 -2
  495. data/lib/plaid/models/payment_initiation_metadata.rb +267 -0
  496. data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +288 -0
  497. data/lib/plaid/models/payment_initiation_payment.rb +413 -0
  498. data/lib/plaid/models/payment_initiation_payment_create_request.rb +70 -10
  499. data/lib/plaid/models/payment_initiation_payment_create_response.rb +36 -2
  500. data/lib/plaid/models/payment_initiation_payment_get_request.rb +25 -4
  501. data/lib/plaid/models/payment_initiation_payment_get_response.rb +90 -18
  502. data/lib/plaid/models/payment_initiation_payment_list_request.rb +18 -5
  503. data/lib/plaid/models/payment_initiation_payment_list_response.rb +5 -9
  504. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +25 -4
  505. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +4 -4
  506. data/lib/plaid/models/payment_initiation_recipient.rb +22 -13
  507. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +53 -5
  508. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +2 -2
  509. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +25 -4
  510. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +23 -4
  511. data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +219 -0
  512. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +4 -4
  513. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +2 -2
  514. data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +257 -0
  515. data/lib/plaid/models/payment_meta.rb +3 -3
  516. data/lib/plaid/models/payment_schedule_interval.rb +37 -0
  517. data/lib/plaid/models/payment_status_update_webhook.rb +5 -5
  518. data/lib/plaid/models/paystub.rb +57 -26
  519. data/lib/plaid/models/paystub_address.rb +297 -0
  520. data/lib/plaid/models/paystub_deduction.rb +2 -2
  521. data/lib/plaid/models/paystub_details.rb +299 -0
  522. data/lib/plaid/models/paystub_employer.rb +229 -0
  523. data/lib/plaid/models/paystub_ytd_details.rb +5 -12
  524. data/lib/plaid/models/pending_expiration_webhook.rb +4 -4
  525. data/lib/plaid/models/phone_number.rb +12 -4
  526. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +4 -4
  527. data/lib/plaid/models/processor_auth_get_request.rb +4 -4
  528. data/lib/plaid/models/processor_auth_get_response.rb +2 -2
  529. data/lib/plaid/models/processor_balance_get_request.rb +17 -8
  530. data/lib/plaid/models/processor_balance_get_request_options.rb +220 -0
  531. data/lib/plaid/models/processor_balance_get_response.rb +2 -2
  532. data/lib/plaid/models/processor_bank_transfer_create_request.rb +459 -0
  533. data/lib/plaid/models/processor_bank_transfer_create_response.rb +239 -0
  534. data/lib/plaid/models/processor_identity_get_request.rb +4 -4
  535. data/lib/plaid/models/processor_identity_get_response.rb +2 -2
  536. data/lib/plaid/models/processor_number.rb +6 -6
  537. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +4 -4
  538. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +2 -2
  539. data/lib/plaid/models/processor_token_create_request.rb +39 -5
  540. data/lib/plaid/models/processor_token_create_response.rb +2 -2
  541. data/lib/plaid/models/product_access.rb +262 -0
  542. data/lib/plaid/models/product_status.rb +5 -5
  543. data/lib/plaid/models/product_status_breakdown.rb +2 -3
  544. data/lib/plaid/models/products.rb +4 -2
  545. data/lib/plaid/models/projected_income_summary_field_number.rb +2 -2
  546. data/lib/plaid/models/pslf_status.rb +4 -4
  547. data/lib/plaid/models/recaptcha_required_error.rb +2 -2
  548. data/lib/plaid/models/recipient_bacs.rb +54 -2
  549. data/lib/plaid/models/recipient_bacs_nullable.rb +288 -0
  550. data/lib/plaid/models/requested_scopes.rb +261 -0
  551. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +245 -0
  552. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +225 -0
  553. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +5 -5
  554. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +3 -3
  555. data/lib/plaid/models/sandbox_income_fire_webhook_request.rb +309 -0
  556. data/lib/plaid/models/sandbox_income_fire_webhook_response.rb +225 -0
  557. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +9 -4
  558. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +2 -2
  559. data/lib/plaid/models/sandbox_item_reset_login_request.rb +4 -4
  560. data/lib/plaid/models/sandbox_item_reset_login_response.rb +2 -2
  561. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +4 -4
  562. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +2 -2
  563. data/lib/plaid/models/sandbox_oauth_select_accounts_request.rb +240 -0
  564. data/lib/plaid/models/sandbox_processor_token_create_request.rb +4 -4
  565. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +2 -2
  566. data/lib/plaid/models/sandbox_processor_token_create_response.rb +2 -2
  567. data/lib/plaid/models/sandbox_public_token_create_request.rb +25 -4
  568. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +2 -2
  569. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +5 -5
  570. data/lib/plaid/models/sandbox_public_token_create_response.rb +2 -2
  571. data/lib/plaid/models/sandbox_transfer_simulate_request.rb +270 -0
  572. data/lib/plaid/models/{income_verification_paystub_get_response.rb → sandbox_transfer_simulate_response.rb} +12 -16
  573. data/lib/plaid/models/scopes.rb +243 -0
  574. data/lib/plaid/models/scopes_context.rb +37 -0
  575. data/lib/plaid/models/scopes_nullable.rb +249 -0
  576. data/lib/plaid/models/security.rb +7 -10
  577. data/lib/plaid/models/security_override.rb +270 -0
  578. data/lib/plaid/models/sender_bacs_nullable.rb +288 -0
  579. data/lib/plaid/models/servicer_address_data.rb +2 -2
  580. data/lib/plaid/models/signal_address_data.rb +263 -0
  581. data/lib/plaid/models/signal_decision_report_request.rb +259 -0
  582. data/lib/plaid/models/signal_decision_report_response.rb +224 -0
  583. data/lib/plaid/models/signal_device.rb +232 -0
  584. data/lib/plaid/models/signal_evaluate_core_attributes.rb +584 -0
  585. data/lib/plaid/models/signal_evaluate_request.rb +355 -0
  586. data/lib/plaid/models/signal_evaluate_response.rb +252 -0
  587. data/lib/plaid/models/signal_person_name.rb +265 -0
  588. data/lib/plaid/models/signal_return_report_request.rb +259 -0
  589. data/lib/plaid/models/signal_return_report_response.rb +224 -0
  590. data/lib/plaid/models/signal_scores.rb +227 -0
  591. data/lib/plaid/models/signal_user.rb +252 -0
  592. data/lib/plaid/models/standalone_account_type.rb +2 -2
  593. data/lib/plaid/models/standalone_currency_code_list.rb +2 -2
  594. data/lib/plaid/models/standalone_investment_transaction_type.rb +4 -4
  595. data/lib/plaid/models/student_loan.rb +36 -27
  596. data/lib/plaid/models/student_loan_repayment_model.rb +2 -2
  597. data/lib/plaid/models/student_loan_status.rb +4 -4
  598. data/lib/plaid/models/student_repayment_plan.rb +4 -4
  599. data/lib/plaid/models/taxform.rb +233 -0
  600. data/lib/plaid/models/taxpayer_id.rb +257 -0
  601. data/lib/plaid/models/total.rb +284 -0
  602. data/lib/plaid/models/transaction.rb +178 -127
  603. data/lib/plaid/models/transaction_all_of.rb +323 -0
  604. data/lib/plaid/models/transaction_base.rb +436 -0
  605. data/lib/plaid/models/transaction_code.rb +2 -2
  606. data/lib/plaid/models/transaction_data.rb +4 -4
  607. data/lib/plaid/models/transaction_override.rb +23 -23
  608. data/lib/plaid/models/transactions_get_request.rb +4 -4
  609. data/lib/plaid/models/transactions_get_request_options.rb +23 -6
  610. data/lib/plaid/models/transactions_get_response.rb +2 -2
  611. data/lib/plaid/models/transactions_refresh_request.rb +4 -4
  612. data/lib/plaid/models/transactions_refresh_response.rb +2 -2
  613. data/lib/plaid/models/transactions_removed_webhook.rb +2 -2
  614. data/lib/plaid/models/transfer.rb +453 -0
  615. data/lib/plaid/models/transfer_authorization.rb +313 -0
  616. data/lib/plaid/models/transfer_authorization_create_request.rb +401 -0
  617. data/lib/plaid/models/transfer_authorization_create_response.rb +239 -0
  618. data/lib/plaid/models/transfer_authorization_decision_rationale.rb +274 -0
  619. data/lib/plaid/models/transfer_authorization_device.rb +230 -0
  620. data/lib/plaid/models/transfer_authorization_proposed_transfer.rb +342 -0
  621. data/lib/plaid/models/transfer_cancel_request.rb +245 -0
  622. data/lib/plaid/models/transfer_cancel_response.rb +225 -0
  623. data/lib/plaid/models/transfer_create_request.rb +489 -0
  624. data/lib/plaid/models/transfer_create_response.rb +239 -0
  625. data/lib/plaid/models/transfer_direction.rb +38 -0
  626. data/lib/plaid/models/transfer_event.rb +390 -0
  627. data/lib/plaid/models/transfer_event_list_request.rb +434 -0
  628. data/lib/plaid/models/transfer_event_list_response.rb +241 -0
  629. data/lib/plaid/models/transfer_event_sync_request.rb +305 -0
  630. data/lib/plaid/models/transfer_event_sync_response.rb +241 -0
  631. data/lib/plaid/models/transfer_event_type.rb +42 -0
  632. data/lib/plaid/models/transfer_failure.rb +231 -0
  633. data/lib/plaid/models/transfer_get_request.rb +245 -0
  634. data/lib/plaid/models/transfer_get_response.rb +239 -0
  635. data/lib/plaid/models/transfer_list_request.rb +340 -0
  636. data/lib/plaid/models/transfer_list_response.rb +241 -0
  637. data/lib/plaid/models/transfer_network.rb +37 -0
  638. data/lib/plaid/models/transfer_receiver_details.rb +255 -0
  639. data/lib/plaid/models/transfer_status.rb +40 -0
  640. data/lib/plaid/models/transfer_type.rb +37 -0
  641. data/lib/plaid/models/transfer_user_address_in_request.rb +260 -0
  642. data/lib/plaid/models/transfer_user_address_in_response.rb +265 -0
  643. data/lib/plaid/models/transfer_user_in_request.rb +254 -0
  644. data/lib/plaid/models/transfer_user_in_response.rb +257 -0
  645. data/lib/plaid/models/user_custom_password.rb +2 -2
  646. data/lib/plaid/models/user_permission_revoked_webhook.rb +2 -2
  647. data/lib/plaid/models/verification_expired_webhook.rb +3 -3
  648. data/lib/plaid/models/verification_refresh_status.rb +36 -0
  649. data/lib/plaid/models/verification_status.rb +2 -2
  650. data/lib/plaid/models/w2.rb +437 -0
  651. data/lib/plaid/models/w2_box12.rb +231 -0
  652. data/lib/plaid/models/w2_state_and_local_wages.rb +286 -0
  653. data/lib/plaid/models/warning.rb +36 -2
  654. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +2 -2
  655. data/lib/plaid/models/webhook_verification_key_get_request.rb +4 -4
  656. data/lib/plaid/models/webhook_verification_key_get_response.rb +2 -2
  657. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +2 -2
  658. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +2 -2
  659. data/lib/plaid/version.rb +3 -3
  660. data/lib/plaid.rb +137 -15
  661. data/pkg/plaid-13.2.0.gem +0 -0
  662. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
  663. data/pkg/plaid-14.0.0.beta.5.gem +0 -0
  664. data/pkg/plaid-14.0.0.gem +0 -0
  665. data/pkg/plaid-14.1.0.gem +0 -0
  666. data/plaid.gemspec +2 -2
  667. data/templates/ruby/api_client.mustache +3 -1
  668. data/templates/ruby/partial_model_generic.mustache +362 -0
  669. data/test/test_bank_transfers.rb +2 -2
  670. data/test/test_item.rb +0 -9
  671. data/test/test_payment_initiation.rb +2 -3
  672. data/test/test_processor.rb +1 -16
  673. metadata +365 -321
  674. data/docs/ACHClass.md +0 -15
  675. data/docs/APR.md +0 -24
  676. data/docs/AccountAssets.md +0 -40
  677. data/docs/AccountAssetsAllOf.md +0 -24
  678. data/docs/AccountBalance.md +0 -26
  679. data/docs/AccountBase.md +0 -32
  680. data/docs/AccountFiltersResponse.md +0 -24
  681. data/docs/AccountIdentity.md +0 -34
  682. data/docs/AccountIdentityAllOf.md +0 -18
  683. data/docs/AccountSubtype.md +0 -15
  684. data/docs/AccountType.md +0 -15
  685. data/docs/AccountsBalanceGetRequest.md +0 -24
  686. data/docs/AccountsBalanceGetRequestOptions.md +0 -18
  687. data/docs/AccountsGetRequest.md +0 -24
  688. data/docs/AccountsGetRequestOptions.md +0 -18
  689. data/docs/AccountsGetResponse.md +0 -22
  690. data/docs/Address.md +0 -20
  691. data/docs/AddressData.md +0 -26
  692. data/docs/Amount.md +0 -20
  693. data/docs/AssetReport.md +0 -28
  694. data/docs/AssetReportAuditCopyCreateRequest.md +0 -24
  695. data/docs/AssetReportAuditCopyCreateResponse.md +0 -20
  696. data/docs/AssetReportAuditCopyGetRequest.md +0 -22
  697. data/docs/AssetReportAuditCopyRemoveRequest.md +0 -22
  698. data/docs/AssetReportAuditCopyRemoveResponse.md +0 -20
  699. data/docs/AssetReportCreateRequest.md +0 -26
  700. data/docs/AssetReportCreateRequestOptions.md +0 -22
  701. data/docs/AssetReportCreateResponse.md +0 -22
  702. data/docs/AssetReportFilterRequest.md +0 -24
  703. data/docs/AssetReportFilterResponse.md +0 -22
  704. data/docs/AssetReportGetRequest.md +0 -24
  705. data/docs/AssetReportGetResponse.md +0 -22
  706. data/docs/AssetReportItem.md +0 -26
  707. data/docs/AssetReportPDFGetRequest.md +0 -22
  708. data/docs/AssetReportRefreshRequest.md +0 -26
  709. data/docs/AssetReportRefreshRequestOptions.md +0 -22
  710. data/docs/AssetReportRefreshResponse.md +0 -22
  711. data/docs/AssetReportRemoveRequest.md +0 -22
  712. data/docs/AssetReportRemoveResponse.md +0 -20
  713. data/docs/AssetReportTransaction.md +0 -62
  714. data/docs/AssetReportTransactionAllOf.md +0 -20
  715. data/docs/AssetReportUser.md +0 -30
  716. data/docs/AssetsErrorWebhook.md +0 -24
  717. data/docs/AssetsProductReadyWebhook.md +0 -22
  718. data/docs/AuthGetNumbers.md +0 -24
  719. data/docs/AuthGetRequest.md +0 -24
  720. data/docs/AuthGetRequestOptions.md +0 -18
  721. data/docs/AuthGetResponse.md +0 -24
  722. data/docs/AutomaticallyVerifiedWebhook.md +0 -24
  723. data/docs/BankTransfer.md +0 -50
  724. data/docs/BankTransferBalance.md +0 -20
  725. data/docs/BankTransferBalanceGetRequest.md +0 -22
  726. data/docs/BankTransferBalanceGetResponse.md +0 -22
  727. data/docs/BankTransferCancelRequest.md +0 -22
  728. data/docs/BankTransferCancelResponse.md +0 -18
  729. data/docs/BankTransferCreateRequest.md +0 -46
  730. data/docs/BankTransferCreateResponse.md +0 -20
  731. data/docs/BankTransferDirection.md +0 -15
  732. data/docs/BankTransferEvent.md +0 -40
  733. data/docs/BankTransferEventListRequest.md +0 -40
  734. data/docs/BankTransferEventListResponse.md +0 -20
  735. data/docs/BankTransferEventSyncRequest.md +0 -24
  736. data/docs/BankTransferEventSyncResponse.md +0 -20
  737. data/docs/BankTransferEventType.md +0 -15
  738. data/docs/BankTransferFailure.md +0 -20
  739. data/docs/BankTransferGetRequest.md +0 -22
  740. data/docs/BankTransferGetResponse.md +0 -20
  741. data/docs/BankTransferListRequest.md +0 -32
  742. data/docs/BankTransferListResponse.md +0 -20
  743. data/docs/BankTransferMigrateAccountRequest.md +0 -26
  744. data/docs/BankTransferMigrateAccountResponse.md +0 -22
  745. data/docs/BankTransferNetwork.md +0 -15
  746. data/docs/BankTransferReceiverDetails.md +0 -18
  747. data/docs/BankTransferStatus.md +0 -15
  748. data/docs/BankTransferType.md +0 -15
  749. data/docs/BankTransferUser.md +0 -22
  750. data/docs/CategoriesGetResponse.md +0 -20
  751. data/docs/Category.md +0 -22
  752. data/docs/Cause.md +0 -20
  753. data/docs/CountryCode.md +0 -15
  754. data/docs/CreditCardLiability.md +0 -34
  755. data/docs/CreditFilter.md +0 -18
  756. data/docs/DefaultUpdateWebhook.md +0 -26
  757. data/docs/DepositSwitchAddressData.md +0 -26
  758. data/docs/DepositSwitchAltCreateRequest.md +0 -24
  759. data/docs/DepositSwitchAltCreateResponse.md +0 -20
  760. data/docs/DepositSwitchCreateRequest.md +0 -24
  761. data/docs/DepositSwitchCreateResponse.md +0 -20
  762. data/docs/DepositSwitchGetRequest.md +0 -22
  763. data/docs/DepositSwitchGetResponse.md +0 -38
  764. data/docs/DepositSwitchTargetAccount.md +0 -24
  765. data/docs/DepositSwitchTargetUser.md +0 -28
  766. data/docs/DepositSwitchTokenCreateRequest.md +0 -22
  767. data/docs/DepositSwitchTokenCreateResponse.md +0 -22
  768. data/docs/DepositoryFilter.md +0 -18
  769. data/docs/Email.md +0 -22
  770. data/docs/Employee.md +0 -22
  771. data/docs/EmployeeIncomeSummaryFieldString.md +0 -20
  772. data/docs/Employer.md +0 -24
  773. data/docs/EmployerIncomeSummaryFieldString.md +0 -20
  774. data/docs/EmployersSearchRequest.md +0 -24
  775. data/docs/EmployersSearchResponse.md +0 -20
  776. data/docs/Error.md +0 -34
  777. data/docs/ExternalPaymentSchedule.md +0 -24
  778. data/docs/ExternalPaymentScheduleGet.md +0 -26
  779. data/docs/HealthIncident.md +0 -24
  780. data/docs/HistoricalBalance.md +0 -24
  781. data/docs/HistoricalUpdateWebhook.md +0 -26
  782. data/docs/Holding.md +0 -34
  783. data/docs/HoldingsDefaultUpdateWebhook.md +0 -28
  784. data/docs/IdentityGetRequest.md +0 -24
  785. data/docs/IdentityGetRequestOptions.md +0 -18
  786. data/docs/IdentityGetResponse.md +0 -22
  787. data/docs/IncidentUpdate.md +0 -22
  788. data/docs/IncomeBreakdown.md +0 -24
  789. data/docs/IncomeSummary.md +0 -30
  790. data/docs/IncomeSummaryFieldNumber.md +0 -20
  791. data/docs/IncomeSummaryFieldString.md +0 -20
  792. data/docs/IncomeVerificationCreateRequest.md +0 -22
  793. data/docs/IncomeVerificationCreateResponse.md +0 -20
  794. data/docs/IncomeVerificationDocumentsDownloadRequest.md +0 -22
  795. data/docs/IncomeVerificationDocumentsDownloadResponse.md +0 -18
  796. data/docs/IncomeVerificationPaystubGetRequest.md +0 -22
  797. data/docs/IncomeVerificationPaystubGetResponse.md +0 -20
  798. data/docs/IncomeVerificationStatusWebhook.md +0 -24
  799. data/docs/IncomeVerificationSummaryGetRequest.md +0 -22
  800. data/docs/IncomeVerificationSummaryGetResponse.md +0 -20
  801. data/docs/IncomeVerificationWebhookStatus.md +0 -18
  802. data/docs/InflowModel.md +0 -26
  803. data/docs/InitialUpdateWebhook.md +0 -26
  804. data/docs/Institution.md +0 -36
  805. data/docs/InstitutionStatus.md +0 -30
  806. data/docs/InstitutionsGetByIdRequest.md +0 -26
  807. data/docs/InstitutionsGetByIdRequestOptions.md +0 -20
  808. data/docs/InstitutionsGetByIdResponse.md +0 -20
  809. data/docs/InstitutionsGetRequest.md +0 -28
  810. data/docs/InstitutionsGetRequestOptions.md +0 -24
  811. data/docs/InstitutionsGetResponse.md +0 -22
  812. data/docs/InstitutionsSearchAccountFilter.md +0 -24
  813. data/docs/InstitutionsSearchRequest.md +0 -28
  814. data/docs/InstitutionsSearchRequestOptions.md +0 -22
  815. data/docs/InstitutionsSearchResponse.md +0 -20
  816. data/docs/InvestmentFilter.md +0 -18
  817. data/docs/InvestmentHoldingsGetRequestOptions.md +0 -18
  818. data/docs/InvestmentTransaction.md +0 -44
  819. data/docs/InvestmentsDefaultUpdateWebhook.md +0 -28
  820. data/docs/InvestmentsHoldingsGetRequest.md +0 -24
  821. data/docs/InvestmentsHoldingsGetResponse.md +0 -26
  822. data/docs/InvestmentsTransactionsGetRequest.md +0 -28
  823. data/docs/InvestmentsTransactionsGetRequestOptions.md +0 -22
  824. data/docs/InvestmentsTransactionsGetResponse.md +0 -28
  825. data/docs/Item.md +0 -32
  826. data/docs/ItemAccessTokenInvalidateRequest.md +0 -22
  827. data/docs/ItemAccessTokenInvalidateResponse.md +0 -20
  828. data/docs/ItemErrorWebhook.md +0 -24
  829. data/docs/ItemGetRequest.md +0 -22
  830. data/docs/ItemGetResponse.md +0 -24
  831. data/docs/ItemImportRequest.md +0 -26
  832. data/docs/ItemImportRequestOptions.md +0 -18
  833. data/docs/ItemImportRequestUserAuth.md +0 -20
  834. data/docs/ItemImportResponse.md +0 -20
  835. data/docs/ItemProductReadyWebhook.md +0 -24
  836. data/docs/ItemPublicTokenCreateRequest.md +0 -22
  837. data/docs/ItemPublicTokenCreateResponse.md +0 -22
  838. data/docs/ItemPublicTokenExchangeRequest.md +0 -22
  839. data/docs/ItemPublicTokenExchangeResponse.md +0 -22
  840. data/docs/ItemRemoveRequest.md +0 -22
  841. data/docs/ItemRemoveResponse.md +0 -18
  842. data/docs/ItemStatus.md +0 -22
  843. data/docs/ItemWebhookUpdateRequest.md +0 -24
  844. data/docs/ItemWebhookUpdateResponse.md +0 -20
  845. data/docs/JWKPublicKey.md +0 -34
  846. data/docs/JWTHeader.md +0 -18
  847. data/docs/LiabilitiesGetRequest.md +0 -24
  848. data/docs/LiabilitiesGetRequestOptions.md +0 -18
  849. data/docs/LiabilitiesGetResponse.md +0 -24
  850. data/docs/LiabilitiesObject.md +0 -22
  851. data/docs/LiabilityOverride.md +0 -66
  852. data/docs/LinkTokenAccountFilters.md +0 -24
  853. data/docs/LinkTokenCreateRequest.md +0 -48
  854. data/docs/LinkTokenCreateRequestAccountSubtypes.md +0 -24
  855. data/docs/LinkTokenCreateRequestDepositSwitch.md +0 -18
  856. data/docs/LinkTokenCreateRequestIncomeVerification.md +0 -20
  857. data/docs/LinkTokenCreateRequestPaymentInitiation.md +0 -18
  858. data/docs/LinkTokenCreateRequestUser.md +0 -32
  859. data/docs/LinkTokenCreateResponse.md +0 -22
  860. data/docs/LinkTokenGetMetadataResponse.md +0 -30
  861. data/docs/LinkTokenGetRequest.md +0 -22
  862. data/docs/LinkTokenGetResponse.md +0 -26
  863. data/docs/LoanFilter.md +0 -18
  864. data/docs/Location.md +0 -32
  865. data/docs/MFA.md +0 -26
  866. data/docs/Meta.md +0 -22
  867. data/docs/MortgageInterestRate.md +0 -20
  868. data/docs/MortgageLiability.md +0 -56
  869. data/docs/MortgagePropertyAddress.md +0 -26
  870. data/docs/NullableAccessToken.md +0 -15
  871. data/docs/NullableAddress.md +0 -20
  872. data/docs/NullableAddressData.md +0 -26
  873. data/docs/NullableItemStatus.md +0 -22
  874. data/docs/NullableNumbersACH.md +0 -24
  875. data/docs/NullableNumbersBACS.md +0 -22
  876. data/docs/NullableNumbersEFT.md +0 -24
  877. data/docs/NullableNumbersInternational.md +0 -22
  878. data/docs/NullableRecipientBACS.md +0 -20
  879. data/docs/Numbers.md +0 -32
  880. data/docs/NumbersACH.md +0 -24
  881. data/docs/NumbersBACS.md +0 -22
  882. data/docs/NumbersEFT.md +0 -24
  883. data/docs/NumbersInternational.md +0 -22
  884. data/docs/OverrideAccounts.md +0 -38
  885. data/docs/Owner.md +0 -24
  886. data/docs/OwnerOverride.md +0 -24
  887. data/docs/PSLFStatus.md +0 -22
  888. data/docs/PayFrequency.md +0 -20
  889. data/docs/PayPeriodDetails.md +0 -26
  890. data/docs/PaymentAmount.md +0 -20
  891. data/docs/PaymentInitiationAddress.md +0 -24
  892. data/docs/PaymentInitiationPaymentCreateRequest.md +0 -28
  893. data/docs/PaymentInitiationPaymentCreateResponse.md +0 -22
  894. data/docs/PaymentInitiationPaymentGetRequest.md +0 -22
  895. data/docs/PaymentInitiationPaymentGetResponse.md +0 -34
  896. data/docs/PaymentInitiationPaymentListRequest.md +0 -24
  897. data/docs/PaymentInitiationPaymentListResponse.md +0 -22
  898. data/docs/PaymentInitiationPaymentTokenCreateRequest.md +0 -22
  899. data/docs/PaymentInitiationPaymentTokenCreateResponse.md +0 -22
  900. data/docs/PaymentInitiationRecipient.md +0 -26
  901. data/docs/PaymentInitiationRecipientCreateRequest.md +0 -28
  902. data/docs/PaymentInitiationRecipientCreateResponse.md +0 -20
  903. data/docs/PaymentInitiationRecipientGetRequest.md +0 -22
  904. data/docs/PaymentInitiationRecipientGetResponse.md +0 -28
  905. data/docs/PaymentInitiationRecipientListRequest.md +0 -20
  906. data/docs/PaymentInitiationRecipientListResponse.md +0 -20
  907. data/docs/PaymentMeta.md +0 -32
  908. data/docs/PaymentStatusUpdateWebhook.md +0 -38
  909. data/docs/Paystub.md +0 -30
  910. data/docs/PaystubDeduction.md +0 -22
  911. data/docs/PaystubYTDDetails.md +0 -20
  912. data/docs/PendingExpirationWebhook.md +0 -24
  913. data/docs/PhoneNumber.md +0 -22
  914. data/docs/PlaidApi.md +0 -5580
  915. data/docs/ProcessorApexProcessorTokenCreateRequest.md +0 -24
  916. data/docs/ProcessorAuthGetRequest.md +0 -22
  917. data/docs/ProcessorAuthGetResponse.md +0 -22
  918. data/docs/ProcessorBalanceGetRequest.md +0 -22
  919. data/docs/ProcessorBalanceGetResponse.md +0 -20
  920. data/docs/ProcessorIdentityGetRequest.md +0 -22
  921. data/docs/ProcessorIdentityGetResponse.md +0 -20
  922. data/docs/ProcessorNumber.md +0 -24
  923. data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +0 -24
  924. data/docs/ProcessorStripeBankAccountTokenCreateResponse.md +0 -20
  925. data/docs/ProcessorTokenCreateRequest.md +0 -26
  926. data/docs/ProcessorTokenCreateResponse.md +0 -20
  927. data/docs/ProductStatus.md +0 -22
  928. data/docs/ProductStatusBreakdown.md +0 -24
  929. data/docs/Products.md +0 -15
  930. data/docs/ProjectedIncomeSummaryFieldNumber.md +0 -20
  931. data/docs/RecaptchaRequiredError.md +0 -30
  932. data/docs/RecipientBACS.md +0 -20
  933. data/docs/SandboxBankTransferSimulateRequest.md +0 -26
  934. data/docs/SandboxBankTransferSimulateResponse.md +0 -18
  935. data/docs/SandboxItemFireWebhookRequest.md +0 -24
  936. data/docs/SandboxItemFireWebhookResponse.md +0 -20
  937. data/docs/SandboxItemResetLoginRequest.md +0 -22
  938. data/docs/SandboxItemResetLoginResponse.md +0 -20
  939. data/docs/SandboxItemSetVerificationStatusRequest.md +0 -26
  940. data/docs/SandboxItemSetVerificationStatusResponse.md +0 -18
  941. data/docs/SandboxProcessorTokenCreateRequest.md +0 -24
  942. data/docs/SandboxProcessorTokenCreateRequestOptions.md +0 -20
  943. data/docs/SandboxProcessorTokenCreateResponse.md +0 -20
  944. data/docs/SandboxPublicTokenCreateRequest.md +0 -26
  945. data/docs/SandboxPublicTokenCreateRequestOptions.md +0 -24
  946. data/docs/SandboxPublicTokenCreateRequestOptionsTransactions.md +0 -20
  947. data/docs/SandboxPublicTokenCreateResponse.md +0 -20
  948. data/docs/Security.md +0 -46
  949. data/docs/ServicerAddressData.md +0 -26
  950. data/docs/StandaloneAccountType.md +0 -26
  951. data/docs/StandaloneCurrencyCodeList.md +0 -20
  952. data/docs/StandaloneInvestmentTransactionSubtype.md +0 -104
  953. data/docs/StandaloneInvestmentTransactionType.md +0 -28
  954. data/docs/StudentLoan.md +0 -66
  955. data/docs/StudentLoanRepaymentModel.md +0 -22
  956. data/docs/StudentLoanStatus.md +0 -20
  957. data/docs/StudentRepaymentPlan.md +0 -20
  958. data/docs/Transaction.md +0 -58
  959. data/docs/TransactionCode.md +0 -15
  960. data/docs/TransactionData.md +0 -26
  961. data/docs/TransactionOverride.md +0 -26
  962. data/docs/TransactionsGetRequest.md +0 -28
  963. data/docs/TransactionsGetRequestOptions.md +0 -22
  964. data/docs/TransactionsGetResponse.md +0 -26
  965. data/docs/TransactionsRefreshRequest.md +0 -22
  966. data/docs/TransactionsRefreshResponse.md +0 -18
  967. data/docs/TransactionsRemovedWebhook.md +0 -26
  968. data/docs/UserCustomPassword.md +0 -28
  969. data/docs/UserPermissionRevokedWebhook.md +0 -24
  970. data/docs/VerificationExpiredWebhook.md +0 -24
  971. data/docs/VerificationStatus.md +0 -15
  972. data/docs/Warning.md +0 -22
  973. data/docs/WebhookUpdateAcknowledgedWebhook.md +0 -26
  974. data/docs/WebhookVerificationKeyGetRequest.md +0 -22
  975. data/docs/WebhookVerificationKeyGetResponse.md +0 -20
  976. data/docs/YTDGrossIncomeSummaryFieldNumber.md +0 -20
  977. data/docs/YTDNetIncomeSummaryFieldNumber.md +0 -20
  978. data/lib/plaid/models/standalone_investment_transaction_subtype.rb +0 -650
Binary file
@@ -0,0 +1 @@
1
+ var search_data = {"index":{"searchIndex":["object","plaid","apierror","accesstoken","invalidateresponse","accounts","accountsresponse","apex","processortoken","assetreport","assetreportcreateresponse","assetreportfilterresponse","assetreportgetresponse","assetreportrefreshresponse","assetreportremoveresponse","auditcopycreateresponse","auditcopygetresponse","auditcopyremoveresponse","auth","authresponse","balance","baseproduct","categories","categoriesresponse","client","createresponse","creditdetails","creditdetailsresponse","depositswitch","createresponse","createtokenresponse","getresponse","dwolla","processortoken","error","getresponse","holdings","getresponse","identity","identityresponse","income","incomeresponse","institutionerror","institutions","invalidinputerror","invalidrequesterror","investmenttransactions","getresponse","investments","item","getresponse","importresponse","removeresponse","itemerror","liabilities","liabilitiesresponse","linktoken","middleware","models","account","accountwithowners","assetreport","assetreportaccount","assetreportbalance","assetreporthistoricalbalance","assetreportitem","assetreportowner","assetreporttransaction","assetreportuser","balances","baseerror","basemodel","baseresponse","category","cause","creditcardliability","creditcardliabilityaprs","creditdetails","creditdetailsapr","creditdetailsaprs","error","holding","identity","identityaddress","identityaddressdata","identityemail","identityphonenumber","income","incomestream","institution","institutioncredential","institutionpaymentinitiationmetadata","institutionstatus","institutionstatusbreakdown","institutionstatusitemlogins","investmenttransaction","item","itemstatus","itemstatusinvestments","itemstatuslastwebhook","itemstatustransactions","liabilities","linktokenmetadata","mfa","device","devicelistelement","selection","numberach","numberbacs","numbereft","numberinternational","numbers","pslfstatus","payment","paymentamount","paymentrecipient","paymentrecipientaddress","paymentrecipientbacs","paymentschedule","security","standingordermetadata","studentloanliability","studentloanrepaymentplan","studentloanserviceraddress","studentloanstatus","transaction","transactionlocation","transactionpaymentmeta","warning","webhookverificationkey","multipleinstitutionsresponse","ocrolus","processortoken","paymentcreateresponse","paymentgetresponse","paymentinitiation","paymentlistresponse","paymentrecipientcreateresponse","paymentrecipientgetresponse","paymentrecipientlistresponse","paymenttokencreateresponse","plaidapierror","plaiderror","plaidservererror","processor","processortoken","processortokenresponse","publictoken","createresponse","exchangeresponse","ratelimitexceedederror","sandbox","sandboxitem","firewebhookresponse","resetloginresponse","sandboxpublictoken","sandboxcreateresponse","singleinstitutionresponse","stripe","bankaccounttoken","createresponse","subproductmixin","transactions","getresponse","webhook","updateresponse","webhooks","webhookverificationkeygetresponse","api_host()","assert_property_exists!()","balance()","build_default_connection()","build_payload()","client()","convert_to_date_string()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create_audit_copy()","create_connection()","create_payment()","create_payment_token()","create_recipient()","create_token()","error_from_type()","exchange()","filter()","fire_webhook()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get_audit_copy()","get_by_id()","get_payment()","get_pdf()","get_recipient()","get_verification_key()","holdings()","import()","invalidate()","link_token()","list_payments()","list_recipients()","new()","new()","new()","on_complete()","post()","post_with_auth()","post_with_auth()","property_ignored?()","refresh()","refresh()","relaxed_models=()","relaxed_models?()","remove()","remove()","remove_audit_copy()","reset_login()","search()","set_verification_status()","subproduct()","transactions()","update()","license","readme"],"longSearchIndex":["object","plaid","plaid::apierror","plaid::accesstoken","plaid::accesstoken::invalidateresponse","plaid::accounts","plaid::accountsresponse","plaid::apex","plaid::apex::processortoken","plaid::assetreport","plaid::assetreportcreateresponse","plaid::assetreportfilterresponse","plaid::assetreportgetresponse","plaid::assetreportrefreshresponse","plaid::assetreportremoveresponse","plaid::auditcopycreateresponse","plaid::auditcopygetresponse","plaid::auditcopyremoveresponse","plaid::auth","plaid::authresponse","plaid::balance","plaid::baseproduct","plaid::categories","plaid::categoriesresponse","plaid::client","plaid::createresponse","plaid::creditdetails","plaid::creditdetailsresponse","plaid::depositswitch","plaid::depositswitch::createresponse","plaid::depositswitch::createtokenresponse","plaid::depositswitch::getresponse","plaid::dwolla","plaid::dwolla::processortoken","plaid::error","plaid::getresponse","plaid::holdings","plaid::holdings::getresponse","plaid::identity","plaid::identityresponse","plaid::income","plaid::incomeresponse","plaid::institutionerror","plaid::institutions","plaid::invalidinputerror","plaid::invalidrequesterror","plaid::investmenttransactions","plaid::investmenttransactions::getresponse","plaid::investments","plaid::item","plaid::item::getresponse","plaid::item::importresponse","plaid::item::removeresponse","plaid::itemerror","plaid::liabilities","plaid::liabilitiesresponse","plaid::linktoken","plaid::middleware","plaid::models","plaid::models::account","plaid::models::accountwithowners","plaid::models::assetreport","plaid::models::assetreportaccount","plaid::models::assetreportbalance","plaid::models::assetreporthistoricalbalance","plaid::models::assetreportitem","plaid::models::assetreportowner","plaid::models::assetreporttransaction","plaid::models::assetreportuser","plaid::models::balances","plaid::models::baseerror","plaid::models::basemodel","plaid::models::baseresponse","plaid::models::category","plaid::models::cause","plaid::models::creditcardliability","plaid::models::creditcardliabilityaprs","plaid::models::creditdetails","plaid::models::creditdetailsapr","plaid::models::creditdetailsaprs","plaid::models::error","plaid::models::holding","plaid::models::identity","plaid::models::identityaddress","plaid::models::identityaddressdata","plaid::models::identityemail","plaid::models::identityphonenumber","plaid::models::income","plaid::models::incomestream","plaid::models::institution","plaid::models::institutioncredential","plaid::models::institutionpaymentinitiationmetadata","plaid::models::institutionstatus","plaid::models::institutionstatusbreakdown","plaid::models::institutionstatusitemlogins","plaid::models::investmenttransaction","plaid::models::item","plaid::models::itemstatus","plaid::models::itemstatusinvestments","plaid::models::itemstatuslastwebhook","plaid::models::itemstatustransactions","plaid::models::liabilities","plaid::models::linktokenmetadata","plaid::models::mfa","plaid::models::mfa::device","plaid::models::mfa::devicelistelement","plaid::models::mfa::selection","plaid::models::numberach","plaid::models::numberbacs","plaid::models::numbereft","plaid::models::numberinternational","plaid::models::numbers","plaid::models::pslfstatus","plaid::models::payment","plaid::models::paymentamount","plaid::models::paymentrecipient","plaid::models::paymentrecipientaddress","plaid::models::paymentrecipientbacs","plaid::models::paymentschedule","plaid::models::security","plaid::models::standingordermetadata","plaid::models::studentloanliability","plaid::models::studentloanrepaymentplan","plaid::models::studentloanserviceraddress","plaid::models::studentloanstatus","plaid::models::transaction","plaid::models::transactionlocation","plaid::models::transactionpaymentmeta","plaid::models::warning","plaid::models::webhookverificationkey","plaid::multipleinstitutionsresponse","plaid::ocrolus","plaid::ocrolus::processortoken","plaid::paymentcreateresponse","plaid::paymentgetresponse","plaid::paymentinitiation","plaid::paymentlistresponse","plaid::paymentrecipientcreateresponse","plaid::paymentrecipientgetresponse","plaid::paymentrecipientlistresponse","plaid::paymenttokencreateresponse","plaid::plaidapierror","plaid::plaiderror","plaid::plaidservererror","plaid::processor","plaid::processortoken","plaid::processortokenresponse","plaid::publictoken","plaid::publictoken::createresponse","plaid::publictoken::exchangeresponse","plaid::ratelimitexceedederror","plaid::sandbox","plaid::sandboxitem","plaid::sandboxitem::firewebhookresponse","plaid::sandboxitem::resetloginresponse","plaid::sandboxpublictoken","plaid::sandboxpublictoken::sandboxcreateresponse","plaid::singleinstitutionresponse","plaid::stripe","plaid::stripe::bankaccounttoken","plaid::stripe::bankaccounttoken::createresponse","plaid::subproductmixin","plaid::transactions","plaid::transactions::getresponse","plaid::webhook","plaid::webhook::updateresponse","plaid::webhooks","plaid::webhooks::webhookverificationkeygetresponse","plaid::client#api_host()","plaid::models::basemodel#assert_property_exists!()","plaid::accounts#balance()","plaid::client::build_default_connection()","plaid::baseproduct#build_payload()","plaid::client#client()","plaid::convert_to_date_string()","plaid::apex::processortoken#create()","plaid::assetreport#create()","plaid::depositswitch#create()","plaid::dwolla::processortoken#create()","plaid::linktoken#create()","plaid::ocrolus::processortoken#create()","plaid::processortoken#create()","plaid::publictoken#create()","plaid::sandboxpublictoken#create()","plaid::stripe::bankaccounttoken#create()","plaid::assetreport#create_audit_copy()","plaid::client#create_connection()","plaid::paymentinitiation#create_payment()","plaid::paymentinitiation#create_payment_token()","plaid::paymentinitiation#create_recipient()","plaid::depositswitch#create_token()","plaid::error::error_from_type()","plaid::publictoken#exchange()","plaid::assetreport#filter()","plaid::sandboxitem#fire_webhook()","plaid::accounts#get()","plaid::assetreport#get()","plaid::auth#get()","plaid::balance#get()","plaid::categories#get()","plaid::creditdetails#get()","plaid::depositswitch#get()","plaid::holdings#get()","plaid::identity#get()","plaid::income#get()","plaid::institutions#get()","plaid::investmenttransactions#get()","plaid::item#get()","plaid::liabilities#get()","plaid::linktoken#get()","plaid::transactions#get()","plaid::assetreport#get_audit_copy()","plaid::institutions#get_by_id()","plaid::paymentinitiation#get_payment()","plaid::assetreport#get_pdf()","plaid::paymentinitiation#get_recipient()","plaid::webhooks#get_verification_key()","plaid::investments#holdings()","plaid::item#import()","plaid::accesstoken#invalidate()","plaid::client#link_token()","plaid::paymentinitiation#list_payments()","plaid::paymentinitiation#list_recipients()","plaid::baseproduct::new()","plaid::client::new()","plaid::plaidapierror::new()","plaid::middleware#on_complete()","plaid::client#post()","plaid::baseproduct#post_with_auth()","plaid::client#post_with_auth()","plaid::models::basemodel::property_ignored?()","plaid::assetreport#refresh()","plaid::transactions#refresh()","plaid::relaxed_models=()","plaid::relaxed_models?()","plaid::assetreport#remove()","plaid::item#remove()","plaid::assetreport#remove_audit_copy()","plaid::sandboxitem#reset_login()","plaid::institutions#search()","plaid::sandboxitem#set_verification_status()","plaid::subproductmixin#subproduct()","plaid::investments#transactions()","plaid::webhook#update()","",""],"info":[["Object","","classes/Object.html","",""],["Plaid","","classes/Plaid.html","","<p>The namespace for all the things Plaid.\n<p>The Plaid namespace.\n"],["Plaid::APIError","","classes/Plaid/APIError.html","","<p>Returned during planned maintenance windows and in response to API internal\nserver errors.\n"],["Plaid::AccessToken","","classes/Plaid/AccessToken.html","","<p>Class used to call the AccessToken sub-product.\n"],["Plaid::AccessToken::InvalidateResponse","","classes/Plaid/AccessToken/InvalidateResponse.html","","<p>Response for /item/access_token/invalidate.\n"],["Plaid::Accounts","","classes/Plaid/Accounts.html","","<p>Class used to call the Accounts product.\n"],["Plaid::AccountsResponse","","classes/Plaid/AccountsResponse.html","","<p>The response wrapper for /accounts/get and /accounts/balance/get.\n"],["Plaid::Apex","","classes/Plaid/Apex.html","","<p>Class used to call the Apex sub-product.\n"],["Plaid::Apex::ProcessorToken","","classes/Plaid/Apex/ProcessorToken.html","","<p>Class used to call the apex.processor_token subproduct\n"],["Plaid::AssetReport","","classes/Plaid/AssetReport.html","","<p>Class used to call the Assets product. Documentation available at\nplaid.com/docs/api/#assets.\n"],["Plaid::AssetReportCreateResponse","","classes/Plaid/AssetReportCreateResponse.html","","<p>The response wrapper for /asset_report/create.\n"],["Plaid::AssetReportFilterResponse","","classes/Plaid/AssetReportFilterResponse.html","","<p>The response wrapper for /asset_report/filter.\n"],["Plaid::AssetReportGetResponse","","classes/Plaid/AssetReportGetResponse.html","","<p>The response wrapper for /asset_report/get.\n"],["Plaid::AssetReportRefreshResponse","","classes/Plaid/AssetReportRefreshResponse.html","","<p>The response wrapper for /asset_report/refresh.\n"],["Plaid::AssetReportRemoveResponse","","classes/Plaid/AssetReportRemoveResponse.html","","<p>The response wrapper for /asset_report/remove.\n"],["Plaid::AuditCopyCreateResponse","","classes/Plaid/AuditCopyCreateResponse.html","","<p>The response wrapper for /asset_report/audit_copy/create.\n"],["Plaid::AuditCopyGetResponse","","classes/Plaid/AuditCopyGetResponse.html","","<p>The response wrapper for /asset_report/audit_copy/get.\n"],["Plaid::AuditCopyRemoveResponse","","classes/Plaid/AuditCopyRemoveResponse.html","","<p>The response wrapper for /asset_report/audit_copy/remove.\n"],["Plaid::Auth","","classes/Plaid/Auth.html","","<p>Class used to call the Auth product.\n"],["Plaid::AuthResponse","","classes/Plaid/AuthResponse.html","","<p>Response wrapper for /accounts/get and /accounts/balance/get\n"],["Plaid::Balance","","classes/Plaid/Balance.html","","<p>Class used to call the Balance product.\n"],["Plaid::BaseProduct","","classes/Plaid/BaseProduct.html","","<p>The base class for all client products\n"],["Plaid::Categories","","classes/Plaid/Categories.html","","<p>Class used to call the Categories product.\n"],["Plaid::CategoriesResponse","","classes/Plaid/CategoriesResponse.html","","<p>Response wrapper for /categories/get.\n"],["Plaid::Client","","classes/Plaid/Client.html","","<p>The main interface to Plaid API.\n"],["Plaid::CreateResponse","","classes/Plaid/CreateResponse.html","","<p>Response for /link/token/create.\n"],["Plaid::CreditDetails","","classes/Plaid/CreditDetails.html","","<p>Class used to call the CreditDetails product.\n"],["Plaid::CreditDetailsResponse","","classes/Plaid/CreditDetailsResponse.html","","<p>Response wrapper for /credit_details/get.\n"],["Plaid::DepositSwitch","","classes/Plaid/DepositSwitch.html","","<p>Class used to call the Deposit Switch product.\n"],["Plaid::DepositSwitch::CreateResponse","","classes/Plaid/DepositSwitch/CreateResponse.html","","<p>Response wrapper for /deposit_switch/create.\n"],["Plaid::DepositSwitch::CreateTokenResponse","","classes/Plaid/DepositSwitch/CreateTokenResponse.html","","<p>Response wrapper for /deposit_switch/create.\n"],["Plaid::DepositSwitch::GetResponse","","classes/Plaid/DepositSwitch/GetResponse.html","","<p>Response wrapper for /deposit_switch/get.\n"],["Plaid::Dwolla","","classes/Plaid/Dwolla.html","","<p>Class used to call the Dwolla sub-product.\n"],["Plaid::Dwolla::ProcessorToken","","classes/Plaid/Dwolla/ProcessorToken.html","","<p>Class used to call the dwolla.processor_token subproduct\n"],["Plaid::Error","","classes/Plaid/Error.html","","<p>A module that provides utilities for errors.\n"],["Plaid::GetResponse","","classes/Plaid/GetResponse.html","","<p>Response for /link/token/get.\n"],["Plaid::Holdings","","classes/Plaid/Holdings.html","","<p>Class used to get Holdings for the Investments product.\n"],["Plaid::Holdings::GetResponse","","classes/Plaid/Holdings/GetResponse.html","","<p>Response for /investments/holdings/get.\n"],["Plaid::Identity","","classes/Plaid/Identity.html","","<p>Class used to call the Identity product.\n"],["Plaid::IdentityResponse","","classes/Plaid/IdentityResponse.html","","<p>Response for /identity/get.\n"],["Plaid::Income","","classes/Plaid/Income.html","","<p>Class used to call the Income product.\n"],["Plaid::IncomeResponse","","classes/Plaid/IncomeResponse.html","","<p>Income product response.\n"],["Plaid::InstitutionError","","classes/Plaid/InstitutionError.html","","<p>Returned when there are errors for the requested financial institution.\n"],["Plaid::Institutions","","classes/Plaid/Institutions.html","","<p>Class used to call the Institutions product.\n"],["Plaid::InvalidInputError","","classes/Plaid/InvalidInputError.html","","<p>Returned when all fields are provided and are in the correct format, but\nthe values provided are incorrect …\n"],["Plaid::InvalidRequestError","","classes/Plaid/InvalidRequestError.html","","<p>Returned when the request is malformed and cannot be processed.\n"],["Plaid::InvestmentTransactions","","classes/Plaid/InvestmentTransactions.html","","<p>Class used to get InvestmentTransactions for the Investments product.\n"],["Plaid::InvestmentTransactions::GetResponse","","classes/Plaid/InvestmentTransactions/GetResponse.html","","<p>Response for /investments/transactions/get.\n"],["Plaid::Investments","","classes/Plaid/Investments.html","","<p>Class used to call the Accounts product.\n"],["Plaid::Item","","classes/Plaid/Item.html","","<p>Class used to call the Item product.\n"],["Plaid::Item::GetResponse","","classes/Plaid/Item/GetResponse.html","","<p>Response for /item/get.\n"],["Plaid::Item::ImportResponse","","classes/Plaid/Item/ImportResponse.html","","<p>Response for /item/import.\n"],["Plaid::Item::RemoveResponse","","classes/Plaid/Item/RemoveResponse.html","","<p>Response for /item/remove.\n"],["Plaid::ItemError","","classes/Plaid/ItemError.html","","<p>Indicates that information provided for the item (such as credentials or\nMFA) may be invalid or that …\n"],["Plaid::Liabilities","","classes/Plaid/Liabilities.html","","<p>Class used to call the Liabilities product.\n"],["Plaid::LiabilitiesResponse","","classes/Plaid/LiabilitiesResponse.html","","<p>Response wrapper for /liabilities/get.\n"],["Plaid::LinkToken","","classes/Plaid/LinkToken.html","","<p>Class used to call the LinkToken sub-product.\n"],["Plaid::Middleware","","classes/Plaid/Middleware.html","","<p>The Faraday middleware used to catch errors.\n"],["Plaid::Models","","classes/Plaid/Models.html","",""],["Plaid::Models::Account","","classes/Plaid/Models/Account.html","","<p>A representation of an account.\n"],["Plaid::Models::AccountWithOwners","","classes/Plaid/Models/AccountWithOwners.html","","<p>A representation of an account with owners\n"],["Plaid::Models::AssetReport","","classes/Plaid/Models/AssetReport.html","","<p>A representation of an asset report.\n"],["Plaid::Models::AssetReportAccount","","classes/Plaid/Models/AssetReportAccount.html","","<p>A representation of an asset report account.\n"],["Plaid::Models::AssetReportBalance","","classes/Plaid/Models/AssetReportBalance.html","","<p>A representation of an asset report balance.\n"],["Plaid::Models::AssetReportHistoricalBalance","","classes/Plaid/Models/AssetReportHistoricalBalance.html","","<p>A representation of an asset report historical balance.\n"],["Plaid::Models::AssetReportItem","","classes/Plaid/Models/AssetReportItem.html","","<p>A representation of an asset report item.\n"],["Plaid::Models::AssetReportOwner","","classes/Plaid/Models/AssetReportOwner.html","","<p>A representation of an asset report owner.\n"],["Plaid::Models::AssetReportTransaction","","classes/Plaid/Models/AssetReportTransaction.html","","<p>A representation of an asset report transaction.\n"],["Plaid::Models::AssetReportUser","","classes/Plaid/Models/AssetReportUser.html","","<p>A representation of an asset report user.\n"],["Plaid::Models::Balances","","classes/Plaid/Models/Balances.html","","<p>A representation of account balances.\n"],["Plaid::Models::BaseError","","classes/Plaid/Models/BaseError.html","","<p>Base error.\n"],["Plaid::Models::BaseModel","","classes/Plaid/Models/BaseModel.html","","<p>Base model for all other models.\n"],["Plaid::Models::BaseResponse","","classes/Plaid/Models/BaseResponse.html","","<p>Base API response.\n"],["Plaid::Models::Category","","classes/Plaid/Models/Category.html","","<p>A representation of a transaction category.\n"],["Plaid::Models::Cause","","classes/Plaid/Models/Cause.html","","<p>A representation of a cause.\n"],["Plaid::Models::CreditCardLiability","","classes/Plaid/Models/CreditCardLiability.html","","<p>A representation of a credit card liability\n"],["Plaid::Models::CreditCardLiabilityAPRs","","classes/Plaid/Models/CreditCardLiabilityAPRs.html","","<p>A representation of a credit card liability APR\n"],["Plaid::Models::CreditDetails","","classes/Plaid/Models/CreditDetails.html","","<p>A representation of Credit Details data.\n"],["Plaid::Models::CreditDetailsAPR","","classes/Plaid/Models/CreditDetailsAPR.html","","<p>A representation of a single Credit Details APR.\n"],["Plaid::Models::CreditDetailsAPRs","","classes/Plaid/Models/CreditDetailsAPRs.html","","<p>A representation of Credit Details APRs data.\n"],["Plaid::Models::Error","","classes/Plaid/Models/Error.html","","<p>A representation of an error.\n"],["Plaid::Models::Holding","","classes/Plaid/Models/Holding.html","","<p>A representation of a Holding in an investment account.\n"],["Plaid::Models::Identity","","classes/Plaid/Models/Identity.html","","<p>A representation of Identity data.\n"],["Plaid::Models::IdentityAddress","","classes/Plaid/Models/IdentityAddress.html","","<p>A representation of Identity address data.\n"],["Plaid::Models::IdentityAddressData","","classes/Plaid/Models/IdentityAddressData.html","","<p>A representation of Identity address details.\n"],["Plaid::Models::IdentityEmail","","classes/Plaid/Models/IdentityEmail.html","","<p>A representation of Identity email data.\n"],["Plaid::Models::IdentityPhoneNumber","","classes/Plaid/Models/IdentityPhoneNumber.html","","<p>A representation of Identity phone number data.\n"],["Plaid::Models::Income","","classes/Plaid/Models/Income.html","","<p>A representation of Income data.\n"],["Plaid::Models::IncomeStream","","classes/Plaid/Models/IncomeStream.html","","<p>A representation of Income Stream data.\n"],["Plaid::Models::Institution","","classes/Plaid/Models/Institution.html","","<p>A representation of Institution.\n"],["Plaid::Models::InstitutionCredential","","classes/Plaid/Models/InstitutionCredential.html","","<p>A representation of an institution login credential.\n"],["Plaid::Models::InstitutionPaymentInitiationMetadata","","classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html","","<p>A representation of an institution&#39;s payment initiation metadata.\n"],["Plaid::Models::InstitutionStatus","","classes/Plaid/Models/InstitutionStatus.html","","<p>A representation of Institution status.\n"],["Plaid::Models::InstitutionStatusBreakdown","","classes/Plaid/Models/InstitutionStatusBreakdown.html","","<p>A representation of Institution status breakdown.\n"],["Plaid::Models::InstitutionStatusItemLogins","","classes/Plaid/Models/InstitutionStatusItemLogins.html","","<p>A representation of Institution item logins status.\n"],["Plaid::Models::InvestmentTransaction","","classes/Plaid/Models/InvestmentTransaction.html","","<p>A representation of an InvestmentTransaction in an investment account.\n"],["Plaid::Models::Item","","classes/Plaid/Models/Item.html","","<p>A representation of an item.\n"],["Plaid::Models::ItemStatus","","classes/Plaid/Models/ItemStatus.html","","<p>A representation of Item status\n"],["Plaid::Models::ItemStatusInvestments","","classes/Plaid/Models/ItemStatusInvestments.html","","<p>A representation of Item investments update status\n"],["Plaid::Models::ItemStatusLastWebhook","","classes/Plaid/Models/ItemStatusLastWebhook.html","","<p>A representation of Item webhook status\n"],["Plaid::Models::ItemStatusTransactions","","classes/Plaid/Models/ItemStatusTransactions.html","","<p>A representation of Item transaction update status\n"],["Plaid::Models::Liabilities","","classes/Plaid/Models/Liabilities.html","","<p>A representation of someone&#39;s liabilities of all types.\n"],["Plaid::Models::LinkTokenMetadata","","classes/Plaid/Models/LinkTokenMetadata.html","","<p>Metadata associated with a link token.\n"],["Plaid::Models::MFA","","classes/Plaid/Models/MFA.html","",""],["Plaid::Models::MFA::Device","","classes/Plaid/Models/MFA/Device.html","","<p>A representation of an MFA device.\n"],["Plaid::Models::MFA::DeviceListElement","","classes/Plaid/Models/MFA/DeviceListElement.html","","<p>A representation of a single element in a device list.\n"],["Plaid::Models::MFA::Selection","","classes/Plaid/Models/MFA/Selection.html","","<p>A representation of MFA selection.\n"],["Plaid::Models::NumberACH","","classes/Plaid/Models/NumberACH.html","","<p>A representation of an ACH account number.\n"],["Plaid::Models::NumberBACS","","classes/Plaid/Models/NumberBACS.html","","<p>A representation of a BACS (British) account number.\n"],["Plaid::Models::NumberEFT","","classes/Plaid/Models/NumberEFT.html","","<p>A representation of an EFT (Canadian) account number.\n"],["Plaid::Models::NumberInternational","","classes/Plaid/Models/NumberInternational.html","","<p>A representation of an International account number.\n"],["Plaid::Models::Numbers","","classes/Plaid/Models/Numbers.html","","<p>A representation of a Auth Numbers response\n"],["Plaid::Models::PSLFStatus","","classes/Plaid/Models/PSLFStatus.html","","<p>A representation of an eligibility for the Public Service Loan Forgiveness\nprogram.\n"],["Plaid::Models::Payment","","classes/Plaid/Models/Payment.html","","<p>A representation of a payment.\n"],["Plaid::Models::PaymentAmount","","classes/Plaid/Models/PaymentAmount.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::PaymentRecipient","","classes/Plaid/Models/PaymentRecipient.html","","<p>A representation of a payment recipient.\n"],["Plaid::Models::PaymentRecipientAddress","","classes/Plaid/Models/PaymentRecipientAddress.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::PaymentRecipientBACS","","classes/Plaid/Models/PaymentRecipientBACS.html","","<p>A representation of a payment recipient BACS number.\n"],["Plaid::Models::PaymentSchedule","","classes/Plaid/Models/PaymentSchedule.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::Security","","classes/Plaid/Models/Security.html","","<p>A representation of a Security.\n"],["Plaid::Models::StandingOrderMetadata","","classes/Plaid/Models/StandingOrderMetadata.html","","<p>A representation of standing order metadata for an institution.\n"],["Plaid::Models::StudentLoanLiability","","classes/Plaid/Models/StudentLoanLiability.html","","<p>A representation of a student loan liability.\n"],["Plaid::Models::StudentLoanRepaymentPlan","","classes/Plaid/Models/StudentLoanRepaymentPlan.html","","<p>A representation of a student loan repayment plan.\n"],["Plaid::Models::StudentLoanServicerAddress","","classes/Plaid/Models/StudentLoanServicerAddress.html","","<p>A representation of a student loan servicer address.\n"],["Plaid::Models::StudentLoanStatus","","classes/Plaid/Models/StudentLoanStatus.html","","<p>A representation of the status of a student loan.\n"],["Plaid::Models::Transaction","","classes/Plaid/Models/Transaction.html","","<p>A representation of Transaction.\n"],["Plaid::Models::TransactionLocation","","classes/Plaid/Models/TransactionLocation.html","","<p>A representation of Transaction location.\n"],["Plaid::Models::TransactionPaymentMeta","","classes/Plaid/Models/TransactionPaymentMeta.html","","<p>A representation of Transaction Payment meta information.\n"],["Plaid::Models::Warning","","classes/Plaid/Models/Warning.html","","<p>A representation of a warning.\n"],["Plaid::Models::WebhookVerificationKey","","classes/Plaid/Models/WebhookVerificationKey.html","","<p>A representation of a payment amount.\n"],["Plaid::MultipleInstitutionsResponse","","classes/Plaid/MultipleInstitutionsResponse.html","","<p>Response for institutions search returning multiple institutions.\n"],["Plaid::Ocrolus","","classes/Plaid/Ocrolus.html","","<p>Class used to call the Ocrolus sub-product.\n"],["Plaid::Ocrolus::ProcessorToken","","classes/Plaid/Ocrolus/ProcessorToken.html","","<p>Class used to call the ocrolus.processor_token subproduct\n"],["Plaid::PaymentCreateResponse","","classes/Plaid/PaymentCreateResponse.html","","<p>The response wrapper for /payment_initiation/payment/create.\n"],["Plaid::PaymentGetResponse","","classes/Plaid/PaymentGetResponse.html","","<p>The response wrapper for /payment_initiation/payment/get.\n"],["Plaid::PaymentInitiation","","classes/Plaid/PaymentInitiation.html","","<p>Class used to call the Payment product.\n"],["Plaid::PaymentListResponse","","classes/Plaid/PaymentListResponse.html","","<p>The response wrapper for /payment_initiation/payment/list.\n"],["Plaid::PaymentRecipientCreateResponse","","classes/Plaid/PaymentRecipientCreateResponse.html","","<p>The response wrapper for /payment_initiation/recipient/create.\n"],["Plaid::PaymentRecipientGetResponse","","classes/Plaid/PaymentRecipientGetResponse.html","","<p>The response wrapper for /payment_initiation/recipient/get.\n"],["Plaid::PaymentRecipientListResponse","","classes/Plaid/PaymentRecipientListResponse.html","","<p>The response wrapper for /payment_initiation/recipient/list.\n"],["Plaid::PaymentTokenCreateResponse","","classes/Plaid/PaymentTokenCreateResponse.html","","<p>The response wrapper for /payment_initiation/payment/token/create.\n"],["Plaid::PlaidAPIError","","classes/Plaid/PlaidAPIError.html","","<p>Base class for any error returned by the API\n"],["Plaid::PlaidError","","classes/Plaid/PlaidError.html","","<p>Base class for Plaid SDK errors\n"],["Plaid::PlaidServerError","","classes/Plaid/PlaidServerError.html","","<p>Returned on Plaid server or network issues\n"],["Plaid::Processor","","classes/Plaid/Processor.html","","<p>Class used to call the Processor product.\n"],["Plaid::ProcessorToken","","classes/Plaid/ProcessorToken.html","","<p>Class used to call the generic ProcessorToken sub-product.\n"],["Plaid::ProcessorTokenResponse","","classes/Plaid/ProcessorTokenResponse.html","","<p>A response for /processor/…/processor_token/create.\n"],["Plaid::PublicToken","","classes/Plaid/PublicToken.html","","<p>Class used to call the PublicToken sub-product\n"],["Plaid::PublicToken::CreateResponse","","classes/Plaid/PublicToken/CreateResponse.html","","<p>Response for /item/public_token/create.\n"],["Plaid::PublicToken::ExchangeResponse","","classes/Plaid/PublicToken/ExchangeResponse.html","","<p>Response for /item/public_token/exchange.\n"],["Plaid::RateLimitExceededError","","classes/Plaid/RateLimitExceededError.html","","<p>Returned when the request is valid but has exceeded established rate\nlimits.\n"],["Plaid::Sandbox","","classes/Plaid/Sandbox.html","","<p>Class used to call the Sandbox product.\n"],["Plaid::SandboxItem","","classes/Plaid/SandboxItem.html","","<p>Class used to call the SandboxItem sub-product.\n"],["Plaid::SandboxItem::FireWebhookResponse","","classes/Plaid/SandboxItem/FireWebhookResponse.html","","<p>Response for /sandbox/item/fire_webhook.\n"],["Plaid::SandboxItem::ResetLoginResponse","","classes/Plaid/SandboxItem/ResetLoginResponse.html","","<p>Response for /sandbox/item/reset_login.\n"],["Plaid::SandboxPublicToken","","classes/Plaid/SandboxPublicToken.html","","<p>Class used to call the SandboxPublicToken sub-product\n"],["Plaid::SandboxPublicToken::SandboxCreateResponse","","classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html","","<p>Response for /sandbox/public_token/create.\n"],["Plaid::SingleInstitutionResponse","","classes/Plaid/SingleInstitutionResponse.html","","<p>Response for institutions search returning a single institution.\n"],["Plaid::Stripe","","classes/Plaid/Stripe.html","","<p>Class used to call the Stripe sub-product.\n"],["Plaid::Stripe::BankAccountToken","","classes/Plaid/Stripe/BankAccountToken.html","","<p>Class used to call the BankAccountToken sub-product.\n"],["Plaid::Stripe::BankAccountToken::CreateResponse","","classes/Plaid/Stripe/BankAccountToken/CreateResponse.html","","<p>A response for /processor/stripe/bank_account_token/create.\n"],["Plaid::SubproductMixin","","classes/Plaid/SubproductMixin.html","","<p>Support for subproduct metaprogramming\n<p>Allows to write\n\n<pre><code>class SomeProduct\n subproduct :cool, Plaid::Cool ...\n</code></pre>\n"],["Plaid::Transactions","","classes/Plaid/Transactions.html","","<p>Class used to call the Transactions product.\n"],["Plaid::Transactions::GetResponse","","classes/Plaid/Transactions/GetResponse.html","","<p>Response for /transactions/get.\n"],["Plaid::Webhook","","classes/Plaid/Webhook.html","","<p>Class used to call the Webhook sub-product\n"],["Plaid::Webhook::UpdateResponse","","classes/Plaid/Webhook/UpdateResponse.html","","<p>Response for /item/webhook/update.\n"],["Plaid::Webhooks","","classes/Plaid/Webhooks.html","","<p>Class used to call the Webhooks endpoint.\n"],["Plaid::Webhooks::WebhookVerificationKeyGetResponse","","classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html","","<p>The response wrapper for /webhook_verification_key/get.\n"],["api_host","Plaid::Client","classes/Plaid/Client.html#method-i-api_host","()","<p>Gets the API hostname for given environment.\n<p>env &mdash; The Symbol (:sandbox, :development, :production)\n\n<p>Returns …\n"],["assert_property_exists!","Plaid::Models::BaseModel","classes/Plaid/Models/BaseModel.html#method-i-assert_property_exists-21","(property)","<p>Be strict or forgiving depending on Plaid.relaxed_models value.\n"],["balance","Plaid::Accounts","classes/Plaid/Accounts.html#method-i-balance","","<p>The Plaid::Balance product accessor.\n"],["build_default_connection","Plaid::Client","classes/Plaid/Client.html#method-c-build_default_connection","(builder)","<p>Set Plaid defaults on the Faraday connection.\n<p>builder &mdash; The Faraday builder object.\n\n"],["build_payload","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-i-build_payload","(access_token, account_ids: nil, options: nil)","<p>Build a simple payload with access_token, options, and account_ids.\n"],["client","Plaid::Client","classes/Plaid/Client.html#method-i-client","()","<p>subproduct-generated methods depend on client method.\n"],["convert_to_date_string","Plaid","classes/Plaid.html#method-c-convert_to_date_string","(date)","<p>Converts date objects to strings if needed.\n<p>Takes in a string or a Date object and performs necessary …\n"],["create","Plaid::Apex::ProcessorToken","classes/Plaid/Apex/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates an Apex processor token from an access_token.\n<p>Does a POST /processor/apex/processor_token/create …\n"],["create","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-create","(access_tokens, days_requested, options = {})","<p>Create an asset report.\n<p>access_tokens &mdash; An array of access tokens, one token for each Item to be included …\n"],["create","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-create","(target_account_id, target_access_token)","<p>Create Deposit Switch.\n<p>Does a POST /deposit_switch/create call which creates a deposit switch\n<p>target_account_id … &mdash; "],["create","Plaid::Dwolla::ProcessorToken","classes/Plaid/Dwolla/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates a Dwolla processor token from an access_token.\n<p>Does a POST /processor/dwolla/processor_token/create …\n"],["create","Plaid::LinkToken","classes/Plaid/LinkToken.html#method-i-create","(configs)",""],["create","Plaid::Ocrolus::ProcessorToken","classes/Plaid/Ocrolus/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates a Ocrolus processor token from an access_token.\n<p>Does a POST /processor/ocrolus/processor_token/create …\n"],["create","Plaid::ProcessorToken","classes/Plaid/ProcessorToken.html#method-i-create","(access_token, account_id, processor)","<p>Creates a processor token from an access_token.\n<p>Does a POST /processor/token/create call which can be …\n"],["create","Plaid::PublicToken","classes/Plaid/PublicToken.html#method-i-create","(access_token)","<p>Creates a public token from an access_token.\n<p>Does a POST /item/public_token/create call which can be used …\n"],["create","Plaid::SandboxPublicToken","classes/Plaid/SandboxPublicToken.html#method-i-create","(institution_id:, initial_products:, transactions_start_date: nil, transactions_end_date: nil, webhook: nil, override_username: nil, override_password: nil, options: nil)","<p>Creates a public token for sandbox testing.\n<p>Does a POST /sandbox/public_token/create call which can be …\n"],["create","Plaid::Stripe::BankAccountToken","classes/Plaid/Stripe/BankAccountToken.html#method-i-create","(access_token, account_id)","<p>Creates a Stripe bank account token from an access_token.\n<p>Does a POST /processor/stripe/bank_account_token/create …\n"],["create_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-create_audit_copy","(asset_report_token, auditor_id)","<p>Create an audit copy token.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n<p>auditor_id … &mdash; "],["create_connection","Plaid::Client","classes/Plaid/Client.html#method-i-create_connection","()","<p>Initializes a new Plaid connection object via Faraday.\n<p>Optionally takes a block to allow overriding the …\n"],["create_payment","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_payment","( recipient_id, reference, amount, schedule: nil, options: nil )","<p>Create a payment.\n<p>recipient_id &mdash; Recipient ID that the payment will be initiated for.\n<p>reference &mdash; Payment reference. …\n"],["create_payment_token","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_payment_token","(payment_id)","<p>Create a payment token.\n<p>payment_id &mdash; Payment ID that the token will be created for.\n\n<p>Returns\n"],["create_recipient","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_recipient","(name, iban, address, bacs)","<p>Create a recipient.\n<p>name &mdash; Recipient name.\n<p>iban &mdash; Recipient IBAN. Should be nil if using bacs.\n"],["create_token","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-create_token","(deposit_switch_id)","<p>Create Deposit Switch token.\n<p>Does a POST /deposit_switch/token/create call which creates a deposit\nswitch. …\n"],["error_from_type","Plaid::Error","classes/Plaid/Error.html#method-c-error_from_type","(error_type)","<p>Map error_type to PlaidAPIError.\n<p>Maps an error_type from an error HTTP response to an actual PlaidAPIError …\n"],["exchange","Plaid::PublicToken","classes/Plaid/PublicToken.html#method-i-exchange","(public_token)","<p>Exchange a public token for an access_token\n<p>Does a POST /item/public_token/exchange call helps you exchange …\n"],["filter","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-filter","(asset_report_token, account_ids_to_exclude)","<p>Create a new, filtered asset report.\n<p>asset_report_token &mdash; The asset report token for the asset report you …\n"],["fire_webhook","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-fire_webhook","(access_token, webhook_code)","<p>Fires a webhook for a sandbox item\n<p>Does a POST /sandbox/item/fire_webhook call.\n<p>access_token &mdash; access_token …\n"],["get","Plaid::Accounts","classes/Plaid/Accounts.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available accounts.\n<p>Does a POST /accounts/get call to retrieve high level account …\n"],["get","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get","(asset_report_token, include_insights: false)","<p>Retrieve an asset report.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n<p>include_insights … &mdash; "],["get","Plaid::Auth","classes/Plaid/Auth.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about account and routing numbers for checking and savings\naccounts.\n<p>Does a POST /auth/get …\n"],["get","Plaid::Balance","classes/Plaid/Balance.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available balances.\n<p>Does a POST /accounts/balance/get call to get real-time …\n"],["get","Plaid::Categories","classes/Plaid/Categories.html#method-i-get","()","<p>Get information about all Plaid categories\n<p>Does a POST /categories/get call to retrieve a list of all …\n"],["get","Plaid::CreditDetails","classes/Plaid/CreditDetails.html#method-i-get","(access_token, account_ids: nil)","<p>Get information about all available credit_details.\n<p>Does a POST /credit_details/get call which fetches …\n"],["get","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-get","(deposit_switch_id)","<p>Get Deposit Switch information.\n<p>Does a POST /deposit_switch/get call which fetches deposit switch\nassociated …\n"],["get","Plaid::Holdings","classes/Plaid/Holdings.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available investment holdings.\n<p>Does a POST /investments/holdings/get call which …\n"],["get","Plaid::Identity","classes/Plaid/Identity.html#method-i-get","(access_token)","<p>Get Identity information.\n<p>Does a POST /identity/get call to retrieve all info for a given\naccess_token …\n"],["get","Plaid::Income","classes/Plaid/Income.html#method-i-get","(access_token)","<p>Get information about user incomes.\n<p>Does a POST /income/get call which returns income info for an access_token\n…\n"],["get","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-get","(count:, offset:, country_codes:, options: nil)","<p>Get information about Plaid institutions.\n<p>Does a POST /institutions/get call pulls a list of supported …\n"],["get","Plaid::InvestmentTransactions","classes/Plaid/InvestmentTransactions.html#method-i-get","(access_token, start_date, end_date, account_ids: nil, count: nil, offset: nil, options: nil)","<p>Get information about all available investment transactions.\n<p>Does a POST /investments/transactions/get …\n"],["get","Plaid::Item","classes/Plaid/Item.html#method-i-get","(access_token)","<p>Get information about an item.\n<p>Does a POST /item/get call which returns information about an item or …\n"],["get","Plaid::Liabilities","classes/Plaid/Liabilities.html#method-i-get","(access_token, account_ids: nil)","<p>Get liabilities information.\n<p>Does a POST /liabilities/get call which fetches liabilities associated with\n…\n"],["get","Plaid::LinkToken","classes/Plaid/LinkToken.html#method-i-get","(link_token)",""],["get","Plaid::Transactions","classes/Plaid/Transactions.html#method-i-get","(access_token, start_date, end_date, account_ids: nil, count: nil, offset: nil, options: nil)","<p>Get information about transactions\n<p>Does a POST /transactions/get call which gives you high level account …\n"],["get_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get_audit_copy","(audit_copy_token)","<p>Retrieve an audit copy.\n<p>audit_copy_token &mdash; The audit copy token from the `create_audit_copy` response.\n\n<p>Returns …\n"],["get_by_id","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-get_by_id","(institution_id, country_codes, options: nil)","<p>Get information about a Plaid institution by ID.\n<p>Does a POST /institutions/get_by_id call which allows …\n"],["get_payment","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-get_payment","(payment_id)","<p>Retrieve a payment.\n<p>payment_id &mdash; The payment ID from the `create_payment` response.\n\n<p>Returns\n"],["get_pdf","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get_pdf","(asset_report_token)","<p>Retrieve an asset report as a PDF.\n<p>asset_report_token &mdash; The asset report token from the `create` response. …\n\n"],["get_recipient","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-get_recipient","(recipient_id)","<p>Retrieve a recipient.\n<p>recipient_id &mdash; The recipient ID from the `create_recipient` response.\n\n<p>Returns\n"],["get_verification_key","Plaid::Webhooks","classes/Plaid/Webhooks.html#method-i-get_verification_key","(key_id)","<p>Retrieve a webhook verification key.\n<p>key_id &mdash; The key ID from the Plaid-Verification header.\n\n<p>Returns\n"],["holdings","Plaid::Investments","classes/Plaid/Investments.html#method-i-holdings","","<p>The Plaid::Holdings product accessor.\n"],["import","Plaid::Item","classes/Plaid/Item.html#method-i-import","(products, user_auth, options)","<p>Import an item.\n<p>Does a POST /item/import call which imports an item.\n<p>products &mdash; array of products to enable …\n"],["invalidate","Plaid::AccessToken","classes/Plaid/AccessToken.html#method-i-invalidate","(access_token)","<p>Rotate your access_token, keeping it attached to the item\n<p>Does a POST /item/access_token/invalidate call …\n"],["link_token","Plaid::Client","classes/Plaid/Client.html#method-i-link_token","","<p>:attr_reader: Public: The Plaid::LinkToken endpoint accessor.\n"],["list_payments","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-list_payments","(options)","<p>List all payments.\n<p>options &mdash; Object to specify optional parameters &#39;count&#39; and &#39;cursor&#39;.\n…\n\n"],["list_recipients","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-list_recipients","()","<p>List all recipients.\n<p>Returns\n<p>Returns a PaymentRecipientListResponse object.\n"],["new","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-c-new","(client)",""],["new","Plaid::Client","classes/Plaid/Client.html#method-c-new","(env:, client_id:, secret:, &block)","<p>Construct a Client instance\n<p>Optionally takes a block to allow overriding the default Faraday connection\n…\n"],["new","Plaid::PlaidAPIError","classes/Plaid/PlaidAPIError.html#method-c-new","(error_type, error_code, error_message, display_message, request_id)","<p>Initialize an error with proper attributes.\n<p>error_type &mdash; A broad categorization of the error.\n<p>error_code … &mdash; "],["on_complete","Plaid::Middleware","classes/Plaid/Middleware.html#method-i-on_complete","(env)",""],["post","Plaid::Client","classes/Plaid/Client.html#method-i-post","(path, payload)","<p>Make a post request\n<p>path &mdash; Path or URL to make the request to\n<p>payload &mdash; The payload or data to post\n"],["post_with_auth","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-i-post_with_auth","(path, response_class, payload)","<p>Do a POST to API and capture it into a response object.\n"],["post_with_auth","Plaid::Client","classes/Plaid/Client.html#method-i-post_with_auth","(path, payload)","<p>Make a post request with appended authentication fields\n<p>path &mdash; Path or URL to make the request to\n<p>payload … &mdash; "],["property_ignored?","Plaid::Models::BaseModel","classes/Plaid/Models/BaseModel.html#method-c-property_ignored-3F","(property)",""],["refresh","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-refresh","(asset_report_token, days_requested, options = {})","<p>Create a new, refreshed asset report.\n<p>asset_report_token &mdash; The asset report token for the asset report you …\n"],["refresh","Plaid::Transactions","classes/Plaid/Transactions.html#method-i-refresh","(access_token)","<p>Manually refresh transactions\n<p>Does a POST /transactions/refresh call which kicks off a manual\ntransactions …\n"],["relaxed_models=","Plaid","classes/Plaid.html#method-c-relaxed_models-3D","(value)","<p>Sets value for relaxed_models.\n"],["relaxed_models?","Plaid","classes/Plaid.html#method-c-relaxed_models-3F","()","<p>Get relaxed models state.\n<p>We support two modes for parsing response bodies.\n<p>Strict mode: Unknown attributes …\n"],["remove","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-remove","(asset_report_token)","<p>Remove an asset report.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n\n<p>Returns\n"],["remove","Plaid::Item","classes/Plaid/Item.html#method-i-remove","(access_token)","<p>Removes an item\n<p>Does a POST /item/remove call which is used to remove an item\n<p>access_token &mdash; access_token …\n"],["remove_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-remove_audit_copy","(audit_copy_token)","<p>Remove an audit copy token.\n<p>audit_copy_token &mdash; The audit copy token from the `create` response.\n\n<p>Returns\n"],["reset_login","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-reset_login","(access_token)","<p>Resets sandbox item login.\n<p>Does a POST /sandbox/item/reset_login call.\n<p>access_token &mdash; access_token which …\n"],["search","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-search","(query, country_codes, products = nil, options: nil)","<p>Get information about all available institutions matching your query.\n<p>Does a POST /institutions/search …\n"],["set_verification_status","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-set_verification_status","(access_token, account_id, verification_status)","<p>Sets the verification status for an item created via automated\nmicrodeposits\n<p>Does a POST /sandbox/item/set_verification_status …\n"],["subproduct","Plaid::SubproductMixin","classes/Plaid/SubproductMixin.html#method-i-subproduct","(name, klass = nil)",""],["transactions","Plaid::Investments","classes/Plaid/Investments.html#method-i-transactions","","<p>The Plaid::InvestmentTransactions product accessor.\n"],["update","Plaid::Webhook","classes/Plaid/Webhook.html#method-i-update","(access_token, webhook)","<p>Update webhook for an access_token.\n<p>Does a POST /item/webhook/update call which is used to update webhook …\n"],["LICENSE","","files/LICENSE_txt.html","","<p>The MIT License (MIT)\n<p>Copyright © 2017 Plaid Technologies, Inc.\n<p>Permission is hereby granted, free of …\n"],["README","","files/README_md.html","","<p>plaid-ruby <img src=\"https://circleci.com/gh/plaid/plaid-ruby.svg?style=svg&circle-token=30ee002ac2021da5b5b5a701d45fe2888af124a5\"> …\n"]]}}
Binary file
@@ -0,0 +1,468 @@
1
+ Searchdoc = {};
2
+
3
+ // navigation.js ------------------------------------------
4
+
5
+ Searchdoc.Navigation = new function() {
6
+ this.initNavigation = function() {
7
+ var _this = this;
8
+
9
+ $(document).keydown(function(e) {
10
+ _this.onkeydown(e);
11
+ }).keyup(function(e) {
12
+ _this.onkeyup(e);
13
+ });
14
+
15
+ this.navigationActive = true;
16
+ };
17
+
18
+ this.setNavigationActive = function(state) {
19
+ this.navigationActive = state;
20
+ this.clearMoveTimeout();
21
+ };
22
+
23
+
24
+ this.onkeyup = function(e) {
25
+ if (!this.navigationActive) return;
26
+ switch (e.keyCode) {
27
+ case 37: //Event.KEY_LEFT:
28
+ case 38: //Event.KEY_UP:
29
+ case 39: //Event.KEY_RIGHT:
30
+ case 40: //Event.KEY_DOWN:
31
+ case 73: // i - qwerty
32
+ case 74: // j
33
+ case 75: // k
34
+ case 76: // l
35
+ case 67: // c - dvorak
36
+ case 72: // h
37
+ case 84: // t
38
+ case 78: // n
39
+ this.clearMoveTimeout();
40
+ break;
41
+ }
42
+ };
43
+
44
+ this.onkeydown = function(e) {
45
+ if (!this.navigationActive) return;
46
+ switch (e.keyCode) {
47
+ case 37: //Event.KEY_LEFT:
48
+ case 74: // j (qwerty)
49
+ case 72: // h (dvorak)
50
+ if (this.moveLeft()) e.preventDefault();
51
+ break;
52
+ case 38: //Event.KEY_UP:
53
+ case 73: // i (qwerty)
54
+ case 67: // c (dvorak)
55
+ if (e.keyCode == 38 || e.ctrlKey) {
56
+ if (this.moveUp()) e.preventDefault();
57
+ this.startMoveTimeout(false);
58
+ }
59
+ break;
60
+ case 39: //Event.KEY_RIGHT:
61
+ case 76: // l (qwerty)
62
+ case 78: // n (dvorak)
63
+ if (this.moveRight()) e.preventDefault();
64
+ break;
65
+ case 40: //Event.KEY_DOWN:
66
+ case 75: // k (qwerty)
67
+ case 84: // t (dvorak)
68
+ if (e.keyCode == 40 || e.ctrlKey) {
69
+ if (this.moveDown()) e.preventDefault();
70
+ this.startMoveTimeout(true);
71
+ }
72
+ break;
73
+ case 9: //Event.KEY_TAB:
74
+ case 13: //Event.KEY_RETURN:
75
+ if (this.$current) this.select(this.$current);
76
+ break;
77
+ case 83: // s (qwerty)
78
+ case 79: // o (dvorak)
79
+ if (e.ctrlKey) {
80
+ $('#search').focus();
81
+ e.preventDefault();
82
+ }
83
+ break;
84
+ }
85
+ if (e.ctrlKey && e.shiftKey) this.select(this.$current);
86
+ };
87
+
88
+ this.clearMoveTimeout = function() {
89
+ clearTimeout(this.moveTimeout);
90
+ this.moveTimeout = null;
91
+ };
92
+
93
+ this.startMoveTimeout = function(isDown) {
94
+ if (!$.browser.mozilla && !$.browser.opera) return;
95
+ if (this.moveTimeout) this.clearMoveTimeout();
96
+ var _this = this;
97
+
98
+ var go = function() {
99
+ if (!_this.moveTimeout) return;
100
+ _this[isDown ? 'moveDown' : 'moveUp']();
101
+ _this.moveTimout = setTimeout(go, 100);
102
+ };
103
+ this.moveTimeout = setTimeout(go, 200);
104
+ };
105
+
106
+ this.moveRight = function() {};
107
+
108
+ this.moveLeft = function() {};
109
+
110
+ this.move = function(isDown) {};
111
+
112
+ this.moveUp = function() {
113
+ return this.move(false);
114
+ };
115
+
116
+ this.moveDown = function() {
117
+ return this.move(true);
118
+ };
119
+ };
120
+
121
+
122
+ // scrollIntoView.js --------------------------------------
123
+
124
+ function scrollIntoView(element, view) {
125
+ var offset, viewHeight, viewScroll, height;
126
+ offset = element.offsetTop;
127
+ height = element.offsetHeight;
128
+ viewHeight = view.offsetHeight;
129
+ viewScroll = view.scrollTop;
130
+ if (offset - viewScroll + height > viewHeight) {
131
+ view.scrollTop = offset - viewHeight + height;
132
+ }
133
+ if (offset < viewScroll) {
134
+ view.scrollTop = offset;
135
+ }
136
+ }
137
+
138
+ // panel.js -----------------------------------------------
139
+
140
+ Searchdoc.Panel = function(element, data, tree, frame) {
141
+ this.$element = $(element);
142
+ this.$input = $('input', element).eq(0);
143
+ this.$result = $('.result ul', element).eq(0);
144
+ this.frame = frame;
145
+ this.$current = null;
146
+ this.$view = this.$result.parent();
147
+ this.data = data;
148
+ this.searcher = new Searcher(data.index);
149
+ this.tree = new Searchdoc.Tree($('.tree', element), tree, this);
150
+ this.init();
151
+ };
152
+
153
+ Searchdoc.Panel.prototype = $.extend({}, Searchdoc.Navigation, new function() {
154
+ var suid = 1;
155
+
156
+ this.init = function() {
157
+ var _this = this;
158
+ var observer = function() {
159
+ _this.search(_this.$input[0].value);
160
+ };
161
+ this.$input.keyup(observer);
162
+ this.$input.click(observer); // mac's clear field
163
+
164
+ this.searcher.ready(function(results, isLast) {
165
+ _this.addResults(results, isLast);
166
+ });
167
+
168
+ this.$result.click(function(e) {
169
+ e.preventDefault();
170
+ _this.$current.removeClass('current');
171
+ _this.$current = $(e.target).closest('li').addClass('current');
172
+ _this.select();
173
+ _this.$input.focus();
174
+ });
175
+
176
+ this.initNavigation();
177
+ this.setNavigationActive(false);
178
+ };
179
+
180
+ this.search = function(value, selectFirstMatch) {
181
+ value = jQuery.trim(value).toLowerCase();
182
+ this.selectFirstMatch = selectFirstMatch;
183
+ if (value) {
184
+ this.$element.removeClass('panel_tree').addClass('panel_results');
185
+ this.tree.setNavigationActive(false);
186
+ this.setNavigationActive(true);
187
+ } else {
188
+ this.$element.addClass('panel_tree').removeClass('panel_results');
189
+ this.tree.setNavigationActive(true);
190
+ this.setNavigationActive(false);
191
+ }
192
+ if (value != this.lastQuery) {
193
+ this.lastQuery = value;
194
+ this.firstRun = true;
195
+ this.searcher.find(value);
196
+ }
197
+ };
198
+
199
+ this.addResults = function(results, isLast) {
200
+ var target = this.$result.get(0);
201
+ if (this.firstRun && (results.length > 0 || isLast)) {
202
+ this.$current = null;
203
+ this.$result.empty();
204
+ }
205
+ for (var i = 0, l = results.length; i < l; i++) {
206
+ target.appendChild(renderItem.call(this, results[i]));
207
+ }
208
+ if (this.firstRun && results.length > 0) {
209
+ this.firstRun = false;
210
+ this.$current = $(target.firstChild);
211
+ this.$current.addClass('current');
212
+ if (this.selectFirstMatch) this.select();
213
+ scrollIntoView(this.$current[0], this.$view[0]);
214
+ }
215
+ if (jQuery.browser.msie) this.$element[0].className += '';
216
+ };
217
+
218
+ this.open = function(src) {
219
+ this.frame.location.href = '../' + src;
220
+ if (this.frame.highlight) this.frame.highlight(src);
221
+ };
222
+
223
+ this.select = function() {
224
+ this.open(this.$current.data('path'));
225
+ };
226
+
227
+ this.move = function(isDown) {
228
+ if (!this.$current) return;
229
+ var $next = this.$current[isDown ? 'next' : 'prev']();
230
+ if ($next.length) {
231
+ this.$current.removeClass('current');
232
+ $next.addClass('current');
233
+ scrollIntoView($next[0], this.$view[0]);
234
+ this.$current = $next;
235
+ }
236
+ return true;
237
+ };
238
+
239
+ function renderItem(result) {
240
+ var li = document.createElement('li'),
241
+ html = '',
242
+ badge = result.badge;
243
+ html += '<a href="../' + result.path + '">' + hlt(result.title);
244
+ if (result.params) html += '<i>' + result.params + '</i>';
245
+ html += '</a>';
246
+ html += '<p>';
247
+ if (typeof badge != 'undefined') {
248
+ html += '<span class="badge badge_' + (badge % 6 + 1) + '">' + stripHTML(this.data.badges[badge] || 'unknown') + '</span>';
249
+ }
250
+ html += hlt(result.namespace) + '</p>';
251
+ if (result.snippet) html += '<p class="snippet">' + stripHTML(result.snippet.replace(/^<p>/, '')) + '</p>';
252
+ li.innerHTML = html;
253
+ jQuery.data(li, 'path', result.path);
254
+ return li;
255
+ }
256
+
257
+ function hlt(html) {
258
+ return escapeHTML(html).replace(/\u0001/g, '<b>').replace(/\u0002/g, '</b>');
259
+ }
260
+
261
+ function escapeHTML(html) {
262
+ return html.replace(/[&<>]/g, function(c) {
263
+ return '&#' + c.charCodeAt(0) + ';';
264
+ });
265
+ }
266
+
267
+ function stripHTML(html) {
268
+ var in_tag = false;
269
+ var output = "";
270
+
271
+ for (var i = 0; i < html.length; i++) {
272
+ if (html[i] == '<'){
273
+ in_tag = true;
274
+ } else if (html[i] == '>') {
275
+ in_tag = false;
276
+ i++;
277
+ }
278
+
279
+ if (!in_tag && i < html.length)
280
+ output += html[i];
281
+ }
282
+
283
+ return output;
284
+ }
285
+
286
+ });
287
+
288
+ // tree.js ------------------------------------------------
289
+
290
+ Searchdoc.Tree = function(element, tree, panel) {
291
+ this.$element = $(element);
292
+ this.$list = $('ul', element);
293
+ this.tree = tree;
294
+ this.panel = panel;
295
+ this.init();
296
+ };
297
+
298
+ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
299
+ this.init = function() {
300
+ var stopper = document.createElement('li');
301
+ stopper.className = 'stopper';
302
+ this.$list[0].appendChild(stopper);
303
+ for (var i = 0, l = this.tree.length; i < l; i++) {
304
+ buildAndAppendItem.call(this, this.tree[i], 0, stopper);
305
+ }
306
+ var _this = this;
307
+ this.$list.click(function(e) {
308
+ e.preventDefault();
309
+ var $target = $(e.target),
310
+ $li = $target.closest('li');
311
+ if ($target.hasClass('icon')) {
312
+ _this.toggle($li);
313
+ } else {
314
+ _this.select($li);
315
+ }
316
+ });
317
+
318
+ this.initNavigation();
319
+ if (jQuery.browser.msie) document.body.className += '';
320
+ };
321
+
322
+ this.select = function($li) {
323
+ this.highlight($li);
324
+ var path = $li[0].searchdoc_tree_data.path;
325
+ if (path) this.panel.open(path);
326
+ };
327
+
328
+ this.highlight = function($li) {
329
+ if (this.$current) this.$current.removeClass('current');
330
+ this.$current = $li.addClass('current');
331
+ };
332
+
333
+ this.toggle = function($li) {
334
+ var closed = !$li.hasClass('closed'),
335
+ children = $li[0].searchdoc_tree_data.children;
336
+ $li.toggleClass('closed');
337
+ for (var i = 0, l = children.length; i < l; i++) {
338
+ toggleVis.call(this, $(children[i].li), !closed);
339
+ }
340
+ };
341
+
342
+ this.moveRight = function() {
343
+ if (!this.$current) {
344
+ this.highlight(this.$list.find('li:first'));
345
+ return;
346
+ }
347
+ if (this.$current.hasClass('closed')) {
348
+ this.toggle(this.$current);
349
+ }
350
+ };
351
+
352
+ this.moveLeft = function() {
353
+ if (!this.$current) {
354
+ this.highlight(this.$list.find('li:first'));
355
+ return;
356
+ }
357
+ if (!this.$current.hasClass('closed')) {
358
+ this.toggle(this.$current);
359
+ } else {
360
+ var level = this.$current[0].searchdoc_tree_data.level;
361
+ if (level === 0) return;
362
+ var $next = this.$current.prevAll('li.level_' + (level - 1) + ':visible:first');
363
+ this.$current.removeClass('current');
364
+ $next.addClass('current');
365
+ scrollIntoView($next[0], this.$element[0]);
366
+ this.$current = $next;
367
+ }
368
+ };
369
+
370
+ this.move = function(isDown) {
371
+ if (!this.$current) {
372
+ this.highlight(this.$list.find('li:first'));
373
+ return true;
374
+ }
375
+ var next = this.$current[0];
376
+ if (isDown) {
377
+ do {
378
+ next = next.nextSibling;
379
+ if (next && next.style && next.style.display != 'none') break;
380
+ } while (next);
381
+ } else {
382
+ do {
383
+ next = next.previousSibling;
384
+ if (next && next.style && next.style.display != 'none') break;
385
+ } while (next);
386
+ }
387
+ if (next && next.className.indexOf('stopper') == -1) {
388
+ this.$current.removeClass('current');
389
+ $(next).addClass('current');
390
+ scrollIntoView(next, this.$element[0]);
391
+ this.$current = $(next);
392
+ }
393
+ return true;
394
+ };
395
+
396
+ function toggleVis($li, show) {
397
+ var closed = $li.hasClass('closed'),
398
+ children = $li[0].searchdoc_tree_data.children;
399
+ $li.css('display', show ? '' : 'none');
400
+ if (!show && this.$current && $li[0] == this.$current[0]) {
401
+ this.$current.removeClass('current');
402
+ this.$current = null;
403
+ }
404
+ for (var i = 0, l = children.length; i < l; i++) {
405
+ toggleVis.call(this, $(children[i].li), show && !closed);
406
+ }
407
+ }
408
+
409
+ function buildAndAppendItem(item, level, before) {
410
+ var li = renderItem(item, level),
411
+ list = this.$list[0];
412
+ item.li = li;
413
+ list.insertBefore(li, before);
414
+ for (var i = 0, l = item[3].length; i < l; i++) {
415
+ buildAndAppendItem.call(this, item[3][i], level + 1, before);
416
+ }
417
+ return li;
418
+ }
419
+
420
+ function renderItem(item, level) {
421
+ var li = document.createElement('li'),
422
+ cnt = document.createElement('div'),
423
+ a = document.createElement('a'),
424
+ p = document.createElement('p'),
425
+ icon, i;
426
+
427
+ a.href = '../' + item[1];
428
+ li.appendChild(cnt);
429
+ li.style.paddingLeft = getOffset(level);
430
+ cnt.className = 'content';
431
+ if (!item[1]) li.className = 'empty ';
432
+ cnt.appendChild(a);
433
+ // cnt.appendChild(p);
434
+ a.appendChild(document.createTextNode(item[0]));
435
+ // p.appendChild(document.createTextNode(item[4]));
436
+ if (item[2]) {
437
+ i = document.createElement('i');
438
+ i.appendChild(document.createTextNode(item[2]));
439
+ a.appendChild(i);
440
+ }
441
+ if (item[3].length > 0) {
442
+ icon = document.createElement('div');
443
+ icon.className = 'icon';
444
+ cnt.appendChild(icon);
445
+ }
446
+
447
+ // user direct assignement instead of $()
448
+ // it's 8x faster
449
+ // $(li).data('path', item[1])
450
+ // .data('children', item[3])
451
+ // .data('level', level)
452
+ // .css('display', level == 0 ? '' : 'none')
453
+ // .addClass('level_' + level)
454
+ // .addClass('closed');
455
+ li.searchdoc_tree_data = {
456
+ path: item[1],
457
+ children: item[3],
458
+ level: level
459
+ };
460
+ li.style.display = level === 0 ? '' : 'none';
461
+ li.className += 'level_' + level + ' closed';
462
+ return li;
463
+ }
464
+
465
+ function getOffset(level) {
466
+ return 5 + 18 * level + 'px';
467
+ }
468
+ });