plaid 14.1.0 → 14.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (683) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/Gemfile.lock +1 -1
  4. data/Makefile +1 -1
  5. data/README.md +5 -5
  6. data/lib/plaid/api/plaid_api.rb +201 -6
  7. data/lib/plaid/api_client.rb +4 -4
  8. data/lib/plaid/api_error.rb +3 -3
  9. data/lib/plaid/configuration.rb +4 -2
  10. data/lib/plaid/models/account_access.rb +1 -1
  11. data/lib/plaid/models/account_assets.rb +1 -1
  12. data/lib/plaid/models/account_assets_all_of.rb +1 -1
  13. data/lib/plaid/models/account_balance.rb +3 -3
  14. data/lib/plaid/models/account_base.rb +1 -1
  15. data/lib/plaid/models/account_filter.rb +1 -1
  16. data/lib/plaid/models/account_filters_response.rb +1 -1
  17. data/lib/plaid/models/account_identity.rb +1 -1
  18. data/lib/plaid/models/account_identity_all_of.rb +1 -1
  19. data/lib/plaid/models/account_selection_cardinality.rb +1 -1
  20. data/lib/plaid/models/account_subtype.rb +1 -1
  21. data/lib/plaid/models/account_type.rb +1 -1
  22. data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
  23. data/lib/plaid/models/accounts_balance_get_request_options.rb +1 -1
  24. data/lib/plaid/models/accounts_get_request.rb +1 -1
  25. data/lib/plaid/models/accounts_get_request_options.rb +1 -1
  26. data/lib/plaid/models/accounts_get_response.rb +1 -1
  27. data/lib/plaid/models/ach_class.rb +1 -1
  28. data/lib/plaid/models/address.rb +1 -1
  29. data/lib/plaid/models/address_data.rb +1 -1
  30. data/lib/plaid/models/address_data_nullable.rb +1 -1
  31. data/lib/plaid/models/address_nullable.rb +1 -1
  32. data/lib/plaid/models/application.rb +1 -1
  33. data/lib/plaid/models/application_get_request.rb +1 -1
  34. data/lib/plaid/models/application_get_response.rb +1 -1
  35. data/lib/plaid/models/apr.rb +1 -1
  36. data/lib/plaid/models/asset_report.rb +1 -1
  37. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
  38. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
  39. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
  40. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
  41. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
  42. data/lib/plaid/models/asset_report_create_request.rb +1 -1
  43. data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
  44. data/lib/plaid/models/asset_report_create_response.rb +1 -1
  45. data/lib/plaid/models/asset_report_filter_request.rb +1 -1
  46. data/lib/plaid/models/asset_report_filter_response.rb +1 -1
  47. data/lib/plaid/models/asset_report_get_request.rb +1 -1
  48. data/lib/plaid/models/asset_report_get_response.rb +1 -1
  49. data/lib/plaid/models/asset_report_item.rb +1 -1
  50. data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
  51. data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
  52. data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
  53. data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
  54. data/lib/plaid/models/asset_report_remove_request.rb +1 -1
  55. data/lib/plaid/models/asset_report_remove_response.rb +1 -1
  56. data/lib/plaid/models/asset_report_transaction.rb +1 -1
  57. data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
  58. data/lib/plaid/models/asset_report_user.rb +1 -1
  59. data/lib/plaid/models/assets_error_webhook.rb +1 -1
  60. data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
  61. data/lib/plaid/models/auth_get_numbers.rb +1 -1
  62. data/lib/plaid/models/auth_get_request.rb +1 -1
  63. data/lib/plaid/models/auth_get_request_options.rb +1 -1
  64. data/lib/plaid/models/auth_get_response.rb +1 -1
  65. data/lib/plaid/models/auth_metadata.rb +220 -0
  66. data/lib/plaid/models/auth_supported_methods.rb +255 -0
  67. data/lib/plaid/models/automatically_verified_webhook.rb +1 -1
  68. data/lib/plaid/models/bank_initiated_return_risk.rb +1 -1
  69. data/lib/plaid/models/bank_transfer.rb +1 -1
  70. data/lib/plaid/models/bank_transfer_balance.rb +1 -1
  71. data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
  72. data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
  73. data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
  74. data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
  75. data/lib/plaid/models/bank_transfer_create_request.rb +1 -1
  76. data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
  77. data/lib/plaid/models/bank_transfer_direction.rb +1 -1
  78. data/lib/plaid/models/bank_transfer_event.rb +1 -1
  79. data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
  80. data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
  81. data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
  82. data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
  83. data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
  84. data/lib/plaid/models/bank_transfer_failure.rb +1 -1
  85. data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
  86. data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
  87. data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
  88. data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
  89. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
  90. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
  91. data/lib/plaid/models/bank_transfer_network.rb +1 -1
  92. data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
  93. data/lib/plaid/models/bank_transfer_status.rb +1 -1
  94. data/lib/plaid/models/bank_transfer_sweep.rb +1 -1
  95. data/lib/plaid/models/bank_transfer_sweep_account.rb +1 -1
  96. data/lib/plaid/models/bank_transfer_sweep_get_request.rb +2 -2
  97. data/lib/plaid/models/bank_transfer_sweep_get_response.rb +1 -1
  98. data/lib/plaid/models/bank_transfer_sweep_list_request.rb +330 -0
  99. data/lib/plaid/models/bank_transfer_sweep_list_response.rb +241 -0
  100. data/lib/plaid/models/bank_transfer_type.rb +1 -1
  101. data/lib/plaid/models/bank_transfer_user.rb +1 -1
  102. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +1 -1
  103. data/lib/plaid/models/categories_get_response.rb +1 -1
  104. data/lib/plaid/models/category.rb +1 -1
  105. data/lib/plaid/models/cause.rb +1 -1
  106. data/lib/plaid/models/connected_application.rb +1 -1
  107. data/lib/plaid/models/country_code.rb +1 -1
  108. data/lib/plaid/models/credit_card_liability.rb +1 -1
  109. data/lib/plaid/models/credit_filter.rb +1 -1
  110. data/lib/plaid/models/customer_initiated_return_risk.rb +1 -1
  111. data/lib/plaid/models/deductions.rb +1 -1
  112. data/lib/plaid/models/default_update_webhook.rb +1 -1
  113. data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
  114. data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
  115. data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
  116. data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
  117. data/lib/plaid/models/deposit_switch_create_request_options.rb +1 -1
  118. data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
  119. data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
  120. data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
  121. data/lib/plaid/models/deposit_switch_state_update_webhook.rb +1 -1
  122. data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
  123. data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
  124. data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
  125. data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
  126. data/lib/plaid/models/depository_filter.rb +1 -1
  127. data/lib/plaid/models/distribution_details.rb +1 -1
  128. data/lib/plaid/models/document_metadata.rb +1 -1
  129. data/lib/plaid/models/earnings.rb +1 -1
  130. data/lib/plaid/models/earnings_total.rb +3 -3
  131. data/lib/plaid/models/email.rb +1 -1
  132. data/lib/plaid/models/employee.rb +1 -1
  133. data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
  134. data/lib/plaid/models/employer.rb +1 -1
  135. data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
  136. data/lib/plaid/models/employers_search_request.rb +1 -1
  137. data/lib/plaid/models/employers_search_response.rb +1 -1
  138. data/lib/plaid/models/employment_details.rb +1 -1
  139. data/lib/plaid/models/error.rb +1 -1
  140. data/lib/plaid/models/external_payment_options.rb +1 -1
  141. data/lib/plaid/models/external_payment_refund_details.rb +1 -1
  142. data/lib/plaid/models/external_payment_schedule_base.rb +1 -1
  143. data/lib/plaid/models/external_payment_schedule_get.rb +1 -1
  144. data/lib/plaid/models/external_payment_schedule_request.rb +1 -1
  145. data/lib/plaid/models/health_incident.rb +1 -1
  146. data/lib/plaid/models/historical_balance.rb +1 -1
  147. data/lib/plaid/models/historical_update_webhook.rb +1 -1
  148. data/lib/plaid/models/holding.rb +1 -1
  149. data/lib/plaid/models/holdings_default_update_webhook.rb +1 -1
  150. data/lib/plaid/models/holdings_override.rb +1 -1
  151. data/lib/plaid/models/identity_get_request.rb +1 -1
  152. data/lib/plaid/models/identity_get_request_options.rb +1 -1
  153. data/lib/plaid/models/identity_get_response.rb +1 -1
  154. data/lib/plaid/models/incident_update.rb +1 -1
  155. data/lib/plaid/models/income_breakdown.rb +1 -1
  156. data/lib/plaid/models/income_summary.rb +1 -1
  157. data/lib/plaid/models/income_summary_field_number.rb +1 -1
  158. data/lib/plaid/models/income_summary_field_string.rb +1 -1
  159. data/lib/plaid/models/income_verification_create_request.rb +1 -1
  160. data/lib/plaid/models/income_verification_create_response.rb +1 -1
  161. data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
  162. data/lib/plaid/models/income_verification_documents_download_response.rb +1 -1
  163. data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
  164. data/lib/plaid/models/income_verification_paystub_get_response.rb +249 -0
  165. data/lib/plaid/models/income_verification_paystubs_get_request.rb +1 -1
  166. data/lib/plaid/models/income_verification_paystubs_get_response.rb +1 -1
  167. data/lib/plaid/models/income_verification_precheck_employer.rb +229 -0
  168. data/lib/plaid/models/{transfer_receiver_details.rb → income_verification_precheck_military_info.rb} +32 -22
  169. data/lib/plaid/models/income_verification_precheck_request.rb +271 -0
  170. data/lib/plaid/models/income_verification_precheck_response.rb +289 -0
  171. data/lib/plaid/models/income_verification_precheck_user.rb +252 -0
  172. data/lib/plaid/models/income_verification_refresh_request.rb +1 -1
  173. data/lib/plaid/models/income_verification_refresh_response.rb +1 -1
  174. data/lib/plaid/models/income_verification_status_webhook.rb +1 -1
  175. data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
  176. data/lib/plaid/models/income_verification_summary_get_response.rb +1 -1
  177. data/lib/plaid/models/income_verification_taxforms_get_request.rb +1 -1
  178. data/lib/plaid/models/income_verification_taxforms_get_response.rb +1 -1
  179. data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
  180. data/lib/plaid/models/inflow_model.rb +1 -1
  181. data/lib/plaid/models/initial_update_webhook.rb +1 -1
  182. data/lib/plaid/models/institution.rb +16 -6
  183. data/lib/plaid/models/institution_status.rb +1 -1
  184. data/lib/plaid/models/institutions_get_by_id_request.rb +1 -1
  185. data/lib/plaid/models/institutions_get_by_id_request_options.rb +14 -2
  186. data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
  187. data/lib/plaid/models/institutions_get_request.rb +1 -1
  188. data/lib/plaid/models/institutions_get_request_options.rb +14 -2
  189. data/lib/plaid/models/institutions_get_response.rb +1 -1
  190. data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
  191. data/lib/plaid/models/institutions_search_payment_initiation_options.rb +1 -1
  192. data/lib/plaid/models/institutions_search_request.rb +1 -1
  193. data/lib/plaid/models/institutions_search_request_options.rb +14 -2
  194. data/lib/plaid/models/institutions_search_response.rb +1 -1
  195. data/lib/plaid/models/investment_filter.rb +1 -1
  196. data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
  197. data/lib/plaid/models/investment_transaction.rb +1 -1
  198. data/lib/plaid/models/investments_default_update_webhook.rb +1 -1
  199. data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
  200. data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
  201. data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
  202. data/lib/plaid/models/investments_transactions_get_request_options.rb +1 -1
  203. data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
  204. data/lib/plaid/models/investments_transactions_override.rb +1 -1
  205. data/lib/plaid/models/item.rb +1 -1
  206. data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
  207. data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
  208. data/lib/plaid/models/item_application_list_request.rb +1 -1
  209. data/lib/plaid/models/item_application_list_response.rb +1 -1
  210. data/lib/plaid/models/item_application_list_user_auth.rb +1 -1
  211. data/lib/plaid/models/item_application_scopes_update_request.rb +1 -1
  212. data/lib/plaid/models/item_application_scopes_update_response.rb +1 -1
  213. data/lib/plaid/models/item_error_webhook.rb +1 -1
  214. data/lib/plaid/models/item_get_request.rb +1 -1
  215. data/lib/plaid/models/item_get_response.rb +1 -1
  216. data/lib/plaid/models/item_import_request.rb +1 -1
  217. data/lib/plaid/models/item_import_request_options.rb +1 -1
  218. data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
  219. data/lib/plaid/models/item_import_response.rb +1 -1
  220. data/lib/plaid/models/item_product_ready_webhook.rb +1 -1
  221. data/lib/plaid/models/item_public_token_create_request.rb +1 -1
  222. data/lib/plaid/models/item_public_token_create_response.rb +1 -1
  223. data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
  224. data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
  225. data/lib/plaid/models/item_remove_request.rb +1 -1
  226. data/lib/plaid/models/item_remove_response.rb +1 -1
  227. data/lib/plaid/models/item_status.rb +1 -1
  228. data/lib/plaid/models/item_status_investments.rb +1 -1
  229. data/lib/plaid/models/item_status_last_webhook.rb +1 -1
  230. data/lib/plaid/models/item_status_nullable.rb +1 -1
  231. data/lib/plaid/models/item_status_transactions.rb +1 -1
  232. data/lib/plaid/models/item_webhook_update_request.rb +1 -1
  233. data/lib/plaid/models/item_webhook_update_response.rb +1 -1
  234. data/lib/plaid/models/jwk_public_key.rb +1 -1
  235. data/lib/plaid/models/jwt_header.rb +1 -1
  236. data/lib/plaid/models/liabilities_default_update_webhook.rb +1 -1
  237. data/lib/plaid/models/liabilities_get_request.rb +1 -1
  238. data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
  239. data/lib/plaid/models/liabilities_get_response.rb +1 -1
  240. data/lib/plaid/models/liabilities_object.rb +1 -1
  241. data/lib/plaid/models/liability_override.rb +1 -1
  242. data/lib/plaid/models/link_token_account_filters.rb +1 -1
  243. data/lib/plaid/models/link_token_create_request.rb +1 -1
  244. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +1 -1
  245. data/lib/plaid/models/link_token_create_request_auth.rb +1 -1
  246. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
  247. data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
  248. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
  249. data/lib/plaid/models/link_token_create_request_user.rb +2 -2
  250. data/lib/plaid/models/link_token_create_response.rb +1 -1
  251. data/lib/plaid/models/link_token_eu_config.rb +1 -1
  252. data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
  253. data/lib/plaid/models/link_token_get_request.rb +1 -1
  254. data/lib/plaid/models/link_token_get_response.rb +1 -1
  255. data/lib/plaid/models/loan_filter.rb +1 -1
  256. data/lib/plaid/models/location.rb +1 -1
  257. data/lib/plaid/models/meta.rb +1 -1
  258. data/lib/plaid/models/mfa.rb +1 -1
  259. data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
  260. data/lib/plaid/models/mortgage_liability.rb +1 -1
  261. data/lib/plaid/models/mortgage_property_address.rb +1 -1
  262. data/lib/plaid/models/net_pay.rb +1 -1
  263. data/lib/plaid/models/numbers.rb +1 -1
  264. data/lib/plaid/models/numbers_ach.rb +1 -1
  265. data/lib/plaid/models/numbers_ach_nullable.rb +1 -1
  266. data/lib/plaid/models/numbers_bacs.rb +1 -1
  267. data/lib/plaid/models/numbers_bacs_nullable.rb +1 -1
  268. data/lib/plaid/models/numbers_eft.rb +1 -1
  269. data/lib/plaid/models/numbers_eft_nullable.rb +1 -1
  270. data/lib/plaid/models/numbers_international.rb +1 -1
  271. data/lib/plaid/models/numbers_international_nullable.rb +1 -1
  272. data/lib/plaid/models/override_account_type.rb +1 -1
  273. data/lib/plaid/models/override_accounts.rb +1 -1
  274. data/lib/plaid/models/owner.rb +1 -1
  275. data/lib/plaid/models/owner_override.rb +1 -1
  276. data/lib/plaid/models/pay.rb +1 -1
  277. data/lib/plaid/models/pay_frequency.rb +1 -1
  278. data/lib/plaid/models/pay_period_details.rb +1 -1
  279. data/lib/plaid/models/payment_amount.rb +1 -1
  280. data/lib/plaid/models/payment_initiation_address.rb +1 -1
  281. data/lib/plaid/models/payment_initiation_metadata.rb +1 -1
  282. data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +1 -1
  283. data/lib/plaid/models/payment_initiation_payment.rb +14 -2
  284. data/lib/plaid/models/payment_initiation_payment_create_request.rb +1 -1
  285. data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
  286. data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
  287. data/lib/plaid/models/payment_initiation_payment_get_response.rb +14 -2
  288. data/lib/plaid/models/payment_initiation_payment_list_request.rb +1 -1
  289. data/lib/plaid/models/payment_initiation_payment_list_response.rb +1 -1
  290. data/lib/plaid/models/payment_initiation_payment_reverse_request.rb +266 -0
  291. data/lib/plaid/models/payment_initiation_payment_reverse_response.rb +289 -0
  292. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
  293. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +1 -1
  294. data/lib/plaid/models/payment_initiation_recipient.rb +1 -1
  295. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +1 -1
  296. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
  297. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
  298. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +1 -1
  299. data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +1 -1
  300. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
  301. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
  302. data/lib/plaid/models/payment_initiation_refund.rb +303 -0
  303. data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +1 -1
  304. data/lib/plaid/models/payment_meta.rb +1 -1
  305. data/lib/plaid/models/payment_schedule_interval.rb +1 -1
  306. data/lib/plaid/models/payment_status_update_webhook.rb +1 -1
  307. data/lib/plaid/models/paystub.rb +1 -1
  308. data/lib/plaid/models/paystub_address.rb +1 -1
  309. data/lib/plaid/models/paystub_deduction.rb +1 -1
  310. data/lib/plaid/models/paystub_details.rb +1 -1
  311. data/lib/plaid/models/paystub_employer.rb +1 -1
  312. data/lib/plaid/models/paystub_ytd_details.rb +1 -1
  313. data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
  314. data/lib/plaid/models/personal_finance_category.rb +240 -0
  315. data/lib/plaid/models/phone_number.rb +1 -1
  316. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
  317. data/lib/plaid/models/processor_auth_get_request.rb +1 -1
  318. data/lib/plaid/models/processor_auth_get_response.rb +1 -1
  319. data/lib/plaid/models/processor_balance_get_request.rb +1 -1
  320. data/lib/plaid/models/processor_balance_get_request_options.rb +1 -1
  321. data/lib/plaid/models/processor_balance_get_response.rb +1 -1
  322. data/lib/plaid/models/processor_bank_transfer_create_request.rb +1 -1
  323. data/lib/plaid/models/processor_bank_transfer_create_response.rb +1 -1
  324. data/lib/plaid/models/processor_identity_get_request.rb +1 -1
  325. data/lib/plaid/models/processor_identity_get_response.rb +1 -1
  326. data/lib/plaid/models/processor_number.rb +1 -1
  327. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
  328. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
  329. data/lib/plaid/models/processor_token_create_request.rb +3 -3
  330. data/lib/plaid/models/processor_token_create_response.rb +1 -1
  331. data/lib/plaid/models/product_access.rb +1 -1
  332. data/lib/plaid/models/product_status.rb +1 -1
  333. data/lib/plaid/models/product_status_breakdown.rb +1 -1
  334. data/lib/plaid/models/products.rb +1 -1
  335. data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
  336. data/lib/plaid/models/pslf_status.rb +1 -1
  337. data/lib/plaid/models/recaptcha_required_error.rb +1 -1
  338. data/lib/plaid/models/recipient_bacs.rb +1 -1
  339. data/lib/plaid/models/recipient_bacs_nullable.rb +1 -1
  340. data/lib/plaid/models/requested_scopes.rb +1 -1
  341. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +1 -1
  342. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +1 -1
  343. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
  344. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
  345. data/lib/plaid/models/sandbox_income_fire_webhook_request.rb +1 -1
  346. data/lib/plaid/models/sandbox_income_fire_webhook_response.rb +1 -1
  347. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +1 -1
  348. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
  349. data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
  350. data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
  351. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
  352. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
  353. data/lib/plaid/models/sandbox_oauth_select_accounts_request.rb +1 -1
  354. data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
  355. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
  356. data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
  357. data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
  358. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
  359. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
  360. data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
  361. data/lib/plaid/models/sandbox_transfer_simulate_request.rb +1 -1
  362. data/lib/plaid/models/sandbox_transfer_simulate_response.rb +1 -1
  363. data/lib/plaid/models/scopes.rb +1 -1
  364. data/lib/plaid/models/scopes_context.rb +1 -1
  365. data/lib/plaid/models/scopes_nullable.rb +1 -1
  366. data/lib/plaid/models/security.rb +1 -1
  367. data/lib/plaid/models/security_override.rb +1 -1
  368. data/lib/plaid/models/sender_bacs_nullable.rb +1 -1
  369. data/lib/plaid/models/servicer_address_data.rb +1 -1
  370. data/lib/plaid/models/signal_address_data.rb +1 -1
  371. data/lib/plaid/models/signal_decision_report_request.rb +2 -1
  372. data/lib/plaid/models/signal_decision_report_response.rb +2 -1
  373. data/lib/plaid/models/signal_device.rb +1 -1
  374. data/lib/plaid/models/signal_evaluate_core_attributes.rb +1 -1
  375. data/lib/plaid/models/signal_evaluate_request.rb +2 -1
  376. data/lib/plaid/models/signal_evaluate_response.rb +2 -1
  377. data/lib/plaid/models/signal_person_name.rb +1 -1
  378. data/lib/plaid/models/signal_return_report_request.rb +2 -1
  379. data/lib/plaid/models/signal_return_report_response.rb +2 -1
  380. data/lib/plaid/models/signal_scores.rb +2 -1
  381. data/lib/plaid/models/signal_user.rb +1 -1
  382. data/lib/plaid/models/standalone_account_type.rb +1 -1
  383. data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
  384. data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
  385. data/lib/plaid/models/student_loan.rb +1 -1
  386. data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
  387. data/lib/plaid/models/student_loan_status.rb +1 -1
  388. data/lib/plaid/models/student_repayment_plan.rb +1 -1
  389. data/lib/plaid/models/taxform.rb +1 -1
  390. data/lib/plaid/models/taxpayer_id.rb +1 -1
  391. data/lib/plaid/models/total.rb +3 -3
  392. data/lib/plaid/models/transaction.rb +16 -6
  393. data/lib/plaid/models/transaction_all_of.rb +16 -6
  394. data/lib/plaid/models/transaction_base.rb +1 -1
  395. data/lib/plaid/models/transaction_code.rb +1 -1
  396. data/lib/plaid/models/transaction_data.rb +1 -1
  397. data/lib/plaid/models/transaction_override.rb +1 -1
  398. data/lib/plaid/models/transactions_get_request.rb +1 -1
  399. data/lib/plaid/models/transactions_get_request_options.rb +18 -6
  400. data/lib/plaid/models/transactions_get_response.rb +1 -1
  401. data/lib/plaid/models/transactions_refresh_request.rb +1 -1
  402. data/lib/plaid/models/transactions_refresh_response.rb +1 -1
  403. data/lib/plaid/models/transactions_removed_webhook.rb +1 -1
  404. data/lib/plaid/models/transfer.rb +5 -41
  405. data/lib/plaid/models/transfer_authorization.rb +1 -1
  406. data/lib/plaid/models/transfer_authorization_create_request.rb +2 -53
  407. data/lib/plaid/models/transfer_authorization_create_response.rb +1 -1
  408. data/lib/plaid/models/transfer_authorization_decision_rationale.rb +1 -1
  409. data/lib/plaid/models/transfer_authorization_device.rb +1 -1
  410. data/lib/plaid/models/transfer_authorization_proposed_transfer.rb +2 -32
  411. data/lib/plaid/models/transfer_cancel_request.rb +1 -1
  412. data/lib/plaid/models/transfer_cancel_response.rb +1 -1
  413. data/lib/plaid/models/transfer_create_request.rb +7 -45
  414. data/lib/plaid/models/transfer_create_response.rb +1 -1
  415. data/lib/plaid/models/transfer_event.rb +6 -41
  416. data/lib/plaid/models/transfer_event_list_request.rb +6 -29
  417. data/lib/plaid/models/transfer_event_list_response.rb +1 -1
  418. data/lib/plaid/models/transfer_event_sync_request.rb +1 -1
  419. data/lib/plaid/models/transfer_event_sync_response.rb +1 -1
  420. data/lib/plaid/models/transfer_event_type.rb +1 -3
  421. data/lib/plaid/models/transfer_failure.rb +1 -1
  422. data/lib/plaid/models/transfer_get_request.rb +1 -1
  423. data/lib/plaid/models/transfer_get_response.rb +1 -1
  424. data/lib/plaid/models/transfer_list_request.rb +6 -16
  425. data/lib/plaid/models/transfer_list_response.rb +1 -1
  426. data/lib/plaid/models/transfer_network.rb +1 -1
  427. data/lib/plaid/models/transfer_status.rb +1 -1
  428. data/lib/plaid/models/transfer_type.rb +1 -1
  429. data/lib/plaid/models/transfer_user_address_in_request.rb +1 -1
  430. data/lib/plaid/models/transfer_user_address_in_response.rb +1 -1
  431. data/lib/plaid/models/transfer_user_in_request.rb +1 -1
  432. data/lib/plaid/models/transfer_user_in_response.rb +1 -1
  433. data/lib/plaid/models/user_custom_password.rb +1 -1
  434. data/lib/plaid/models/user_permission_revoked_webhook.rb +1 -1
  435. data/lib/plaid/models/verification_expired_webhook.rb +1 -1
  436. data/lib/plaid/models/verification_refresh_status.rb +1 -1
  437. data/lib/plaid/models/verification_status.rb +1 -1
  438. data/lib/plaid/models/w2.rb +1 -1
  439. data/lib/plaid/models/w2_box12.rb +1 -1
  440. data/lib/plaid/models/w2_state_and_local_wages.rb +1 -1
  441. data/lib/plaid/models/warning.rb +1 -1
  442. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +1 -1
  443. data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
  444. data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
  445. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
  446. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
  447. data/lib/plaid/version.rb +2 -2
  448. data/lib/plaid.rb +15 -3
  449. data/plaid.gemspec +1 -1
  450. data/templates/ruby/api_client.mustache +1 -2
  451. data/templates/ruby/api_client_faraday_partial.mustache +2 -1
  452. data/templates/ruby/api_error.mustache +49 -0
  453. data/templates/ruby/configuration.mustache +3 -1
  454. data/test/test_accounts.rb +4 -8
  455. data/test/test_item.rb +0 -1
  456. metadata +24 -237
  457. data/doc/rdoc/.DS_Store +0 -0
  458. data/doc/rdoc/apple-touch-icon.png +0 -0
  459. data/doc/rdoc/classes/Object.html +0 -118
  460. data/doc/rdoc/classes/Plaid/APIError.html +0 -97
  461. data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +0 -110
  462. data/doc/rdoc/classes/Plaid/AccessToken.html +0 -211
  463. data/doc/rdoc/classes/Plaid/Accounts.html +0 -257
  464. data/doc/rdoc/classes/Plaid/AccountsResponse.html +0 -119
  465. data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +0 -205
  466. data/doc/rdoc/classes/Plaid/Apex.html +0 -149
  467. data/doc/rdoc/classes/Plaid/AssetReport.html +0 -683
  468. data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +0 -118
  469. data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +0 -96
  470. data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +0 -118
  471. data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +0 -96
  472. data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +0 -110
  473. data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +0 -110
  474. data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +0 -96
  475. data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +0 -110
  476. data/doc/rdoc/classes/Plaid/Auth.html +0 -206
  477. data/doc/rdoc/classes/Plaid/AuthResponse.html +0 -127
  478. data/doc/rdoc/classes/Plaid/Balance.html +0 -206
  479. data/doc/rdoc/classes/Plaid/BaseProduct.html +0 -304
  480. data/doc/rdoc/classes/Plaid/Categories.html +0 -191
  481. data/doc/rdoc/classes/Plaid/CategoriesResponse.html +0 -111
  482. data/doc/rdoc/classes/Plaid/Client.html +0 -802
  483. data/doc/rdoc/classes/Plaid/CreateResponse.html +0 -118
  484. data/doc/rdoc/classes/Plaid/CreditDetails.html +0 -203
  485. data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +0 -128
  486. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateResponse.html +0 -110
  487. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateTokenResponse.html +0 -118
  488. data/doc/rdoc/classes/Plaid/DepositSwitch/GetResponse.html +0 -150
  489. data/doc/rdoc/classes/Plaid/DepositSwitch.html +0 -339
  490. data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +0 -205
  491. data/doc/rdoc/classes/Plaid/Dwolla.html +0 -150
  492. data/doc/rdoc/classes/Plaid/Error.html +0 -214
  493. data/doc/rdoc/classes/Plaid/GetResponse.html +0 -134
  494. data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +0 -137
  495. data/doc/rdoc/classes/Plaid/Holdings.html +0 -218
  496. data/doc/rdoc/classes/Plaid/Identity.html +0 -199
  497. data/doc/rdoc/classes/Plaid/IdentityResponse.html +0 -119
  498. data/doc/rdoc/classes/Plaid/Income.html +0 -198
  499. data/doc/rdoc/classes/Plaid/IncomeResponse.html +0 -119
  500. data/doc/rdoc/classes/Plaid/InstitutionError.html +0 -96
  501. data/doc/rdoc/classes/Plaid/Institutions.html +0 -356
  502. data/doc/rdoc/classes/Plaid/InvalidInputError.html +0 -97
  503. data/doc/rdoc/classes/Plaid/InvalidRequestError.html +0 -96
  504. data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +0 -145
  505. data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +0 -240
  506. data/doc/rdoc/classes/Plaid/Investments.html +0 -204
  507. data/doc/rdoc/classes/Plaid/Item/GetResponse.html +0 -119
  508. data/doc/rdoc/classes/Plaid/Item/ImportResponse.html +0 -110
  509. data/doc/rdoc/classes/Plaid/Item/RemoveResponse.html +0 -110
  510. data/doc/rdoc/classes/Plaid/Item.html +0 -382
  511. data/doc/rdoc/classes/Plaid/ItemError.html +0 -98
  512. data/doc/rdoc/classes/Plaid/Liabilities.html +0 -202
  513. data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +0 -128
  514. data/doc/rdoc/classes/Plaid/LinkToken.html +0 -215
  515. data/doc/rdoc/classes/Plaid/Middleware.html +0 -225
  516. data/doc/rdoc/classes/Plaid/Models/Account.html +0 -166
  517. data/doc/rdoc/classes/Plaid/Models/AccountWithOwners.html +0 -110
  518. data/doc/rdoc/classes/Plaid/Models/AssetReport.html +0 -153
  519. data/doc/rdoc/classes/Plaid/Models/AssetReportAccount.html +0 -198
  520. data/doc/rdoc/classes/Plaid/Models/AssetReportBalance.html +0 -142
  521. data/doc/rdoc/classes/Plaid/Models/AssetReportHistoricalBalance.html +0 -142
  522. data/doc/rdoc/classes/Plaid/Models/AssetReportItem.html +0 -145
  523. data/doc/rdoc/classes/Plaid/Models/AssetReportOwner.html +0 -139
  524. data/doc/rdoc/classes/Plaid/Models/AssetReportTransaction.html +0 -187
  525. data/doc/rdoc/classes/Plaid/Models/AssetReportUser.html +0 -159
  526. data/doc/rdoc/classes/Plaid/Models/Balances.html +0 -142
  527. data/doc/rdoc/classes/Plaid/Models/BaseError.html +0 -140
  528. data/doc/rdoc/classes/Plaid/Models/BaseModel.html +0 -259
  529. data/doc/rdoc/classes/Plaid/Models/BaseResponse.html +0 -110
  530. data/doc/rdoc/classes/Plaid/Models/Category.html +0 -127
  531. data/doc/rdoc/classes/Plaid/Models/Cause.html +0 -110
  532. data/doc/rdoc/classes/Plaid/Models/CreditCardLiability.html +0 -175
  533. data/doc/rdoc/classes/Plaid/Models/CreditCardLiabilityAPRs.html +0 -137
  534. data/doc/rdoc/classes/Plaid/Models/CreditDetails.html +0 -166
  535. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPR.html +0 -126
  536. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPRs.html +0 -126
  537. data/doc/rdoc/classes/Plaid/Models/Error.html +0 -110
  538. data/doc/rdoc/classes/Plaid/Models/Holding.html +0 -181
  539. data/doc/rdoc/classes/Plaid/Models/Identity.html +0 -135
  540. data/doc/rdoc/classes/Plaid/Models/IdentityAddress.html +0 -118
  541. data/doc/rdoc/classes/Plaid/Models/IdentityAddressData.html +0 -142
  542. data/doc/rdoc/classes/Plaid/Models/IdentityEmail.html +0 -127
  543. data/doc/rdoc/classes/Plaid/Models/IdentityPhoneNumber.html +0 -126
  544. data/doc/rdoc/classes/Plaid/Models/Income.html +0 -173
  545. data/doc/rdoc/classes/Plaid/Models/IncomeStream.html +0 -136
  546. data/doc/rdoc/classes/Plaid/Models/Institution.html +0 -230
  547. data/doc/rdoc/classes/Plaid/Models/InstitutionCredential.html +0 -126
  548. data/doc/rdoc/classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html +0 -136
  549. data/doc/rdoc/classes/Plaid/Models/InstitutionStatus.html +0 -111
  550. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusBreakdown.html +0 -129
  551. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusItemLogins.html +0 -127
  552. data/doc/rdoc/classes/Plaid/Models/InvestmentTransaction.html +0 -224
  553. data/doc/rdoc/classes/Plaid/Models/Item.html +0 -169
  554. data/doc/rdoc/classes/Plaid/Models/ItemStatus.html +0 -129
  555. data/doc/rdoc/classes/Plaid/Models/ItemStatusInvestments.html +0 -119
  556. data/doc/rdoc/classes/Plaid/Models/ItemStatusLastWebhook.html +0 -118
  557. data/doc/rdoc/classes/Plaid/Models/ItemStatusTransactions.html +0 -119
  558. data/doc/rdoc/classes/Plaid/Models/Liabilities.html +0 -130
  559. data/doc/rdoc/classes/Plaid/Models/LinkTokenMetadata.html +0 -158
  560. data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +0 -110
  561. data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +0 -126
  562. data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +0 -118
  563. data/doc/rdoc/classes/Plaid/Models/MFA.html +0 -129
  564. data/doc/rdoc/classes/Plaid/Models/NumberACH.html +0 -134
  565. data/doc/rdoc/classes/Plaid/Models/NumberBACS.html +0 -126
  566. data/doc/rdoc/classes/Plaid/Models/NumberEFT.html +0 -134
  567. data/doc/rdoc/classes/Plaid/Models/NumberInternational.html +0 -127
  568. data/doc/rdoc/classes/Plaid/Models/Numbers.html +0 -135
  569. data/doc/rdoc/classes/Plaid/Models/PSLFStatus.html +0 -128
  570. data/doc/rdoc/classes/Plaid/Models/Payment.html +0 -191
  571. data/doc/rdoc/classes/Plaid/Models/PaymentAmount.html +0 -118
  572. data/doc/rdoc/classes/Plaid/Models/PaymentRecipient.html +0 -142
  573. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientAddress.html +0 -134
  574. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientBACS.html +0 -118
  575. data/doc/rdoc/classes/Plaid/Models/PaymentSchedule.html +0 -126
  576. data/doc/rdoc/classes/Plaid/Models/Security.html +0 -228
  577. data/doc/rdoc/classes/Plaid/Models/StandingOrderMetadata.html +0 -129
  578. data/doc/rdoc/classes/Plaid/Models/StudentLoanLiability.html +0 -305
  579. data/doc/rdoc/classes/Plaid/Models/StudentLoanRepaymentPlan.html +0 -118
  580. data/doc/rdoc/classes/Plaid/Models/StudentLoanServicerAddress.html +0 -142
  581. data/doc/rdoc/classes/Plaid/Models/StudentLoanStatus.html +0 -118
  582. data/doc/rdoc/classes/Plaid/Models/Transaction.html +0 -265
  583. data/doc/rdoc/classes/Plaid/Models/TransactionLocation.html +0 -166
  584. data/doc/rdoc/classes/Plaid/Models/TransactionPaymentMeta.html +0 -167
  585. data/doc/rdoc/classes/Plaid/Models/Warning.html +0 -126
  586. data/doc/rdoc/classes/Plaid/Models/WebhookVerificationKey.html +0 -174
  587. data/doc/rdoc/classes/Plaid/Models.html +0 -506
  588. data/doc/rdoc/classes/Plaid/MultipleInstitutionsResponse.html +0 -119
  589. data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +0 -205
  590. data/doc/rdoc/classes/Plaid/Ocrolus.html +0 -151
  591. data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +0 -118
  592. data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +0 -191
  593. data/doc/rdoc/classes/Plaid/PaymentInitiation.html +0 -570
  594. data/doc/rdoc/classes/Plaid/PaymentListResponse.html +0 -119
  595. data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +0 -110
  596. data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +0 -142
  597. data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +0 -110
  598. data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +0 -118
  599. data/doc/rdoc/classes/Plaid/PlaidAPIError.html +0 -260
  600. data/doc/rdoc/classes/Plaid/PlaidError.html +0 -96
  601. data/doc/rdoc/classes/Plaid/PlaidServerError.html +0 -96
  602. data/doc/rdoc/classes/Plaid/Processor.html +0 -143
  603. data/doc/rdoc/classes/Plaid/ProcessorToken.html +0 -219
  604. data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +0 -110
  605. data/doc/rdoc/classes/Plaid/PublicToken/CreateResponse.html +0 -118
  606. data/doc/rdoc/classes/Plaid/PublicToken/ExchangeResponse.html +0 -118
  607. data/doc/rdoc/classes/Plaid/PublicToken.html +0 -283
  608. data/doc/rdoc/classes/Plaid/RateLimitExceededError.html +0 -97
  609. data/doc/rdoc/classes/Plaid/Sandbox.html +0 -119
  610. data/doc/rdoc/classes/Plaid/SandboxItem/FireWebhookResponse.html +0 -110
  611. data/doc/rdoc/classes/Plaid/SandboxItem/ResetLoginResponse.html +0 -110
  612. data/doc/rdoc/classes/Plaid/SandboxItem.html +0 -351
  613. data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +0 -118
  614. data/doc/rdoc/classes/Plaid/SandboxPublicToken.html +0 -249
  615. data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +0 -111
  616. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +0 -110
  617. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +0 -215
  618. data/doc/rdoc/classes/Plaid/Stripe.html +0 -151
  619. data/doc/rdoc/classes/Plaid/SubproductMixin.html +0 -179
  620. data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +0 -144
  621. data/doc/rdoc/classes/Plaid/Transactions.html +0 -302
  622. data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +0 -110
  623. data/doc/rdoc/classes/Plaid/Webhook.html +0 -214
  624. data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +0 -110
  625. data/doc/rdoc/classes/Plaid/Webhooks.html +0 -207
  626. data/doc/rdoc/classes/Plaid.html +0 -772
  627. data/doc/rdoc/created.rid +0 -28
  628. data/doc/rdoc/css/github.css +0 -123
  629. data/doc/rdoc/css/main.css +0 -333
  630. data/doc/rdoc/css/panel.css +0 -383
  631. data/doc/rdoc/css/reset.css +0 -48
  632. data/doc/rdoc/favicon.ico +0 -0
  633. data/doc/rdoc/files/LICENSE_txt.html +0 -98
  634. data/doc/rdoc/files/README_md.html +0 -388
  635. data/doc/rdoc/files/lib/plaid/client_rb.html +0 -121
  636. data/doc/rdoc/files/lib/plaid/errors_rb.html +0 -132
  637. data/doc/rdoc/files/lib/plaid/middleware_rb.html +0 -99
  638. data/doc/rdoc/files/lib/plaid/models_rb.html +0 -450
  639. data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +0 -102
  640. data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +0 -132
  641. data/doc/rdoc/files/lib/plaid/products/auth_rb.html +0 -97
  642. data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +0 -92
  643. data/doc/rdoc/files/lib/plaid/products/categories_rb.html +0 -92
  644. data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +0 -97
  645. data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +0 -102
  646. data/doc/rdoc/files/lib/plaid/products/identity_rb.html +0 -97
  647. data/doc/rdoc/files/lib/plaid/products/income_rb.html +0 -97
  648. data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +0 -102
  649. data/doc/rdoc/files/lib/plaid/products/investments_rb.html +0 -120
  650. data/doc/rdoc/files/lib/plaid/products/item_rb.html +0 -142
  651. data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +0 -97
  652. data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +0 -102
  653. data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +0 -127
  654. data/doc/rdoc/files/lib/plaid/products/processor_rb.html +0 -142
  655. data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +0 -117
  656. data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +0 -105
  657. data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +0 -97
  658. data/doc/rdoc/files/lib/plaid/version_rb.html +0 -82
  659. data/doc/rdoc/files/lib/plaid_rb.html +0 -120
  660. data/doc/rdoc/i/arrows.png +0 -0
  661. data/doc/rdoc/i/results_bg.png +0 -0
  662. data/doc/rdoc/i/tree_bg.png +0 -0
  663. data/doc/rdoc/index.html +0 -13
  664. data/doc/rdoc/js/highlight.pack.js +0 -1
  665. data/doc/rdoc/js/jquery-1.3.2.min.js +0 -19
  666. data/doc/rdoc/js/main.js +0 -29
  667. data/doc/rdoc/js/navigation.js +0 -142
  668. data/doc/rdoc/js/navigation.js.gz +0 -0
  669. data/doc/rdoc/js/search_index.js +0 -1
  670. data/doc/rdoc/js/search_index.js.gz +0 -0
  671. data/doc/rdoc/js/searchdoc.js +0 -468
  672. data/doc/rdoc/js/searcher.js +0 -229
  673. data/doc/rdoc/js/searcher.js.gz +0 -0
  674. data/doc/rdoc/panel/index.html +0 -74
  675. data/doc/rdoc/panel/links.html +0 -60
  676. data/doc/rdoc/panel/tree.js +0 -1
  677. data/lib/plaid/.DS_Store +0 -0
  678. data/lib/plaid/models/transfer_direction.rb +0 -38
  679. data/pkg/plaid-13.2.0.gem +0 -0
  680. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
  681. data/pkg/plaid-14.0.0.beta.5.gem +0 -0
  682. data/pkg/plaid-14.0.0.gem +0 -0
  683. data/pkg/plaid-14.1.0.gem +0 -0
Binary file
@@ -1 +0,0 @@
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
@@ -1,468 +0,0 @@
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
- });