plaid 14.0.0.beta.4 → 14.0.0.beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (866) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -1
  3. data/Gemfile.lock +7 -3
  4. data/LICENSE.txt +1 -1
  5. data/Makefile +2 -2
  6. data/PUBLISH.md +1 -1
  7. data/README.md +2 -2
  8. data/doc/rdoc/apple-touch-icon.png +0 -0
  9. data/doc/rdoc/classes/Object.html +118 -0
  10. data/doc/rdoc/classes/Plaid.html +772 -0
  11. data/doc/rdoc/classes/Plaid/APIError.html +97 -0
  12. data/doc/rdoc/classes/Plaid/AccessToken.html +211 -0
  13. data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +110 -0
  14. data/doc/rdoc/classes/Plaid/Accounts.html +257 -0
  15. data/doc/rdoc/classes/Plaid/AccountsResponse.html +119 -0
  16. data/doc/rdoc/classes/Plaid/Apex.html +149 -0
  17. data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +205 -0
  18. data/doc/rdoc/classes/Plaid/AssetReport.html +683 -0
  19. data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +118 -0
  20. data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +96 -0
  21. data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +118 -0
  22. data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +96 -0
  23. data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +110 -0
  24. data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +110 -0
  25. data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +96 -0
  26. data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +110 -0
  27. data/doc/rdoc/classes/Plaid/Auth.html +206 -0
  28. data/doc/rdoc/classes/Plaid/AuthResponse.html +127 -0
  29. data/doc/rdoc/classes/Plaid/Balance.html +206 -0
  30. data/doc/rdoc/classes/Plaid/BaseProduct.html +304 -0
  31. data/doc/rdoc/classes/Plaid/Categories.html +191 -0
  32. data/doc/rdoc/classes/Plaid/CategoriesResponse.html +111 -0
  33. data/doc/rdoc/classes/Plaid/Client.html +802 -0
  34. data/doc/rdoc/classes/Plaid/CreateResponse.html +118 -0
  35. data/doc/rdoc/classes/Plaid/CreditDetails.html +203 -0
  36. data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +128 -0
  37. data/doc/rdoc/classes/Plaid/DepositSwitch.html +339 -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/Dwolla.html +150 -0
  42. data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +205 -0
  43. data/doc/rdoc/classes/Plaid/Error.html +214 -0
  44. data/doc/rdoc/classes/Plaid/GetResponse.html +134 -0
  45. data/doc/rdoc/classes/Plaid/Holdings.html +218 -0
  46. data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +137 -0
  47. data/doc/rdoc/classes/Plaid/Identity.html +199 -0
  48. data/doc/rdoc/classes/Plaid/IdentityResponse.html +119 -0
  49. data/doc/rdoc/classes/Plaid/Income.html +198 -0
  50. data/doc/rdoc/classes/Plaid/IncomeResponse.html +119 -0
  51. data/doc/rdoc/classes/Plaid/InstitutionError.html +96 -0
  52. data/doc/rdoc/classes/Plaid/Institutions.html +356 -0
  53. data/doc/rdoc/classes/Plaid/InvalidInputError.html +97 -0
  54. data/doc/rdoc/classes/Plaid/InvalidRequestError.html +96 -0
  55. data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +240 -0
  56. data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +145 -0
  57. data/doc/rdoc/classes/Plaid/Investments.html +204 -0
  58. data/doc/rdoc/classes/Plaid/Item.html +382 -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/ItemError.html +98 -0
  63. data/doc/rdoc/classes/Plaid/Liabilities.html +202 -0
  64. data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +128 -0
  65. data/doc/rdoc/classes/Plaid/LinkToken.html +215 -0
  66. data/doc/rdoc/classes/Plaid/Middleware.html +225 -0
  67. data/doc/rdoc/classes/Plaid/Models.html +506 -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.html +129 -0
  113. data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +110 -0
  114. data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +126 -0
  115. data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +118 -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/MultipleInstitutionsResponse.html +119 -0
  140. data/doc/rdoc/classes/Plaid/Ocrolus.html +151 -0
  141. data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +205 -0
  142. data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +118 -0
  143. data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +191 -0
  144. data/doc/rdoc/classes/Plaid/PaymentInitiation.html +570 -0
  145. data/doc/rdoc/classes/Plaid/PaymentListResponse.html +119 -0
  146. data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +110 -0
  147. data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +142 -0
  148. data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +110 -0
  149. data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +118 -0
  150. data/doc/rdoc/classes/Plaid/PlaidAPIError.html +260 -0
  151. data/doc/rdoc/classes/Plaid/PlaidError.html +96 -0
  152. data/doc/rdoc/classes/Plaid/PlaidServerError.html +96 -0
  153. data/doc/rdoc/classes/Plaid/Processor.html +143 -0
  154. data/doc/rdoc/classes/Plaid/ProcessorToken.html +219 -0
  155. data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +110 -0
  156. data/doc/rdoc/classes/Plaid/PublicToken.html +283 -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/RateLimitExceededError.html +97 -0
  160. data/doc/rdoc/classes/Plaid/Sandbox.html +119 -0
  161. data/doc/rdoc/classes/Plaid/SandboxItem.html +351 -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/SandboxPublicToken.html +249 -0
  165. data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +118 -0
  166. data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +111 -0
  167. data/doc/rdoc/classes/Plaid/Stripe.html +151 -0
  168. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +215 -0
  169. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +110 -0
  170. data/doc/rdoc/classes/Plaid/SubproductMixin.html +179 -0
  171. data/doc/rdoc/classes/Plaid/Transactions.html +302 -0
  172. data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +144 -0
  173. data/doc/rdoc/classes/Plaid/Webhook.html +214 -0
  174. data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +110 -0
  175. data/doc/rdoc/classes/Plaid/Webhooks.html +207 -0
  176. data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +110 -0
  177. data/doc/rdoc/created.rid +28 -0
  178. data/doc/rdoc/css/github.css +123 -0
  179. data/doc/rdoc/css/main.css +333 -0
  180. data/doc/rdoc/css/panel.css +383 -0
  181. data/doc/rdoc/css/reset.css +48 -0
  182. data/doc/rdoc/favicon.ico +0 -0
  183. data/doc/rdoc/files/LICENSE_txt.html +98 -0
  184. data/doc/rdoc/files/README_md.html +388 -0
  185. data/doc/rdoc/files/lib/plaid/client_rb.html +121 -0
  186. data/doc/rdoc/files/lib/plaid/errors_rb.html +132 -0
  187. data/doc/rdoc/files/lib/plaid/middleware_rb.html +99 -0
  188. data/doc/rdoc/files/lib/plaid/models_rb.html +450 -0
  189. data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +102 -0
  190. data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +132 -0
  191. data/doc/rdoc/files/lib/plaid/products/auth_rb.html +97 -0
  192. data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +92 -0
  193. data/doc/rdoc/files/lib/plaid/products/categories_rb.html +92 -0
  194. data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +97 -0
  195. data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +102 -0
  196. data/doc/rdoc/files/lib/plaid/products/identity_rb.html +97 -0
  197. data/doc/rdoc/files/lib/plaid/products/income_rb.html +97 -0
  198. data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +102 -0
  199. data/doc/rdoc/files/lib/plaid/products/investments_rb.html +120 -0
  200. data/doc/rdoc/files/lib/plaid/products/item_rb.html +142 -0
  201. data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +97 -0
  202. data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +102 -0
  203. data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +127 -0
  204. data/doc/rdoc/files/lib/plaid/products/processor_rb.html +142 -0
  205. data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +117 -0
  206. data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +105 -0
  207. data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +97 -0
  208. data/doc/rdoc/files/lib/plaid/version_rb.html +82 -0
  209. data/doc/rdoc/files/lib/plaid_rb.html +120 -0
  210. data/doc/rdoc/i/arrows.png +0 -0
  211. data/doc/rdoc/i/results_bg.png +0 -0
  212. data/doc/rdoc/i/tree_bg.png +0 -0
  213. data/doc/rdoc/index.html +13 -0
  214. data/doc/rdoc/js/highlight.pack.js +1 -0
  215. data/doc/rdoc/js/jquery-1.3.2.min.js +19 -0
  216. data/doc/rdoc/js/main.js +29 -0
  217. data/doc/rdoc/js/navigation.js +142 -0
  218. data/doc/rdoc/js/navigation.js.gz +0 -0
  219. data/doc/rdoc/js/search_index.js +1 -0
  220. data/doc/rdoc/js/search_index.js.gz +0 -0
  221. data/doc/rdoc/js/searchdoc.js +468 -0
  222. data/doc/rdoc/js/searcher.js +229 -0
  223. data/doc/rdoc/js/searcher.js.gz +0 -0
  224. data/doc/rdoc/panel/index.html +74 -0
  225. data/doc/rdoc/panel/links.html +60 -0
  226. data/doc/rdoc/panel/tree.js +1 -0
  227. data/lib/plaid.rb +14 -2
  228. data/lib/plaid/api/plaid_api.rb +192 -103
  229. data/lib/plaid/api_client.rb +1 -1
  230. data/lib/plaid/api_error.rb +1 -1
  231. data/lib/plaid/configuration.rb +1 -1
  232. data/lib/plaid/models/account_assets.rb +1 -1
  233. data/lib/plaid/models/account_assets_all_of.rb +1 -1
  234. data/lib/plaid/models/account_balance.rb +17 -6
  235. data/lib/plaid/models/account_base.rb +1 -1
  236. data/lib/plaid/models/account_filters_response.rb +1 -1
  237. data/lib/plaid/models/account_identity.rb +1 -1
  238. data/lib/plaid/models/account_identity_all_of.rb +1 -1
  239. data/lib/plaid/models/account_subtype.rb +2 -1
  240. data/lib/plaid/models/account_type.rb +1 -1
  241. data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
  242. data/lib/plaid/models/accounts_balance_get_request_options.rb +15 -5
  243. data/lib/plaid/models/accounts_get_request.rb +1 -1
  244. data/lib/plaid/models/accounts_get_request_options.rb +1 -1
  245. data/lib/plaid/models/accounts_get_response.rb +1 -1
  246. data/lib/plaid/models/ach_class.rb +1 -1
  247. data/lib/plaid/models/address.rb +1 -1
  248. data/lib/plaid/models/address_data.rb +1 -1
  249. data/lib/plaid/models/application.rb +273 -0
  250. data/lib/plaid/models/{amount.rb → application_get_request.rb} +41 -60
  251. data/lib/plaid/models/application_get_response.rb +239 -0
  252. data/lib/plaid/models/apr.rb +1 -1
  253. data/lib/plaid/models/asset_report.rb +1 -1
  254. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
  255. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
  256. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
  257. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
  258. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
  259. data/lib/plaid/models/asset_report_create_request.rb +1 -1
  260. data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
  261. data/lib/plaid/models/asset_report_create_response.rb +1 -1
  262. data/lib/plaid/models/asset_report_filter_request.rb +1 -1
  263. data/lib/plaid/models/asset_report_filter_response.rb +1 -1
  264. data/lib/plaid/models/asset_report_get_request.rb +2 -2
  265. data/lib/plaid/models/asset_report_get_response.rb +1 -1
  266. data/lib/plaid/models/asset_report_item.rb +1 -1
  267. data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
  268. data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
  269. data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
  270. data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
  271. data/lib/plaid/models/asset_report_remove_request.rb +1 -1
  272. data/lib/plaid/models/asset_report_remove_response.rb +1 -1
  273. data/lib/plaid/models/asset_report_transaction.rb +4 -4
  274. data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
  275. data/lib/plaid/models/asset_report_user.rb +1 -1
  276. data/lib/plaid/models/assets_error_webhook.rb +1 -1
  277. data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
  278. data/lib/plaid/models/auth_get_numbers.rb +1 -1
  279. data/lib/plaid/models/auth_get_request.rb +1 -1
  280. data/lib/plaid/models/auth_get_request_options.rb +1 -1
  281. data/lib/plaid/models/auth_get_response.rb +1 -1
  282. data/lib/plaid/models/automatically_verified_webhook.rb +2 -2
  283. data/lib/plaid/models/bank_transfer.rb +1 -1
  284. data/lib/plaid/models/bank_transfer_balance.rb +1 -1
  285. data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
  286. data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
  287. data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
  288. data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
  289. data/lib/plaid/models/bank_transfer_create_request.rb +1 -1
  290. data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
  291. data/lib/plaid/models/bank_transfer_direction.rb +1 -1
  292. data/lib/plaid/models/bank_transfer_event.rb +1 -1
  293. data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
  294. data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
  295. data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
  296. data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
  297. data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
  298. data/lib/plaid/models/bank_transfer_failure.rb +1 -1
  299. data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
  300. data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
  301. data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
  302. data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
  303. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
  304. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
  305. data/lib/plaid/models/bank_transfer_network.rb +1 -1
  306. data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
  307. data/lib/plaid/models/bank_transfer_status.rb +1 -1
  308. data/lib/plaid/models/bank_transfer_type.rb +1 -1
  309. data/lib/plaid/models/bank_transfer_user.rb +1 -1
  310. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +1 -1
  311. data/lib/plaid/models/categories_get_response.rb +1 -1
  312. data/lib/plaid/models/category.rb +1 -1
  313. data/lib/plaid/models/cause.rb +1 -1
  314. data/lib/plaid/models/country_code.rb +1 -1
  315. data/lib/plaid/models/credit_card_liability.rb +2 -17
  316. data/lib/plaid/models/credit_filter.rb +1 -1
  317. data/lib/plaid/models/default_update_webhook.rb +1 -1
  318. data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
  319. data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
  320. data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
  321. data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
  322. data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
  323. data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
  324. data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
  325. data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
  326. data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
  327. data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
  328. data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
  329. data/lib/plaid/models/depository_filter.rb +1 -1
  330. data/lib/plaid/models/email.rb +1 -1
  331. data/lib/plaid/models/employee.rb +1 -1
  332. data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
  333. data/lib/plaid/models/employer.rb +1 -1
  334. data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
  335. data/lib/plaid/models/employers_search_request.rb +1 -1
  336. data/lib/plaid/models/employers_search_response.rb +1 -1
  337. data/lib/plaid/models/error.rb +3 -3
  338. data/lib/plaid/models/external_payment_options.rb +242 -0
  339. data/lib/plaid/models/external_payment_refund_details.rb +240 -0
  340. data/lib/plaid/models/external_payment_schedule.rb +4 -4
  341. data/lib/plaid/models/external_payment_schedule_get.rb +4 -4
  342. data/lib/plaid/models/health_incident.rb +1 -1
  343. data/lib/plaid/models/historical_balance.rb +1 -1
  344. data/lib/plaid/models/historical_update_webhook.rb +1 -1
  345. data/lib/plaid/models/holding.rb +2 -2
  346. data/lib/plaid/models/holdings_default_update_webhook.rb +1 -1
  347. data/lib/plaid/models/identity_get_request.rb +1 -1
  348. data/lib/plaid/models/identity_get_request_options.rb +1 -1
  349. data/lib/plaid/models/identity_get_response.rb +1 -1
  350. data/lib/plaid/models/incident_update.rb +1 -1
  351. data/lib/plaid/models/income_breakdown.rb +1 -1
  352. data/lib/plaid/models/income_summary.rb +1 -1
  353. data/lib/plaid/models/income_summary_field_number.rb +1 -1
  354. data/lib/plaid/models/income_summary_field_string.rb +1 -1
  355. data/lib/plaid/models/income_verification_create_request.rb +1 -1
  356. data/lib/plaid/models/income_verification_create_response.rb +1 -1
  357. data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
  358. data/lib/plaid/models/income_verification_documents_download_response.rb +1 -1
  359. data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
  360. data/lib/plaid/models/income_verification_paystub_get_response.rb +1 -1
  361. data/lib/plaid/models/income_verification_status_webhook.rb +1 -1
  362. data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
  363. data/lib/plaid/models/income_verification_summary_get_response.rb +1 -1
  364. data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
  365. data/lib/plaid/models/inflow_model.rb +1 -1
  366. data/lib/plaid/models/initial_update_webhook.rb +1 -1
  367. data/lib/plaid/models/institution.rb +15 -5
  368. data/lib/plaid/models/institution_status.rb +1 -1
  369. data/lib/plaid/models/institutions_get_by_id_request.rb +1 -1
  370. data/lib/plaid/models/institutions_get_by_id_request_options.rb +18 -6
  371. data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
  372. data/lib/plaid/models/institutions_get_request.rb +1 -1
  373. data/lib/plaid/models/institutions_get_request_options.rb +18 -6
  374. data/lib/plaid/models/institutions_get_response.rb +1 -1
  375. data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
  376. data/lib/plaid/models/institutions_search_payment_initiation_options.rb +220 -0
  377. data/lib/plaid/models/institutions_search_request.rb +1 -1
  378. data/lib/plaid/models/institutions_search_request_options.rb +28 -6
  379. data/lib/plaid/models/institutions_search_response.rb +1 -1
  380. data/lib/plaid/models/investment_filter.rb +1 -1
  381. data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
  382. data/lib/plaid/models/investment_transaction.rb +2 -2
  383. data/lib/plaid/models/investments_default_update_webhook.rb +1 -1
  384. data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
  385. data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
  386. data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
  387. data/lib/plaid/models/investments_transactions_get_request_options.rb +6 -6
  388. data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
  389. data/lib/plaid/models/item.rb +2 -2
  390. data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
  391. data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
  392. data/lib/plaid/models/item_error_webhook.rb +1 -1
  393. data/lib/plaid/models/item_get_request.rb +1 -1
  394. data/lib/plaid/models/item_get_response.rb +5 -15
  395. data/lib/plaid/models/item_import_request.rb +1 -1
  396. data/lib/plaid/models/item_import_request_options.rb +1 -1
  397. data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
  398. data/lib/plaid/models/item_import_response.rb +1 -1
  399. data/lib/plaid/models/item_product_ready_webhook.rb +1 -1
  400. data/lib/plaid/models/item_public_token_create_request.rb +1 -1
  401. data/lib/plaid/models/item_public_token_create_response.rb +1 -1
  402. data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
  403. data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
  404. data/lib/plaid/models/item_remove_request.rb +1 -1
  405. data/lib/plaid/models/item_remove_response.rb +1 -1
  406. data/lib/plaid/models/item_status.rb +1 -1
  407. data/lib/plaid/models/item_webhook_update_request.rb +1 -1
  408. data/lib/plaid/models/item_webhook_update_response.rb +1 -1
  409. data/lib/plaid/models/jwk_public_key.rb +41 -1
  410. data/lib/plaid/models/jwt_header.rb +1 -1
  411. data/lib/plaid/models/liabilities_default_update_webhook.rb +274 -0
  412. data/lib/plaid/models/liabilities_get_request.rb +1 -1
  413. data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
  414. data/lib/plaid/models/liabilities_get_response.rb +1 -1
  415. data/lib/plaid/models/liabilities_object.rb +1 -1
  416. data/lib/plaid/models/liability_override.rb +3 -18
  417. data/lib/plaid/models/link_token_account_filters.rb +1 -1
  418. data/lib/plaid/models/link_token_create_request.rb +4 -4
  419. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +1 -1
  420. data/lib/plaid/models/link_token_create_request_auth.rb +18 -18
  421. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
  422. data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
  423. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
  424. data/lib/plaid/models/link_token_create_request_user.rb +2 -2
  425. data/lib/plaid/models/link_token_create_response.rb +1 -1
  426. data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
  427. data/lib/plaid/models/link_token_get_request.rb +1 -1
  428. data/lib/plaid/models/link_token_get_response.rb +1 -1
  429. data/lib/plaid/models/loan_filter.rb +1 -1
  430. data/lib/plaid/models/location.rb +1 -1
  431. data/lib/plaid/models/meta.rb +1 -1
  432. data/lib/plaid/models/mfa.rb +1 -1
  433. data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
  434. data/lib/plaid/models/mortgage_liability.rb +1 -1
  435. data/lib/plaid/models/mortgage_property_address.rb +1 -1
  436. data/lib/plaid/models/nullable_access_token.rb +1 -1
  437. data/lib/plaid/models/nullable_address.rb +1 -1
  438. data/lib/plaid/models/nullable_address_data.rb +1 -1
  439. data/lib/plaid/models/nullable_item_status.rb +1 -1
  440. data/lib/plaid/models/nullable_numbers_ach.rb +3 -3
  441. data/lib/plaid/models/nullable_numbers_bacs.rb +1 -1
  442. data/lib/plaid/models/nullable_numbers_eft.rb +1 -1
  443. data/lib/plaid/models/nullable_numbers_international.rb +1 -1
  444. data/lib/plaid/models/nullable_recipient_bacs.rb +1 -1
  445. data/lib/plaid/models/numbers.rb +1 -1
  446. data/lib/plaid/models/numbers_ach.rb +3 -3
  447. data/lib/plaid/models/numbers_bacs.rb +1 -1
  448. data/lib/plaid/models/numbers_eft.rb +1 -1
  449. data/lib/plaid/models/numbers_international.rb +1 -1
  450. data/lib/plaid/models/override_accounts.rb +1 -1
  451. data/lib/plaid/models/owner.rb +2 -2
  452. data/lib/plaid/models/owner_override.rb +1 -1
  453. data/lib/plaid/models/pay_frequency.rb +1 -1
  454. data/lib/plaid/models/pay_period_details.rb +1 -1
  455. data/lib/plaid/models/payment_amount.rb +37 -3
  456. data/lib/plaid/models/payment_initiation_address.rb +1 -1
  457. data/lib/plaid/models/payment_initiation_metadata.rb +252 -0
  458. data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +236 -0
  459. data/lib/plaid/models/payment_initiation_payment.rb +395 -0
  460. data/lib/plaid/models/payment_initiation_payment_create_request.rb +17 -7
  461. data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
  462. data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
  463. data/lib/plaid/models/payment_initiation_payment_get_response.rb +71 -17
  464. data/lib/plaid/models/payment_initiation_payment_list_request.rb +3 -1
  465. data/lib/plaid/models/payment_initiation_payment_list_response.rb +4 -8
  466. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
  467. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +2 -2
  468. data/lib/plaid/models/payment_initiation_recipient.rb +21 -12
  469. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +2 -1
  470. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
  471. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
  472. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +21 -2
  473. data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +219 -0
  474. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
  475. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
  476. data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +242 -0
  477. data/lib/plaid/models/payment_meta.rb +2 -2
  478. data/lib/plaid/models/payment_schedule_interval.rb +37 -0
  479. data/lib/plaid/models/payment_status_update_webhook.rb +1 -1
  480. data/lib/plaid/models/paystub.rb +1 -1
  481. data/lib/plaid/models/paystub_deduction.rb +1 -1
  482. data/lib/plaid/models/paystub_ytd_details.rb +1 -1
  483. data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
  484. data/lib/plaid/models/phone_number.rb +1 -1
  485. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
  486. data/lib/plaid/models/processor_auth_get_request.rb +1 -1
  487. data/lib/plaid/models/processor_auth_get_response.rb +1 -1
  488. data/lib/plaid/models/processor_balance_get_request.rb +1 -1
  489. data/lib/plaid/models/processor_balance_get_response.rb +1 -1
  490. data/lib/plaid/models/processor_identity_get_request.rb +1 -1
  491. data/lib/plaid/models/processor_identity_get_response.rb +1 -1
  492. data/lib/plaid/models/processor_number.rb +1 -1
  493. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
  494. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
  495. data/lib/plaid/models/processor_token_create_request.rb +2 -2
  496. data/lib/plaid/models/processor_token_create_response.rb +1 -1
  497. data/lib/plaid/models/product_status.rb +1 -1
  498. data/lib/plaid/models/product_status_breakdown.rb +1 -1
  499. data/lib/plaid/models/products.rb +2 -1
  500. data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
  501. data/lib/plaid/models/pslf_status.rb +1 -1
  502. data/lib/plaid/models/recaptcha_required_error.rb +1 -1
  503. data/lib/plaid/models/recipient_bacs.rb +1 -1
  504. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +1 -1
  505. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +1 -1
  506. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
  507. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
  508. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +6 -1
  509. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
  510. data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
  511. data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
  512. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
  513. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
  514. data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
  515. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
  516. data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
  517. data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
  518. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
  519. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
  520. data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
  521. data/lib/plaid/models/security.rb +4 -7
  522. data/lib/plaid/models/servicer_address_data.rb +1 -1
  523. data/lib/plaid/models/standalone_account_type.rb +1 -1
  524. data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
  525. data/lib/plaid/models/standalone_investment_transaction_subtype.rb +1 -1
  526. data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
  527. data/lib/plaid/models/student_loan.rb +2 -13
  528. data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
  529. data/lib/plaid/models/student_loan_status.rb +1 -1
  530. data/lib/plaid/models/student_repayment_plan.rb +1 -1
  531. data/lib/plaid/models/transaction.rb +4 -4
  532. data/lib/plaid/models/transaction_code.rb +1 -1
  533. data/lib/plaid/models/transaction_data.rb +1 -1
  534. data/lib/plaid/models/transaction_override.rb +1 -1
  535. data/lib/plaid/models/transactions_get_request.rb +1 -1
  536. data/lib/plaid/models/transactions_get_request_options.rb +1 -1
  537. data/lib/plaid/models/transactions_get_response.rb +1 -1
  538. data/lib/plaid/models/transactions_refresh_request.rb +1 -1
  539. data/lib/plaid/models/transactions_refresh_response.rb +1 -1
  540. data/lib/plaid/models/transactions_removed_webhook.rb +1 -1
  541. data/lib/plaid/models/user_custom_password.rb +1 -1
  542. data/lib/plaid/models/user_permission_revoked_webhook.rb +1 -1
  543. data/lib/plaid/models/verification_expired_webhook.rb +2 -2
  544. data/lib/plaid/models/verification_status.rb +1 -1
  545. data/lib/plaid/models/warning.rb +1 -1
  546. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +1 -1
  547. data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
  548. data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
  549. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
  550. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
  551. data/lib/plaid/version.rb +2 -2
  552. data/pkg/plaid-13.2.0.gem +0 -0
  553. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
  554. data/plaid.gemspec +1 -1
  555. data/test/test_bank_transfers.rb +1 -2
  556. data/test/test_payment_initiation.rb +1 -2
  557. metadata +243 -319
  558. data/docs/ACHClass.md +0 -15
  559. data/docs/APR.md +0 -24
  560. data/docs/AccountAssets.md +0 -40
  561. data/docs/AccountAssetsAllOf.md +0 -24
  562. data/docs/AccountBalance.md +0 -26
  563. data/docs/AccountBase.md +0 -32
  564. data/docs/AccountFiltersResponse.md +0 -24
  565. data/docs/AccountIdentity.md +0 -34
  566. data/docs/AccountIdentityAllOf.md +0 -18
  567. data/docs/AccountSubtype.md +0 -15
  568. data/docs/AccountType.md +0 -15
  569. data/docs/AccountsBalanceGetRequest.md +0 -24
  570. data/docs/AccountsBalanceGetRequestOptions.md +0 -18
  571. data/docs/AccountsGetRequest.md +0 -24
  572. data/docs/AccountsGetRequestOptions.md +0 -18
  573. data/docs/AccountsGetResponse.md +0 -22
  574. data/docs/Address.md +0 -20
  575. data/docs/AddressData.md +0 -26
  576. data/docs/Amount.md +0 -20
  577. data/docs/AssetReport.md +0 -28
  578. data/docs/AssetReportAuditCopyCreateRequest.md +0 -24
  579. data/docs/AssetReportAuditCopyCreateResponse.md +0 -20
  580. data/docs/AssetReportAuditCopyGetRequest.md +0 -22
  581. data/docs/AssetReportAuditCopyRemoveRequest.md +0 -22
  582. data/docs/AssetReportAuditCopyRemoveResponse.md +0 -20
  583. data/docs/AssetReportCreateRequest.md +0 -26
  584. data/docs/AssetReportCreateRequestOptions.md +0 -22
  585. data/docs/AssetReportCreateResponse.md +0 -22
  586. data/docs/AssetReportFilterRequest.md +0 -24
  587. data/docs/AssetReportFilterResponse.md +0 -22
  588. data/docs/AssetReportGetRequest.md +0 -24
  589. data/docs/AssetReportGetResponse.md +0 -22
  590. data/docs/AssetReportItem.md +0 -26
  591. data/docs/AssetReportPDFGetRequest.md +0 -22
  592. data/docs/AssetReportRefreshRequest.md +0 -26
  593. data/docs/AssetReportRefreshRequestOptions.md +0 -22
  594. data/docs/AssetReportRefreshResponse.md +0 -22
  595. data/docs/AssetReportRemoveRequest.md +0 -22
  596. data/docs/AssetReportRemoveResponse.md +0 -20
  597. data/docs/AssetReportTransaction.md +0 -62
  598. data/docs/AssetReportTransactionAllOf.md +0 -20
  599. data/docs/AssetReportUser.md +0 -30
  600. data/docs/AssetsErrorWebhook.md +0 -24
  601. data/docs/AssetsProductReadyWebhook.md +0 -22
  602. data/docs/AuthGetNumbers.md +0 -24
  603. data/docs/AuthGetRequest.md +0 -24
  604. data/docs/AuthGetRequestOptions.md +0 -18
  605. data/docs/AuthGetResponse.md +0 -24
  606. data/docs/AutomaticallyVerifiedWebhook.md +0 -24
  607. data/docs/BankTransfer.md +0 -50
  608. data/docs/BankTransferBalance.md +0 -20
  609. data/docs/BankTransferBalanceGetRequest.md +0 -22
  610. data/docs/BankTransferBalanceGetResponse.md +0 -22
  611. data/docs/BankTransferCancelRequest.md +0 -22
  612. data/docs/BankTransferCancelResponse.md +0 -18
  613. data/docs/BankTransferCreateRequest.md +0 -46
  614. data/docs/BankTransferCreateResponse.md +0 -20
  615. data/docs/BankTransferDirection.md +0 -15
  616. data/docs/BankTransferEvent.md +0 -40
  617. data/docs/BankTransferEventListRequest.md +0 -40
  618. data/docs/BankTransferEventListResponse.md +0 -20
  619. data/docs/BankTransferEventSyncRequest.md +0 -24
  620. data/docs/BankTransferEventSyncResponse.md +0 -20
  621. data/docs/BankTransferEventType.md +0 -15
  622. data/docs/BankTransferFailure.md +0 -20
  623. data/docs/BankTransferGetRequest.md +0 -22
  624. data/docs/BankTransferGetResponse.md +0 -20
  625. data/docs/BankTransferListRequest.md +0 -32
  626. data/docs/BankTransferListResponse.md +0 -20
  627. data/docs/BankTransferMigrateAccountRequest.md +0 -26
  628. data/docs/BankTransferMigrateAccountResponse.md +0 -22
  629. data/docs/BankTransferNetwork.md +0 -15
  630. data/docs/BankTransferReceiverDetails.md +0 -18
  631. data/docs/BankTransferStatus.md +0 -15
  632. data/docs/BankTransferType.md +0 -15
  633. data/docs/BankTransferUser.md +0 -22
  634. data/docs/BankTransfersEventsUpdateWebhook.md +0 -20
  635. data/docs/CategoriesGetResponse.md +0 -20
  636. data/docs/Category.md +0 -22
  637. data/docs/Cause.md +0 -20
  638. data/docs/CountryCode.md +0 -15
  639. data/docs/CreditCardLiability.md +0 -34
  640. data/docs/CreditFilter.md +0 -18
  641. data/docs/DefaultUpdateWebhook.md +0 -26
  642. data/docs/DepositSwitchAddressData.md +0 -26
  643. data/docs/DepositSwitchAltCreateRequest.md +0 -24
  644. data/docs/DepositSwitchAltCreateResponse.md +0 -20
  645. data/docs/DepositSwitchCreateRequest.md +0 -24
  646. data/docs/DepositSwitchCreateResponse.md +0 -20
  647. data/docs/DepositSwitchGetRequest.md +0 -22
  648. data/docs/DepositSwitchGetResponse.md +0 -38
  649. data/docs/DepositSwitchTargetAccount.md +0 -24
  650. data/docs/DepositSwitchTargetUser.md +0 -28
  651. data/docs/DepositSwitchTokenCreateRequest.md +0 -22
  652. data/docs/DepositSwitchTokenCreateResponse.md +0 -22
  653. data/docs/DepositoryFilter.md +0 -18
  654. data/docs/Email.md +0 -22
  655. data/docs/Employee.md +0 -22
  656. data/docs/EmployeeIncomeSummaryFieldString.md +0 -20
  657. data/docs/Employer.md +0 -24
  658. data/docs/EmployerIncomeSummaryFieldString.md +0 -20
  659. data/docs/EmployersSearchRequest.md +0 -24
  660. data/docs/EmployersSearchResponse.md +0 -20
  661. data/docs/Error.md +0 -34
  662. data/docs/ExternalPaymentSchedule.md +0 -24
  663. data/docs/ExternalPaymentScheduleGet.md +0 -26
  664. data/docs/HealthIncident.md +0 -24
  665. data/docs/HistoricalBalance.md +0 -24
  666. data/docs/HistoricalUpdateWebhook.md +0 -26
  667. data/docs/Holding.md +0 -34
  668. data/docs/HoldingsDefaultUpdateWebhook.md +0 -28
  669. data/docs/IdentityGetRequest.md +0 -24
  670. data/docs/IdentityGetRequestOptions.md +0 -18
  671. data/docs/IdentityGetResponse.md +0 -22
  672. data/docs/IncidentUpdate.md +0 -22
  673. data/docs/IncomeBreakdown.md +0 -24
  674. data/docs/IncomeSummary.md +0 -30
  675. data/docs/IncomeSummaryFieldNumber.md +0 -20
  676. data/docs/IncomeSummaryFieldString.md +0 -20
  677. data/docs/IncomeVerificationCreateRequest.md +0 -22
  678. data/docs/IncomeVerificationCreateResponse.md +0 -20
  679. data/docs/IncomeVerificationDocumentsDownloadRequest.md +0 -22
  680. data/docs/IncomeVerificationDocumentsDownloadResponse.md +0 -18
  681. data/docs/IncomeVerificationPaystubGetRequest.md +0 -22
  682. data/docs/IncomeVerificationPaystubGetResponse.md +0 -20
  683. data/docs/IncomeVerificationStatusWebhook.md +0 -24
  684. data/docs/IncomeVerificationSummaryGetRequest.md +0 -22
  685. data/docs/IncomeVerificationSummaryGetResponse.md +0 -20
  686. data/docs/IncomeVerificationWebhookStatus.md +0 -18
  687. data/docs/InflowModel.md +0 -26
  688. data/docs/InitialUpdateWebhook.md +0 -26
  689. data/docs/Institution.md +0 -36
  690. data/docs/InstitutionStatus.md +0 -30
  691. data/docs/InstitutionsGetByIdRequest.md +0 -26
  692. data/docs/InstitutionsGetByIdRequestOptions.md +0 -20
  693. data/docs/InstitutionsGetByIdResponse.md +0 -20
  694. data/docs/InstitutionsGetRequest.md +0 -28
  695. data/docs/InstitutionsGetRequestOptions.md +0 -24
  696. data/docs/InstitutionsGetResponse.md +0 -22
  697. data/docs/InstitutionsSearchAccountFilter.md +0 -24
  698. data/docs/InstitutionsSearchRequest.md +0 -28
  699. data/docs/InstitutionsSearchRequestOptions.md +0 -20
  700. data/docs/InstitutionsSearchResponse.md +0 -20
  701. data/docs/InvestmentFilter.md +0 -18
  702. data/docs/InvestmentHoldingsGetRequestOptions.md +0 -18
  703. data/docs/InvestmentTransaction.md +0 -44
  704. data/docs/InvestmentsDefaultUpdateWebhook.md +0 -28
  705. data/docs/InvestmentsHoldingsGetRequest.md +0 -24
  706. data/docs/InvestmentsHoldingsGetResponse.md +0 -26
  707. data/docs/InvestmentsTransactionsGetRequest.md +0 -28
  708. data/docs/InvestmentsTransactionsGetRequestOptions.md +0 -22
  709. data/docs/InvestmentsTransactionsGetResponse.md +0 -28
  710. data/docs/Item.md +0 -32
  711. data/docs/ItemAccessTokenInvalidateRequest.md +0 -22
  712. data/docs/ItemAccessTokenInvalidateResponse.md +0 -20
  713. data/docs/ItemErrorWebhook.md +0 -24
  714. data/docs/ItemGetRequest.md +0 -22
  715. data/docs/ItemGetResponse.md +0 -24
  716. data/docs/ItemImportRequest.md +0 -26
  717. data/docs/ItemImportRequestOptions.md +0 -18
  718. data/docs/ItemImportRequestUserAuth.md +0 -20
  719. data/docs/ItemImportResponse.md +0 -20
  720. data/docs/ItemProductReadyWebhook.md +0 -24
  721. data/docs/ItemPublicTokenCreateRequest.md +0 -22
  722. data/docs/ItemPublicTokenCreateResponse.md +0 -22
  723. data/docs/ItemPublicTokenExchangeRequest.md +0 -22
  724. data/docs/ItemPublicTokenExchangeResponse.md +0 -22
  725. data/docs/ItemRemoveRequest.md +0 -22
  726. data/docs/ItemRemoveResponse.md +0 -18
  727. data/docs/ItemStatus.md +0 -22
  728. data/docs/ItemWebhookUpdateRequest.md +0 -24
  729. data/docs/ItemWebhookUpdateResponse.md +0 -20
  730. data/docs/JWKPublicKey.md +0 -34
  731. data/docs/JWTHeader.md +0 -18
  732. data/docs/LiabilitiesGetRequest.md +0 -24
  733. data/docs/LiabilitiesGetRequestOptions.md +0 -18
  734. data/docs/LiabilitiesGetResponse.md +0 -24
  735. data/docs/LiabilitiesObject.md +0 -22
  736. data/docs/LiabilityOverride.md +0 -66
  737. data/docs/LinkTokenAccountFilters.md +0 -24
  738. data/docs/LinkTokenCreateRequest.md +0 -52
  739. data/docs/LinkTokenCreateRequestAccountSubtypes.md +0 -24
  740. data/docs/LinkTokenCreateRequestAuth.md +0 -18
  741. data/docs/LinkTokenCreateRequestDepositSwitch.md +0 -18
  742. data/docs/LinkTokenCreateRequestIncomeVerification.md +0 -20
  743. data/docs/LinkTokenCreateRequestPaymentInitiation.md +0 -18
  744. data/docs/LinkTokenCreateRequestUser.md +0 -32
  745. data/docs/LinkTokenCreateResponse.md +0 -22
  746. data/docs/LinkTokenGetMetadataResponse.md +0 -30
  747. data/docs/LinkTokenGetRequest.md +0 -22
  748. data/docs/LinkTokenGetResponse.md +0 -26
  749. data/docs/LoanFilter.md +0 -18
  750. data/docs/Location.md +0 -32
  751. data/docs/MFA.md +0 -26
  752. data/docs/Meta.md +0 -22
  753. data/docs/MortgageInterestRate.md +0 -20
  754. data/docs/MortgageLiability.md +0 -56
  755. data/docs/MortgagePropertyAddress.md +0 -26
  756. data/docs/NullableAccessToken.md +0 -15
  757. data/docs/NullableAddress.md +0 -20
  758. data/docs/NullableAddressData.md +0 -26
  759. data/docs/NullableItemStatus.md +0 -22
  760. data/docs/NullableNumbersACH.md +0 -24
  761. data/docs/NullableNumbersBACS.md +0 -22
  762. data/docs/NullableNumbersEFT.md +0 -24
  763. data/docs/NullableNumbersInternational.md +0 -22
  764. data/docs/NullableRecipientBACS.md +0 -20
  765. data/docs/Numbers.md +0 -32
  766. data/docs/NumbersACH.md +0 -24
  767. data/docs/NumbersBACS.md +0 -22
  768. data/docs/NumbersEFT.md +0 -24
  769. data/docs/NumbersInternational.md +0 -22
  770. data/docs/OverrideAccounts.md +0 -38
  771. data/docs/Owner.md +0 -24
  772. data/docs/OwnerOverride.md +0 -24
  773. data/docs/PSLFStatus.md +0 -22
  774. data/docs/PayFrequency.md +0 -20
  775. data/docs/PayPeriodDetails.md +0 -26
  776. data/docs/PaymentAmount.md +0 -20
  777. data/docs/PaymentInitiationAddress.md +0 -24
  778. data/docs/PaymentInitiationPaymentCreateRequest.md +0 -28
  779. data/docs/PaymentInitiationPaymentCreateResponse.md +0 -22
  780. data/docs/PaymentInitiationPaymentGetRequest.md +0 -22
  781. data/docs/PaymentInitiationPaymentGetResponse.md +0 -34
  782. data/docs/PaymentInitiationPaymentListRequest.md +0 -24
  783. data/docs/PaymentInitiationPaymentListResponse.md +0 -22
  784. data/docs/PaymentInitiationPaymentTokenCreateRequest.md +0 -22
  785. data/docs/PaymentInitiationPaymentTokenCreateResponse.md +0 -22
  786. data/docs/PaymentInitiationRecipient.md +0 -26
  787. data/docs/PaymentInitiationRecipientCreateRequest.md +0 -28
  788. data/docs/PaymentInitiationRecipientCreateResponse.md +0 -20
  789. data/docs/PaymentInitiationRecipientGetRequest.md +0 -22
  790. data/docs/PaymentInitiationRecipientGetResponse.md +0 -28
  791. data/docs/PaymentInitiationRecipientListRequest.md +0 -20
  792. data/docs/PaymentInitiationRecipientListResponse.md +0 -20
  793. data/docs/PaymentMeta.md +0 -32
  794. data/docs/PaymentStatusUpdateWebhook.md +0 -38
  795. data/docs/Paystub.md +0 -30
  796. data/docs/PaystubDeduction.md +0 -22
  797. data/docs/PaystubYTDDetails.md +0 -20
  798. data/docs/PendingExpirationWebhook.md +0 -24
  799. data/docs/PhoneNumber.md +0 -22
  800. data/docs/PlaidApi.md +0 -5660
  801. data/docs/ProcessorApexProcessorTokenCreateRequest.md +0 -24
  802. data/docs/ProcessorAuthGetRequest.md +0 -22
  803. data/docs/ProcessorAuthGetResponse.md +0 -22
  804. data/docs/ProcessorBalanceGetRequest.md +0 -22
  805. data/docs/ProcessorBalanceGetResponse.md +0 -20
  806. data/docs/ProcessorIdentityGetRequest.md +0 -22
  807. data/docs/ProcessorIdentityGetResponse.md +0 -20
  808. data/docs/ProcessorNumber.md +0 -24
  809. data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +0 -24
  810. data/docs/ProcessorStripeBankAccountTokenCreateResponse.md +0 -20
  811. data/docs/ProcessorTokenCreateRequest.md +0 -26
  812. data/docs/ProcessorTokenCreateResponse.md +0 -20
  813. data/docs/ProductStatus.md +0 -22
  814. data/docs/ProductStatusBreakdown.md +0 -24
  815. data/docs/Products.md +0 -15
  816. data/docs/ProjectedIncomeSummaryFieldNumber.md +0 -20
  817. data/docs/RecaptchaRequiredError.md +0 -30
  818. data/docs/RecipientBACS.md +0 -20
  819. data/docs/SandboxBankTransferFireWebhookRequest.md +0 -22
  820. data/docs/SandboxBankTransferFireWebhookResponse.md +0 -18
  821. data/docs/SandboxBankTransferSimulateRequest.md +0 -26
  822. data/docs/SandboxBankTransferSimulateResponse.md +0 -18
  823. data/docs/SandboxItemFireWebhookRequest.md +0 -24
  824. data/docs/SandboxItemFireWebhookResponse.md +0 -20
  825. data/docs/SandboxItemResetLoginRequest.md +0 -22
  826. data/docs/SandboxItemResetLoginResponse.md +0 -20
  827. data/docs/SandboxItemSetVerificationStatusRequest.md +0 -26
  828. data/docs/SandboxItemSetVerificationStatusResponse.md +0 -18
  829. data/docs/SandboxProcessorTokenCreateRequest.md +0 -24
  830. data/docs/SandboxProcessorTokenCreateRequestOptions.md +0 -20
  831. data/docs/SandboxProcessorTokenCreateResponse.md +0 -20
  832. data/docs/SandboxPublicTokenCreateRequest.md +0 -26
  833. data/docs/SandboxPublicTokenCreateRequestOptions.md +0 -24
  834. data/docs/SandboxPublicTokenCreateRequestOptionsTransactions.md +0 -20
  835. data/docs/SandboxPublicTokenCreateResponse.md +0 -20
  836. data/docs/Security.md +0 -46
  837. data/docs/ServicerAddressData.md +0 -26
  838. data/docs/StandaloneAccountType.md +0 -26
  839. data/docs/StandaloneCurrencyCodeList.md +0 -20
  840. data/docs/StandaloneInvestmentTransactionSubtype.md +0 -104
  841. data/docs/StandaloneInvestmentTransactionType.md +0 -28
  842. data/docs/StudentLoan.md +0 -66
  843. data/docs/StudentLoanRepaymentModel.md +0 -22
  844. data/docs/StudentLoanStatus.md +0 -20
  845. data/docs/StudentRepaymentPlan.md +0 -20
  846. data/docs/Transaction.md +0 -58
  847. data/docs/TransactionCode.md +0 -15
  848. data/docs/TransactionData.md +0 -26
  849. data/docs/TransactionOverride.md +0 -26
  850. data/docs/TransactionsGetRequest.md +0 -28
  851. data/docs/TransactionsGetRequestOptions.md +0 -22
  852. data/docs/TransactionsGetResponse.md +0 -26
  853. data/docs/TransactionsRefreshRequest.md +0 -22
  854. data/docs/TransactionsRefreshResponse.md +0 -18
  855. data/docs/TransactionsRemovedWebhook.md +0 -26
  856. data/docs/UserCustomPassword.md +0 -28
  857. data/docs/UserPermissionRevokedWebhook.md +0 -24
  858. data/docs/VerificationExpiredWebhook.md +0 -24
  859. data/docs/VerificationStatus.md +0 -15
  860. data/docs/Warning.md +0 -22
  861. data/docs/WebhookUpdateAcknowledgedWebhook.md +0 -26
  862. data/docs/WebhookVerificationKeyGetRequest.md +0 -22
  863. data/docs/WebhookVerificationKeyGetResponse.md +0 -20
  864. data/docs/YTDGrossIncomeSummaryFieldNumber.md +0 -20
  865. data/docs/YTDNetIncomeSummaryFieldNumber.md +0 -20
  866. data/pkg/plaid-14.0.0.beta.4.gem +0 -0
@@ -1,22 +0,0 @@
1
- # Plaid::DepositSwitchGetRequest
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
- | **deposit_switch_id** | **String** | The ID of the deposit switch | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'plaid'
15
-
16
- instance = Plaid::DepositSwitchGetRequest.new(
17
- client_id: null,
18
- secret: null,
19
- deposit_switch_id: null
20
- )
21
- ```
22
-
@@ -1,38 +0,0 @@
1
- # Plaid::DepositSwitchGetResponse
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **deposit_switch_id** | **String** | The ID of the deposit switch | |
8
- | **target_account_id** | **String** | The ID of the bank account the direct deposit was switched to | |
9
- | **target_item_id** | **String** | The ID of the Item the direct deposit was switched to. | |
10
- | **state** | **String** | The state of the deposit switch. | |
11
- | **account_has_multiple_allocations** | **Boolean** | When `true`, user’s direct deposit goes to multiple banks. When false, user’s direct deposit only goes to the target account. Always `null` if the deposit switch has not been completed. | |
12
- | **is_allocated_remainder** | **Boolean** | When `true`, the target account is allocated the remainder of direct deposit after all other allocations have been deducted. When `false`, user’s direct deposit is allocated as a percent or amount. Always `null` if the deposit switch has not been completed. | |
13
- | **percent_allocated** | **Float** | The percentage of direct deposit allocated to the target account. Always `null` if the target account is not allocated a percentage or if the deposit switch has not been completed or if `is_allocated_remainder` is true. | |
14
- | **amount_allocated** | **Float** | The dollar amount of direct deposit allocated to the target account. Always `null` if the target account is not allocated an amount or if the deposit switch has not been completed. | |
15
- | **date_created** | **Date** | ISO8601 date the deposit switch was created. | |
16
- | **date_completed** | **Date** | ISO8601 date the deposit switch was completed. Always `null` if the deposit switch has not been completed. | |
17
- | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
18
-
19
- ## Example
20
-
21
- ```ruby
22
- require 'plaid'
23
-
24
- instance = Plaid::DepositSwitchGetResponse.new(
25
- deposit_switch_id: null,
26
- target_account_id: null,
27
- target_item_id: null,
28
- state: null,
29
- account_has_multiple_allocations: null,
30
- is_allocated_remainder: null,
31
- percent_allocated: null,
32
- amount_allocated: null,
33
- date_created: null,
34
- date_completed: null,
35
- request_id: null
36
- )
37
- ```
38
-
@@ -1,24 +0,0 @@
1
- # Plaid::DepositSwitchTargetAccount
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **account_number** | **String** | Account number for deposit switch destination | |
8
- | **routing_number** | **String** | Routing number for deposit switch destination | |
9
- | **account_name** | **String** | The name of the deposit switch destination account, as it will be displayed to the end user in the Deposit Switch interface. It is not required to match the name used in online banking. | |
10
- | **account_subtype** | **String** | The account subtype of the account, either `checking` or `savings`. | |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'plaid'
16
-
17
- instance = Plaid::DepositSwitchTargetAccount.new(
18
- account_number: null,
19
- routing_number: null,
20
- account_name: null,
21
- account_subtype: null
22
- )
23
- ```
24
-
@@ -1,28 +0,0 @@
1
- # Plaid::DepositSwitchTargetUser
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **given_name** | **String** | The given name (first name) of the user. | |
8
- | **family_name** | **String** | The family name (last name) of the user. | |
9
- | **phone** | **String** | The phone number of the user. The endpoint can accept a variety of phone number formats, including E.164. | |
10
- | **email** | **String** | The email address of the user. | |
11
- | **address** | [**DepositSwitchAddressData**](DepositSwitchAddressData.md) | | [optional] |
12
- | **tax_payer_id** | **String** | The taxpayer ID of the user, generally their SSN, EIN, or TIN. | [optional] |
13
-
14
- ## Example
15
-
16
- ```ruby
17
- require 'plaid'
18
-
19
- instance = Plaid::DepositSwitchTargetUser.new(
20
- given_name: null,
21
- family_name: null,
22
- phone: null,
23
- email: null,
24
- address: null,
25
- tax_payer_id: null
26
- )
27
- ```
28
-
@@ -1,22 +0,0 @@
1
- # Plaid::DepositSwitchTokenCreateRequest
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
- | **deposit_switch_id** | **String** | The ID of the deposit switch | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'plaid'
15
-
16
- instance = Plaid::DepositSwitchTokenCreateRequest.new(
17
- client_id: null,
18
- secret: null,
19
- deposit_switch_id: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # Plaid::DepositSwitchTokenCreateResponse
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **deposit_switch_token** | **String** | Deposit switch token, used to initialize Link for the Deposit Switch product | |
8
- | **deposit_switch_token_expiration_time** | **String** | Expiration time of the token, in ISO8601 format | |
9
- | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'plaid'
15
-
16
- instance = Plaid::DepositSwitchTokenCreateResponse.new(
17
- deposit_switch_token: null,
18
- deposit_switch_token_expiration_time: null,
19
- request_id: null
20
- )
21
- ```
22
-
@@ -1,18 +0,0 @@
1
- # Plaid::DepositoryFilter
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **account_subtypes** | [**Array<AccountSubtype>**](AccountSubtype.md) | An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema). | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'plaid'
13
-
14
- instance = Plaid::DepositoryFilter.new(
15
- account_subtypes: null
16
- )
17
- ```
18
-
data/docs/Email.md DELETED
@@ -1,22 +0,0 @@
1
- # Plaid::Email
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **data** | **String** | The email address. | |
8
- | **primary** | **Boolean** | When `true`, identifies the email address as the primary email on an account. | |
9
- | **type** | **String** | The type of email account as described by the financial institution. | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'plaid'
15
-
16
- instance = Plaid::Email.new(
17
- data: null,
18
- primary: null,
19
- type: null
20
- )
21
- ```
22
-
data/docs/Employee.md DELETED
@@ -1,22 +0,0 @@
1
- # Plaid::Employee
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | The name of the employee. | [optional] |
8
- | **address** | [**NullableAddressData**](NullableAddressData.md) | | [optional] |
9
- | **ssn_masked** | **String** | The SSN of the employee, with all but the last 4 digits masked out. For example: \"XXX-XX-1111\". | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'plaid'
15
-
16
- instance = Plaid::Employee.new(
17
- name: null,
18
- address: null,
19
- ssn_masked: null
20
- )
21
- ```
22
-
@@ -1,20 +0,0 @@
1
- # Plaid::EmployeeIncomeSummaryFieldString
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **value** | **String** | The value of the field. | |
8
- | **verification_status** | [**VerificationStatus**](VerificationStatus.md) | | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'plaid'
14
-
15
- instance = Plaid::EmployeeIncomeSummaryFieldString.new(
16
- value: null,
17
- verification_status: null
18
- )
19
- ```
20
-
data/docs/Employer.md DELETED
@@ -1,24 +0,0 @@
1
- # Plaid::Employer
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **employer_id** | **String** | Plaid's unique identifier for the employer. | |
8
- | **name** | **String** | The name of the employer | |
9
- | **address** | [**NullableAddressData**](NullableAddressData.md) | | [optional] |
10
- | **confidence_score** | **Float** | A number from 0 to 1 indicating Plaid's level of confidence in the pairing between the employer and the institution (not yet implemented). | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'plaid'
16
-
17
- instance = Plaid::Employer.new(
18
- employer_id: null,
19
- name: null,
20
- address: null,
21
- confidence_score: null
22
- )
23
- ```
24
-
@@ -1,20 +0,0 @@
1
- # Plaid::EmployerIncomeSummaryFieldString
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **value** | **String** | The value of the field. | |
8
- | **verification_status** | [**VerificationStatus**](VerificationStatus.md) | | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'plaid'
14
-
15
- instance = Plaid::EmployerIncomeSummaryFieldString.new(
16
- value: null,
17
- verification_status: null
18
- )
19
- ```
20
-
@@ -1,24 +0,0 @@
1
- # Plaid::EmployersSearchRequest
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
- | **query** | **String** | The employer name to be searched for. | |
10
- | **products** | **Array<String>** | The Plaid products the returned employers should support. Currently, this field must be set to `\"deposit_switch\"`. | |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'plaid'
16
-
17
- instance = Plaid::EmployersSearchRequest.new(
18
- client_id: null,
19
- secret: null,
20
- query: null,
21
- products: null
22
- )
23
- ```
24
-
@@ -1,20 +0,0 @@
1
- # Plaid::EmployersSearchResponse
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **employers** | [**Array<Employer>**](Employer.md) | A list of employers matching the search criteria. | |
8
- | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'plaid'
14
-
15
- instance = Plaid::EmployersSearchResponse.new(
16
- employers: null,
17
- request_id: null
18
- )
19
- ```
20
-
data/docs/Error.md DELETED
@@ -1,34 +0,0 @@
1
- # Plaid::Error
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error_type** | **String** | A broad categorization of the error. Safe for programatic use. | |
8
- | **error_code** | **String** | The particular error code. Safe for programmatic use. | |
9
- | **error_message** | **String** | A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. | |
10
- | **display_message** | **String** | A user-friendly representation of the error code. `null` if the error is not related to user action. This may change over time and is not safe for programmatic use. | [optional] |
11
- | **request_id** | **String** | A unique identifying the request, to be used for troubleshooting purposes. This field will be omitted in errors provided by webhooks. | |
12
- | **causes** | [**Array<AnyType>**](AnyType.md) | In the Assets product, a request can pertain to more than one Item. If an error is returned for such a request, `causes` will return an array of errors containing a breakdown of these errors on the individual Item level, if any can be identified. `causes` will only be provided for the `error_type` `ASSET_REPORT_ERROR`. | [optional] |
13
- | **status** | **Float** | The HTTP status code associated with the error. This will only be returned in the response body when the error information is provided via a webhook. | [optional] |
14
- | **documentation_url** | **String** | The URL of a Plaid documentation page with more information about the error | [optional] |
15
- | **suggested_action** | **String** | Suggested steps for resolving the error | [optional] |
16
-
17
- ## Example
18
-
19
- ```ruby
20
- require 'plaid'
21
-
22
- instance = Plaid::Error.new(
23
- error_type: null,
24
- error_code: null,
25
- error_message: null,
26
- display_message: null,
27
- request_id: null,
28
- causes: null,
29
- status: null,
30
- documentation_url: null,
31
- suggested_action: null
32
- )
33
- ```
34
-
@@ -1,24 +0,0 @@
1
- # Plaid::ExternalPaymentSchedule
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **interval** | **String** | The frequency interval of the payment. Valid values are `\"WEEKLY\"` or `\"MONTHLY\"`. | |
8
- | **interval_execution_day** | **Float** | The day of the interval on which to schedule the payment. If the payment interval is weekly, `interval_execution_day` should be an integer from 1 (Monday) to 7 (Sunday). If the payment interval is monthly, `interval_execution_day` should be an integer indicating which day of the month to make the payment on. Integers from 1 to 28 can be used to make a payment on that day of the month. Negative integers from -1 to -5 can be used to make a payment relative to the end of the month. To make a payment on the last day of the month, use -1; to make the payment on the second-to-last day, use -2, and so on. | |
9
- | **start_date** | **Date** | A date in ISO 8601 format (YYYY-MM-DD). Standing order payments will begin on the first `interval_execution_day` on or after the `start_date`. If the first `interval_execution_day` on or after the start date is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make the first payment on that day, but it is not guaranteed to do so. | |
10
- | **end_date** | **Date** | A date in ISO 8601 format (YYYY-MM-DD). Standing order payments will end on the last `interval_execution_day` on or before the `end_date`. If the only `interval_execution_day` between the start date and the end date (inclusive) is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make a payment on that day, but it is not guaranteed to do so. | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'plaid'
16
-
17
- instance = Plaid::ExternalPaymentSchedule.new(
18
- interval: null,
19
- interval_execution_day: null,
20
- start_date: null,
21
- end_date: null
22
- )
23
- ```
24
-
@@ -1,26 +0,0 @@
1
- # Plaid::ExternalPaymentScheduleGet
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **adjusted_start_date** | **Date** | The start date sent to the bank after adjusting for holidays or weekends. Will be provided in ISO 8601 format (YYYY-MM-DD). If the start date did not require adjustment, this field will be `null`. | [optional] |
8
- | **interval** | **String** | The frequency interval of the payment. Valid values are `\"WEEKLY\"` or `\"MONTHLY\"`. | |
9
- | **interval_execution_day** | **Float** | The day of the interval on which to schedule the payment. If the payment interval is weekly, `interval_execution_day` should be an integer from 1 (Monday) to 7 (Sunday). If the payment interval is monthly, `interval_execution_day` should be an integer indicating which day of the month to make the payment on. Integers from 1 to 28 can be used to make a payment on that day of the month. Negative integers from -1 to -5 can be used to make a payment relative to the end of the month. To make a payment on the last day of the month, use -1; to make the payment on the second-to-last day, use -2, and so on. | |
10
- | **start_date** | **Date** | A date in ISO 8601 format (YYYY-MM-DD). Standing order payments will begin on the first `interval_execution_day` on or after the `start_date`. If the first `interval_execution_day` on or after the start date is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make the first payment on that day, but it is not guaranteed to do so. | |
11
- | **end_date** | **Date** | A date in ISO 8601 format (YYYY-MM-DD). Standing order payments will end on the last `interval_execution_day` on or before the `end_date`. If the only `interval_execution_day` between the start date and the end date (inclusive) is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make a payment on that day, but it is not guaranteed to do so. | [optional] |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'plaid'
17
-
18
- instance = Plaid::ExternalPaymentScheduleGet.new(
19
- adjusted_start_date: null,
20
- interval: null,
21
- interval_execution_day: null,
22
- start_date: null,
23
- end_date: null
24
- )
25
- ```
26
-
@@ -1,24 +0,0 @@
1
- # Plaid::HealthIncident
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **start_date** | **String** | The start date of the incident, in ISO 8601 format, e.g. `\"2020-10-30T15:26:48Z\"`. | [optional] |
8
- | **end_date** | **String** | The end date of the incident, in ISO 8601 format, e.g. `\"2020-10-30T15:26:48Z\"`. | [optional] |
9
- | **title** | **String** | The title of the incident | [optional] |
10
- | **incident_updates** | [**Array<IncidentUpdate>**](IncidentUpdate.md) | Updates on the health incident. | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'plaid'
16
-
17
- instance = Plaid::HealthIncident.new(
18
- start_date: null,
19
- end_date: null,
20
- title: null,
21
- incident_updates: null
22
- )
23
- ```
24
-