mx-platform-ruby 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (380) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +9 -0
  3. data/Gemfile.lock +84 -0
  4. data/LICENSE +21 -0
  5. data/README.md +262 -0
  6. data/Rakefile +10 -0
  7. data/docs/Account.md +96 -0
  8. data/docs/AccountNumber.md +32 -0
  9. data/docs/AccountNumberResponse.md +32 -0
  10. data/docs/AccountNumbersResponseBody.md +20 -0
  11. data/docs/AccountOwner.md +40 -0
  12. data/docs/AccountOwnerResponse.md +40 -0
  13. data/docs/AccountOwnersResponseBody.md +20 -0
  14. data/docs/AccountResponse.md +96 -0
  15. data/docs/AccountResponseBody.md +18 -0
  16. data/docs/AccountUpdateRequest.md +18 -0
  17. data/docs/AccountUpdateRequestBody.md +18 -0
  18. data/docs/AccountsResponseBody.md +20 -0
  19. data/docs/CategoriesResponseBody.md +20 -0
  20. data/docs/Category.md +32 -0
  21. data/docs/CategoryCreateRequest.md +22 -0
  22. data/docs/CategoryCreateRequestBody.md +18 -0
  23. data/docs/CategoryResponse.md +32 -0
  24. data/docs/CategoryResponseBody.md +18 -0
  25. data/docs/CategoryUpdateRequest.md +20 -0
  26. data/docs/CategoryUpdateRequestBody.md +18 -0
  27. data/docs/Challenge.md +30 -0
  28. data/docs/ChallengeImageOptions.md +22 -0
  29. data/docs/ChallengeOptions.md +20 -0
  30. data/docs/ChallengeResponse.md +30 -0
  31. data/docs/ChallengeResponseImageOptions.md +22 -0
  32. data/docs/ChallengeResponseOptions.md +20 -0
  33. data/docs/ChallengesResponseBody.md +20 -0
  34. data/docs/ConnectWidget.md +20 -0
  35. data/docs/ConnectWidgetRequest.md +38 -0
  36. data/docs/ConnectWidgetRequestBody.md +18 -0
  37. data/docs/ConnectWidgetResponse.md +20 -0
  38. data/docs/ConnectWidgetResponseBody.md +18 -0
  39. data/docs/Credential.md +26 -0
  40. data/docs/CredentialRequest.md +20 -0
  41. data/docs/CredentialResponse.md +26 -0
  42. data/docs/CredentialsResponseBody.md +20 -0
  43. data/docs/EnhanceTransaction.md +48 -0
  44. data/docs/EnhanceTransactionResponse.md +48 -0
  45. data/docs/EnhanceTransactionsRequest.md +26 -0
  46. data/docs/EnhanceTransactionsRequestBody.md +18 -0
  47. data/docs/EnhanceTransactionsResponseBody.md +18 -0
  48. data/docs/Holding.md +52 -0
  49. data/docs/HoldingResponse.md +52 -0
  50. data/docs/HoldingResponseBody.md +18 -0
  51. data/docs/HoldingsResponseBody.md +20 -0
  52. data/docs/InlineResponse200.md +18 -0
  53. data/docs/Institution.md +36 -0
  54. data/docs/InstitutionResponse.md +36 -0
  55. data/docs/InstitutionResponseBody.md +18 -0
  56. data/docs/InstitutionsResponseBody.md +20 -0
  57. data/docs/Member.md +40 -0
  58. data/docs/MemberCreateRequest.md +30 -0
  59. data/docs/MemberCreateRequestBody.md +22 -0
  60. data/docs/MemberResponse.md +40 -0
  61. data/docs/MemberResponseBody.md +18 -0
  62. data/docs/MemberResumeRequest.md +18 -0
  63. data/docs/MemberResumeRequestBody.md +18 -0
  64. data/docs/MemberStatus.md +34 -0
  65. data/docs/MemberStatusResponse.md +34 -0
  66. data/docs/MemberStatusResponseBody.md +18 -0
  67. data/docs/MemberUpdateRequest.md +26 -0
  68. data/docs/MemberUpdateRequestBody.md +18 -0
  69. data/docs/MembersResponseBody.md +20 -0
  70. data/docs/Merchant.md +28 -0
  71. data/docs/MerchantResponse.md +28 -0
  72. data/docs/MerchantResponseBody.md +18 -0
  73. data/docs/MerchantsResponseBody.md +20 -0
  74. data/docs/MxPlatformApi.md +5182 -0
  75. data/docs/OAuthWindow.md +20 -0
  76. data/docs/OAuthWindowResponse.md +20 -0
  77. data/docs/OAuthWindowResponseBody.md +18 -0
  78. data/docs/Pagination.md +24 -0
  79. data/docs/PaginationResponse.md +24 -0
  80. data/docs/Statement.md +32 -0
  81. data/docs/StatementResponse.md +32 -0
  82. data/docs/StatementResponseBody.md +18 -0
  83. data/docs/StatementsResponseBody.md +20 -0
  84. data/docs/Tag.md +22 -0
  85. data/docs/TagCreateRequest.md +18 -0
  86. data/docs/TagCreateRequestBody.md +18 -0
  87. data/docs/TagResponse.md +22 -0
  88. data/docs/TagResponseBody.md +18 -0
  89. data/docs/TagUpdateRequest.md +18 -0
  90. data/docs/TagUpdateRequestBody.md +18 -0
  91. data/docs/Tagging.md +26 -0
  92. data/docs/TaggingCreateRequest.md +20 -0
  93. data/docs/TaggingCreateRequestBody.md +18 -0
  94. data/docs/TaggingResponse.md +26 -0
  95. data/docs/TaggingResponseBody.md +18 -0
  96. data/docs/TaggingUpdateRequest.md +18 -0
  97. data/docs/TaggingUpdateRequestBody.md +18 -0
  98. data/docs/TaggingsResponseBody.md +20 -0
  99. data/docs/TagsResponseBody.md +20 -0
  100. data/docs/Transaction.md +88 -0
  101. data/docs/TransactionResponse.md +88 -0
  102. data/docs/TransactionResponseBody.md +18 -0
  103. data/docs/TransactionRule.md +30 -0
  104. data/docs/TransactionRuleCreateRequest.md +22 -0
  105. data/docs/TransactionRuleCreateRequestBody.md +18 -0
  106. data/docs/TransactionRuleResponse.md +30 -0
  107. data/docs/TransactionRuleResponseBody.md +18 -0
  108. data/docs/TransactionRuleUpdateRequest.md +22 -0
  109. data/docs/TransactionRuleUpdateRequestBody.md +18 -0
  110. data/docs/TransactionRulesResponseBody.md +20 -0
  111. data/docs/TransactionUpdateRequest.md +18 -0
  112. data/docs/TransactionUpdateRequestBody.md +18 -0
  113. data/docs/TransactionsResponseBody.md +20 -0
  114. data/docs/User.md +26 -0
  115. data/docs/UserCreateRequest.md +24 -0
  116. data/docs/UserCreateRequestBody.md +18 -0
  117. data/docs/UserResponse.md +26 -0
  118. data/docs/UserResponseBody.md +18 -0
  119. data/docs/UserUpdateRequest.md +24 -0
  120. data/docs/UserUpdateRequestBody.md +18 -0
  121. data/docs/UsersResponseBody.md +20 -0
  122. data/docs/Widget.md +22 -0
  123. data/docs/WidgetRequest.md +42 -0
  124. data/docs/WidgetRequestBody.md +18 -0
  125. data/docs/WidgetResponse.md +22 -0
  126. data/docs/WidgetResponseBody.md +18 -0
  127. data/lib/mx-platform-ruby.rb +134 -0
  128. data/lib/mx-platform-ruby/api/mx_platform_api.rb +4917 -0
  129. data/lib/mx-platform-ruby/api_client.rb +395 -0
  130. data/lib/mx-platform-ruby/api_error.rb +57 -0
  131. data/lib/mx-platform-ruby/configuration.rb +276 -0
  132. data/lib/mx-platform-ruby/models/account.rb +569 -0
  133. data/lib/mx-platform-ruby/models/account_number.rb +281 -0
  134. data/lib/mx-platform-ruby/models/account_number_response.rb +281 -0
  135. data/lib/mx-platform-ruby/models/account_numbers_response_body.rb +229 -0
  136. data/lib/mx-platform-ruby/models/account_owner.rb +317 -0
  137. data/lib/mx-platform-ruby/models/account_owner_response.rb +317 -0
  138. data/lib/mx-platform-ruby/models/account_owners_response_body.rb +229 -0
  139. data/lib/mx-platform-ruby/models/account_response.rb +569 -0
  140. data/lib/mx-platform-ruby/models/account_response_body.rb +218 -0
  141. data/lib/mx-platform-ruby/models/account_update_request.rb +218 -0
  142. data/lib/mx-platform-ruby/models/account_update_request_body.rb +218 -0
  143. data/lib/mx-platform-ruby/models/accounts_response_body.rb +229 -0
  144. data/lib/mx-platform-ruby/models/categories_response_body.rb +229 -0
  145. data/lib/mx-platform-ruby/models/category.rb +281 -0
  146. data/lib/mx-platform-ruby/models/category_create_request.rb +241 -0
  147. data/lib/mx-platform-ruby/models/category_create_request_body.rb +218 -0
  148. data/lib/mx-platform-ruby/models/category_response.rb +281 -0
  149. data/lib/mx-platform-ruby/models/category_response_body.rb +218 -0
  150. data/lib/mx-platform-ruby/models/category_update_request.rb +227 -0
  151. data/lib/mx-platform-ruby/models/category_update_request_body.rb +218 -0
  152. data/lib/mx-platform-ruby/models/challenge.rb +276 -0
  153. data/lib/mx-platform-ruby/models/challenge_image_options.rb +236 -0
  154. data/lib/mx-platform-ruby/models/challenge_options.rb +227 -0
  155. data/lib/mx-platform-ruby/models/challenge_response.rb +276 -0
  156. data/lib/mx-platform-ruby/models/challenge_response_image_options.rb +236 -0
  157. data/lib/mx-platform-ruby/models/challenge_response_options.rb +227 -0
  158. data/lib/mx-platform-ruby/models/challenges_response_body.rb +229 -0
  159. data/lib/mx-platform-ruby/models/connect_widget.rb +227 -0
  160. data/lib/mx-platform-ruby/models/connect_widget_request.rb +308 -0
  161. data/lib/mx-platform-ruby/models/connect_widget_request_body.rb +218 -0
  162. data/lib/mx-platform-ruby/models/connect_widget_response.rb +227 -0
  163. data/lib/mx-platform-ruby/models/connect_widget_response_body.rb +218 -0
  164. data/lib/mx-platform-ruby/models/credential.rb +254 -0
  165. data/lib/mx-platform-ruby/models/credential_request.rb +227 -0
  166. data/lib/mx-platform-ruby/models/credential_response.rb +254 -0
  167. data/lib/mx-platform-ruby/models/credentials_response_body.rb +229 -0
  168. data/lib/mx-platform-ruby/models/enhance_transaction.rb +353 -0
  169. data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +353 -0
  170. data/lib/mx-platform-ruby/models/enhance_transactions_request.rb +264 -0
  171. data/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb +220 -0
  172. data/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +220 -0
  173. data/lib/mx-platform-ruby/models/holding.rb +371 -0
  174. data/lib/mx-platform-ruby/models/holding_response.rb +371 -0
  175. data/lib/mx-platform-ruby/models/holding_response_body.rb +218 -0
  176. data/lib/mx-platform-ruby/models/holdings_response_body.rb +229 -0
  177. data/lib/mx-platform-ruby/models/inline_response200.rb +218 -0
  178. data/lib/mx-platform-ruby/models/institution.rb +299 -0
  179. data/lib/mx-platform-ruby/models/institution_response.rb +299 -0
  180. data/lib/mx-platform-ruby/models/institution_response_body.rb +218 -0
  181. data/lib/mx-platform-ruby/models/institutions_response_body.rb +229 -0
  182. data/lib/mx-platform-ruby/models/member.rb +317 -0
  183. data/lib/mx-platform-ruby/models/member_create_request.rb +284 -0
  184. data/lib/mx-platform-ruby/models/member_create_request_body.rb +236 -0
  185. data/lib/mx-platform-ruby/models/member_response.rb +317 -0
  186. data/lib/mx-platform-ruby/models/member_response_body.rb +218 -0
  187. data/lib/mx-platform-ruby/models/member_resume_request.rb +220 -0
  188. data/lib/mx-platform-ruby/models/member_resume_request_body.rb +218 -0
  189. data/lib/mx-platform-ruby/models/member_status.rb +292 -0
  190. data/lib/mx-platform-ruby/models/member_status_response.rb +292 -0
  191. data/lib/mx-platform-ruby/models/member_status_response_body.rb +218 -0
  192. data/lib/mx-platform-ruby/models/member_update_request.rb +256 -0
  193. data/lib/mx-platform-ruby/models/member_update_request_body.rb +218 -0
  194. data/lib/mx-platform-ruby/models/members_response_body.rb +229 -0
  195. data/lib/mx-platform-ruby/models/merchant.rb +263 -0
  196. data/lib/mx-platform-ruby/models/merchant_response.rb +263 -0
  197. data/lib/mx-platform-ruby/models/merchant_response_body.rb +218 -0
  198. data/lib/mx-platform-ruby/models/merchants_response_body.rb +229 -0
  199. data/lib/mx-platform-ruby/models/o_auth_window.rb +227 -0
  200. data/lib/mx-platform-ruby/models/o_auth_window_response.rb +227 -0
  201. data/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +218 -0
  202. data/lib/mx-platform-ruby/models/pagination.rb +245 -0
  203. data/lib/mx-platform-ruby/models/pagination_response.rb +245 -0
  204. data/lib/mx-platform-ruby/models/statement.rb +281 -0
  205. data/lib/mx-platform-ruby/models/statement_response.rb +281 -0
  206. data/lib/mx-platform-ruby/models/statement_response_body.rb +218 -0
  207. data/lib/mx-platform-ruby/models/statements_response_body.rb +229 -0
  208. data/lib/mx-platform-ruby/models/tag.rb +236 -0
  209. data/lib/mx-platform-ruby/models/tag_create_request.rb +223 -0
  210. data/lib/mx-platform-ruby/models/tag_create_request_body.rb +218 -0
  211. data/lib/mx-platform-ruby/models/tag_response.rb +236 -0
  212. data/lib/mx-platform-ruby/models/tag_response_body.rb +218 -0
  213. data/lib/mx-platform-ruby/models/tag_update_request.rb +223 -0
  214. data/lib/mx-platform-ruby/models/tag_update_request_body.rb +218 -0
  215. data/lib/mx-platform-ruby/models/tagging.rb +254 -0
  216. data/lib/mx-platform-ruby/models/tagging_create_request.rb +237 -0
  217. data/lib/mx-platform-ruby/models/tagging_create_request_body.rb +218 -0
  218. data/lib/mx-platform-ruby/models/tagging_response.rb +254 -0
  219. data/lib/mx-platform-ruby/models/tagging_response_body.rb +218 -0
  220. data/lib/mx-platform-ruby/models/tagging_update_request.rb +223 -0
  221. data/lib/mx-platform-ruby/models/tagging_update_request_body.rb +218 -0
  222. data/lib/mx-platform-ruby/models/taggings_response_body.rb +229 -0
  223. data/lib/mx-platform-ruby/models/tags_response_body.rb +229 -0
  224. data/lib/mx-platform-ruby/models/transaction.rb +533 -0
  225. data/lib/mx-platform-ruby/models/transaction_response.rb +533 -0
  226. data/lib/mx-platform-ruby/models/transaction_response_body.rb +218 -0
  227. data/lib/mx-platform-ruby/models/transaction_rule.rb +272 -0
  228. data/lib/mx-platform-ruby/models/transaction_rule_create_request.rb +246 -0
  229. data/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb +218 -0
  230. data/lib/mx-platform-ruby/models/transaction_rule_response.rb +272 -0
  231. data/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +218 -0
  232. data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +236 -0
  233. data/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb +218 -0
  234. data/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +229 -0
  235. data/lib/mx-platform-ruby/models/transaction_update_request.rb +223 -0
  236. data/lib/mx-platform-ruby/models/transaction_update_request_body.rb +218 -0
  237. data/lib/mx-platform-ruby/models/transactions_response_body.rb +229 -0
  238. data/lib/mx-platform-ruby/models/user.rb +254 -0
  239. data/lib/mx-platform-ruby/models/user_create_request.rb +245 -0
  240. data/lib/mx-platform-ruby/models/user_create_request_body.rb +218 -0
  241. data/lib/mx-platform-ruby/models/user_response.rb +254 -0
  242. data/lib/mx-platform-ruby/models/user_response_body.rb +218 -0
  243. data/lib/mx-platform-ruby/models/user_update_request.rb +245 -0
  244. data/lib/mx-platform-ruby/models/user_update_request_body.rb +218 -0
  245. data/lib/mx-platform-ruby/models/users_response_body.rb +229 -0
  246. data/lib/mx-platform-ruby/models/widget.rb +236 -0
  247. data/lib/mx-platform-ruby/models/widget_request.rb +331 -0
  248. data/lib/mx-platform-ruby/models/widget_request_body.rb +218 -0
  249. data/lib/mx-platform-ruby/models/widget_response.rb +236 -0
  250. data/lib/mx-platform-ruby/models/widget_response_body.rb +218 -0
  251. data/lib/mx-platform-ruby/version.rb +15 -0
  252. data/mx-platform-ruby.gemspec +38 -0
  253. data/openapi/config.yml +11 -0
  254. data/openapi/mx_platform_ruby.yml +11 -0
  255. data/pkg/mx-platform-ruby-0.2.0.gem +0 -0
  256. data/pkg/mx-platform-ruby-0.2.1.gem +0 -0
  257. data/spec/api/mx_platform_api_spec.rb +979 -0
  258. data/spec/api_client_spec.rb +188 -0
  259. data/spec/configuration_spec.rb +42 -0
  260. data/spec/models/account_number_response_spec.rb +76 -0
  261. data/spec/models/account_number_spec.rb +76 -0
  262. data/spec/models/account_numbers_response_body_spec.rb +40 -0
  263. data/spec/models/account_owner_response_spec.rb +100 -0
  264. data/spec/models/account_owner_spec.rb +100 -0
  265. data/spec/models/account_owners_response_body_spec.rb +40 -0
  266. data/spec/models/account_response_body_spec.rb +34 -0
  267. data/spec/models/account_response_spec.rb +268 -0
  268. data/spec/models/account_spec.rb +268 -0
  269. data/spec/models/account_update_request_body_spec.rb +34 -0
  270. data/spec/models/account_update_request_spec.rb +34 -0
  271. data/spec/models/accounts_response_body_spec.rb +40 -0
  272. data/spec/models/categories_response_body_spec.rb +40 -0
  273. data/spec/models/category_create_request_body_spec.rb +34 -0
  274. data/spec/models/category_create_request_spec.rb +46 -0
  275. data/spec/models/category_response_body_spec.rb +34 -0
  276. data/spec/models/category_response_spec.rb +76 -0
  277. data/spec/models/category_spec.rb +76 -0
  278. data/spec/models/category_update_request_body_spec.rb +34 -0
  279. data/spec/models/category_update_request_spec.rb +40 -0
  280. data/spec/models/challenge_image_options_spec.rb +46 -0
  281. data/spec/models/challenge_options_spec.rb +40 -0
  282. data/spec/models/challenge_response_image_options_spec.rb +46 -0
  283. data/spec/models/challenge_response_options_spec.rb +40 -0
  284. data/spec/models/challenge_response_spec.rb +70 -0
  285. data/spec/models/challenge_spec.rb +70 -0
  286. data/spec/models/challenges_response_body_spec.rb +40 -0
  287. data/spec/models/connect_widget_request_body_spec.rb +34 -0
  288. data/spec/models/connect_widget_request_spec.rb +94 -0
  289. data/spec/models/connect_widget_response_body_spec.rb +34 -0
  290. data/spec/models/connect_widget_response_spec.rb +40 -0
  291. data/spec/models/connect_widget_spec.rb +40 -0
  292. data/spec/models/credential_request_spec.rb +40 -0
  293. data/spec/models/credential_response_spec.rb +58 -0
  294. data/spec/models/credential_spec.rb +58 -0
  295. data/spec/models/credentials_response_body_spec.rb +40 -0
  296. data/spec/models/enhance_transaction_response_spec.rb +124 -0
  297. data/spec/models/enhance_transaction_spec.rb +124 -0
  298. data/spec/models/enhance_transactions_request_body_spec.rb +34 -0
  299. data/spec/models/enhance_transactions_request_spec.rb +58 -0
  300. data/spec/models/enhance_transactions_response_body_spec.rb +34 -0
  301. data/spec/models/holding_response_body_spec.rb +34 -0
  302. data/spec/models/holding_response_spec.rb +136 -0
  303. data/spec/models/holding_spec.rb +136 -0
  304. data/spec/models/holdings_response_body_spec.rb +40 -0
  305. data/spec/models/inline_response200_spec.rb +34 -0
  306. data/spec/models/institution_response_body_spec.rb +34 -0
  307. data/spec/models/institution_response_spec.rb +88 -0
  308. data/spec/models/institution_spec.rb +88 -0
  309. data/spec/models/institutions_response_body_spec.rb +40 -0
  310. data/spec/models/member_create_request_body_spec.rb +46 -0
  311. data/spec/models/member_create_request_spec.rb +70 -0
  312. data/spec/models/member_response_body_spec.rb +34 -0
  313. data/spec/models/member_response_spec.rb +100 -0
  314. data/spec/models/member_resume_request_body_spec.rb +34 -0
  315. data/spec/models/member_resume_request_spec.rb +34 -0
  316. data/spec/models/member_spec.rb +100 -0
  317. data/spec/models/member_status_response_body_spec.rb +34 -0
  318. data/spec/models/member_status_response_spec.rb +82 -0
  319. data/spec/models/member_status_spec.rb +82 -0
  320. data/spec/models/member_update_request_body_spec.rb +34 -0
  321. data/spec/models/member_update_request_spec.rb +58 -0
  322. data/spec/models/members_response_body_spec.rb +40 -0
  323. data/spec/models/merchant_response_body_spec.rb +34 -0
  324. data/spec/models/merchant_response_spec.rb +64 -0
  325. data/spec/models/merchant_spec.rb +64 -0
  326. data/spec/models/merchants_response_body_spec.rb +40 -0
  327. data/spec/models/o_auth_window_response_body_spec.rb +34 -0
  328. data/spec/models/o_auth_window_response_spec.rb +40 -0
  329. data/spec/models/o_auth_window_spec.rb +40 -0
  330. data/spec/models/pagination_response_spec.rb +52 -0
  331. data/spec/models/pagination_spec.rb +52 -0
  332. data/spec/models/statement_response_body_spec.rb +34 -0
  333. data/spec/models/statement_response_spec.rb +76 -0
  334. data/spec/models/statement_spec.rb +76 -0
  335. data/spec/models/statements_response_body_spec.rb +40 -0
  336. data/spec/models/tag_create_request_body_spec.rb +34 -0
  337. data/spec/models/tag_create_request_spec.rb +34 -0
  338. data/spec/models/tag_response_body_spec.rb +34 -0
  339. data/spec/models/tag_response_spec.rb +46 -0
  340. data/spec/models/tag_spec.rb +46 -0
  341. data/spec/models/tag_update_request_body_spec.rb +34 -0
  342. data/spec/models/tag_update_request_spec.rb +34 -0
  343. data/spec/models/tagging_create_request_body_spec.rb +34 -0
  344. data/spec/models/tagging_create_request_spec.rb +40 -0
  345. data/spec/models/tagging_response_body_spec.rb +34 -0
  346. data/spec/models/tagging_response_spec.rb +58 -0
  347. data/spec/models/tagging_spec.rb +58 -0
  348. data/spec/models/tagging_update_request_body_spec.rb +34 -0
  349. data/spec/models/tagging_update_request_spec.rb +34 -0
  350. data/spec/models/taggings_response_body_spec.rb +40 -0
  351. data/spec/models/tags_response_body_spec.rb +40 -0
  352. data/spec/models/transaction_response_body_spec.rb +34 -0
  353. data/spec/models/transaction_response_spec.rb +244 -0
  354. data/spec/models/transaction_rule_create_request_body_spec.rb +34 -0
  355. data/spec/models/transaction_rule_create_request_spec.rb +46 -0
  356. data/spec/models/transaction_rule_response_body_spec.rb +34 -0
  357. data/spec/models/transaction_rule_response_spec.rb +70 -0
  358. data/spec/models/transaction_rule_spec.rb +70 -0
  359. data/spec/models/transaction_rule_update_request_body_spec.rb +34 -0
  360. data/spec/models/transaction_rule_update_request_spec.rb +46 -0
  361. data/spec/models/transaction_rules_response_body_spec.rb +40 -0
  362. data/spec/models/transaction_spec.rb +244 -0
  363. data/spec/models/transaction_update_request_body_spec.rb +34 -0
  364. data/spec/models/transaction_update_request_spec.rb +34 -0
  365. data/spec/models/transactions_response_body_spec.rb +40 -0
  366. data/spec/models/user_create_request_body_spec.rb +34 -0
  367. data/spec/models/user_create_request_spec.rb +52 -0
  368. data/spec/models/user_response_body_spec.rb +34 -0
  369. data/spec/models/user_response_spec.rb +58 -0
  370. data/spec/models/user_spec.rb +58 -0
  371. data/spec/models/user_update_request_body_spec.rb +34 -0
  372. data/spec/models/user_update_request_spec.rb +52 -0
  373. data/spec/models/users_response_body_spec.rb +40 -0
  374. data/spec/models/widget_request_body_spec.rb +34 -0
  375. data/spec/models/widget_request_spec.rb +106 -0
  376. data/spec/models/widget_response_body_spec.rb +34 -0
  377. data/spec/models/widget_response_spec.rb +46 -0
  378. data/spec/models/widget_spec.rb +46 -0
  379. data/spec/spec_helper.rb +111 -0
  380. metadata +522 -94
@@ -0,0 +1,15 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.0
10
+
11
+ =end
12
+
13
+ module MxPlatformRuby
14
+ VERSION = '0.3.0'
15
+ end
@@ -0,0 +1,38 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ =begin
4
+ #MX Platform API
5
+
6
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
7
+
8
+ The version of the OpenAPI document: 0.1.0
9
+
10
+ Generated by: https://openapi-generator.tech
11
+ OpenAPI Generator version: 5.2.0
12
+
13
+ =end
14
+
15
+ $:.push File.expand_path("../lib", __FILE__)
16
+ require "mx-platform-ruby/version"
17
+
18
+ Gem::Specification.new do |s|
19
+ s.name = "mx-platform-ruby"
20
+ s.version = MxPlatformRuby::VERSION
21
+ s.platform = Gem::Platform::RUBY
22
+ s.authors = ["MX"]
23
+ s.email = ["devexperience@mx.com"]
24
+ s.homepage = "https://github.com/mxenabled/mx-platform-ruby"
25
+ s.summary = "MX Platform API Ruby Gem"
26
+ s.description = "A Ruby library for the MX Platform API."
27
+ s.license = "MIT"
28
+ s.required_ruby_version = ">= 2.6"
29
+
30
+ s.add_runtime_dependency 'faraday', '~> 1.0', '>= 1.0.1'
31
+
32
+ s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
33
+
34
+ s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
35
+ s.test_files = `find spec/*`.split("\n")
36
+ s.executables = []
37
+ s.require_paths = ["lib"]
38
+ end
@@ -0,0 +1,11 @@
1
+ ---
2
+ gemAuthor: "MX"
3
+ gemAuthorEmail: "devexperience@mx.com"
4
+ gemDescription: "A Ruby library for the MX Platform API."
5
+ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
6
+ gemLicense: "MIT"
7
+ gemName: "mx-platform-ruby"
8
+ gemRequiredRubyVersion: ">= 2.6"
9
+ gemVersion: "0.3.0"
10
+ library: "faraday"
11
+ moduleName: "MxPlatformRuby"
@@ -0,0 +1,11 @@
1
+ ---
2
+ gemAuthor: "MX"
3
+ gemAuthorEmail: "devexperience@mx.com"
4
+ gemDescription: "A Ruby library for the MX Platform API."
5
+ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
6
+ gemLicense: "MIT"
7
+ gemName: "mx-platform-ruby"
8
+ gemRequiredRubyVersion: ">= 2.6"
9
+ gemVersion: "0.2.1"
10
+ library: "faraday"
11
+ moduleName: "MxPlatformRuby"
Binary file
Binary file
@@ -0,0 +1,979 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for MxPlatformRuby::MxPlatformApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'MxPlatformApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = MxPlatformRuby::MxPlatformApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of MxPlatformApi' do
30
+ it 'should create an instance of MxPlatformApi' do
31
+ expect(@api_instance).to be_instance_of(MxPlatformRuby::MxPlatformApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for aggregate_member
36
+ # Aggregate member
37
+ # Calling this endpoint initiates an aggregation event for the member. This brings in the latest account and transaction data from the connected institution. If this data has recently been updated, MX may not initiate an aggregation event.
38
+ # @param member_guid The unique id for a `member`.
39
+ # @param user_guid The unique id for a `user`.
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [MemberResponseBody]
42
+ describe 'aggregate_member test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for check_balances
49
+ # Check balances
50
+ # This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data.
51
+ # @param member_guid The unique id for a `member`.
52
+ # @param user_guid The unique id for a `user`.
53
+ # @param [Hash] opts the optional parameters
54
+ # @return [MemberResponseBody]
55
+ describe 'check_balances test' do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ # unit tests for create_category
62
+ # Create category
63
+ # Use this endpoint to create a new custom category for a specific `user`.
64
+ # @param user_guid The unique id for a `user`.
65
+ # @param category_create_request_body Custom category object to be created
66
+ # @param [Hash] opts the optional parameters
67
+ # @return [CategoryResponseBody]
68
+ describe 'create_category test' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
+ end
72
+ end
73
+
74
+ # unit tests for create_member
75
+ # Create member
76
+ # This endpoint allows you to create a new member. Members are created with the required parameters credentials and institution_code, and the optional parameters id and metadata. When creating a member, youll need to include the correct type of credential required by the financial institution and provided by the user. You can find out which credential type is required with the `/institutions/{institution_code}/credentials` endpoint. If successful, the MX Platform API will respond with the newly-created member object. Once you successfully create a member, MX will immediately validate the provided credentials and attempt to aggregate data for accounts and transactions.
77
+ # @param user_guid The unique id for a `user`.
78
+ # @param member_create_request_body Member object to be created with optional parameters (id and metadata) and required parameters (credentials and institution_code)
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [MemberResponseBody]
81
+ describe 'create_member test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ end
85
+ end
86
+
87
+ # unit tests for create_tag
88
+ # Create tag
89
+ # Use this endpoint to create a new custom tag.
90
+ # @param user_guid The unique id for a `user`.
91
+ # @param tag_create_request_body Tag object to be created with required parameters (tag_guid)
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [TagResponseBody]
94
+ describe 'create_tag test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ end
98
+ end
99
+
100
+ # unit tests for create_tagging
101
+ # Create tagging
102
+ # Use this endpoint to create a new association between a tag and a particular transaction, according to their unique GUIDs.
103
+ # @param user_guid The unique id for a `user`.
104
+ # @param tagging_create_request_body Tagging object to be created with required parameters (tag_guid and transaction_guid)
105
+ # @param [Hash] opts the optional parameters
106
+ # @return [TaggingResponseBody]
107
+ describe 'create_tagging test' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ # unit tests for create_transaction_rule
114
+ # Create transaction rule
115
+ # Use this endpoint to create a new transaction rule. The newly-created `transaction_rule` object will be returned if successful.
116
+ # @param user_guid The unique id for a `user`.
117
+ # @param transaction_rule_create_request_body TransactionRule object to be created with optional parameters (description) and required parameters (category_guid and match_description)
118
+ # @param [Hash] opts the optional parameters
119
+ # @return [TransactionRuleResponseBody]
120
+ describe 'create_transaction_rule test' do
121
+ it 'should work' do
122
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
+ end
124
+ end
125
+
126
+ # unit tests for create_user
127
+ # Create user
128
+ # Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
129
+ # @param user_create_request_body User object to be created. (None of these parameters are required, but the user object cannot be empty)
130
+ # @param [Hash] opts the optional parameters
131
+ # @return [UserResponseBody]
132
+ describe 'create_user test' do
133
+ it 'should work' do
134
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
135
+ end
136
+ end
137
+
138
+ # unit tests for delete_category
139
+ # Delete category
140
+ # Use this endpoint to delete a specific custom category according to its unique GUID. The API will respond with an empty object and a status of `204 No Content`.
141
+ # @param category_guid The unique id for a `category`.
142
+ # @param user_guid The unique id for a `user`.
143
+ # @param [Hash] opts the optional parameters
144
+ # @return [nil]
145
+ describe 'delete_category test' do
146
+ it 'should work' do
147
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
+ end
149
+ end
150
+
151
+ # unit tests for delete_member
152
+ # Delete member
153
+ # Accessing this endpoint will permanently delete a member.
154
+ # @param member_guid The unique id for a `member`.
155
+ # @param user_guid The unique id for a `user`.
156
+ # @param [Hash] opts the optional parameters
157
+ # @return [nil]
158
+ describe 'delete_member test' do
159
+ it 'should work' do
160
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
161
+ end
162
+ end
163
+
164
+ # unit tests for delete_tag
165
+ # Delete tag
166
+ # Use this endpoint to permanently delete a specific tag based on its unique GUID. If successful, the API will respond with status of `204 No Content`.
167
+ # @param tag_guid The unique id for a `tag`.
168
+ # @param user_guid The unique id for a `user`.
169
+ # @param [Hash] opts the optional parameters
170
+ # @return [nil]
171
+ describe 'delete_tag test' do
172
+ it 'should work' do
173
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
174
+ end
175
+ end
176
+
177
+ # unit tests for delete_tagging
178
+ # Delete tagging
179
+ # Use this endpoint to delete a tagging according to its unique GUID. If successful, the API will respond with an empty body and a status of 204 NO Content.
180
+ # @param tagging_guid The unique id for a `tagging`.
181
+ # @param user_guid The unique id for a `user`.
182
+ # @param [Hash] opts the optional parameters
183
+ # @return [nil]
184
+ describe 'delete_tagging test' do
185
+ it 'should work' do
186
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
187
+ end
188
+ end
189
+
190
+ # unit tests for delete_transaction_rule
191
+ # Delete transaction rule
192
+ # Use this endpoint to permanently delete a transaction rule based on its unique GUID.
193
+ # @param transaction_rule_guid The unique id for a `transaction_rule`.
194
+ # @param user_guid The unique id for a `user`.
195
+ # @param [Hash] opts the optional parameters
196
+ # @return [nil]
197
+ describe 'delete_transaction_rule test' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ # unit tests for delete_user
204
+ # Delete user
205
+ # Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object.
206
+ # @param user_guid The unique id for a `user`.
207
+ # @param [Hash] opts the optional parameters
208
+ # @return [nil]
209
+ describe 'delete_user test' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
215
+ # unit tests for download_statement_pdf
216
+ # Download statement pdf
217
+ # Use this endpoint to download a specified statement PDF.
218
+ # @param member_guid The unique id for a `member`.
219
+ # @param statement_guid The unique id for a `statement`.
220
+ # @param user_guid The unique id for a `user`.
221
+ # @param [Hash] opts the optional parameters
222
+ # @return [File]
223
+ describe 'download_statement_pdf test' do
224
+ it 'should work' do
225
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
226
+ end
227
+ end
228
+
229
+ # unit tests for enhance_transactions
230
+ # Enhance transactions
231
+ # Use this endpoint to categorize, cleanse, and classify transactions. These transactions are not persisted or stored on the MX platform.
232
+ # @param enhance_transactions_request_body Transaction object to be enhanced
233
+ # @param [Hash] opts the optional parameters
234
+ # @return [EnhanceTransactionsResponseBody]
235
+ describe 'enhance_transactions test' do
236
+ it 'should work' do
237
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
238
+ end
239
+ end
240
+
241
+ # unit tests for extend_history
242
+ # Extend history
243
+ # Some institutions allow developers to access an extended transaction history with up to 24 months of data associated with a particular member. The process for fetching and then reading this extended transaction history is much like standard aggregation, and it may trigger multi-factor authentication.
244
+ # @param member_guid The unique identifier for a `member`.
245
+ # @param user_guid The unique identifier for a `user`.
246
+ # @param [Hash] opts the optional parameters
247
+ # @return [MemberResponseBody]
248
+ describe 'extend_history test' do
249
+ it 'should work' do
250
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
251
+ end
252
+ end
253
+
254
+ # unit tests for fetch_statements
255
+ # Fetch statements
256
+ # Use this endpoint to fetch the statements associated with a particular member.
257
+ # @param member_guid The unique id for a `member`.
258
+ # @param user_guid The unique id for a `user`.
259
+ # @param [Hash] opts the optional parameters
260
+ # @return [MemberResponseBody]
261
+ describe 'fetch_statements test' do
262
+ it 'should work' do
263
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
264
+ end
265
+ end
266
+
267
+ # unit tests for identify_member
268
+ # Identify member
269
+ # The identify endpoint begins an identification process for an already-existing member.
270
+ # @param member_guid The unique id for a `member`.
271
+ # @param user_guid The unique id for a `user`.
272
+ # @param [Hash] opts the optional parameters
273
+ # @return [MemberResponseBody]
274
+ describe 'identify_member test' do
275
+ it 'should work' do
276
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
277
+ end
278
+ end
279
+
280
+ # unit tests for list_account_numbers_by_account
281
+ # List account numbers by account
282
+ # This endpoint returns a list of account numbers associated with the specified `account`.
283
+ # @param account_guid The unique id for an `account`.
284
+ # @param user_guid The unique id for a `user`.
285
+ # @param [Hash] opts the optional parameters
286
+ # @option opts [Integer] :page Specify current page.
287
+ # @option opts [Integer] :records_per_page Specify records per page.
288
+ # @return [AccountNumbersResponseBody]
289
+ describe 'list_account_numbers_by_account test' do
290
+ it 'should work' do
291
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
292
+ end
293
+ end
294
+
295
+ # unit tests for list_account_numbers_by_member
296
+ # List account numbers by member
297
+ # This endpoint returns a list of account numbers associated with the specified `member`.
298
+ # @param member_guid The unique id for a `member`.
299
+ # @param user_guid The unique id for a `user`.
300
+ # @param [Hash] opts the optional parameters
301
+ # @option opts [Integer] :page Specify current page.
302
+ # @option opts [Integer] :records_per_page Specify records per page.
303
+ # @return [AccountNumbersResponseBody]
304
+ describe 'list_account_numbers_by_member test' do
305
+ it 'should work' do
306
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
307
+ end
308
+ end
309
+
310
+ # unit tests for list_account_owners_by_member
311
+ # List account owners by member
312
+ # This endpoint returns an array with information about every account associated with a particular member.
313
+ # @param member_guid The unique id for a `member`.
314
+ # @param user_guid The unique id for a `user`.
315
+ # @param [Hash] opts the optional parameters
316
+ # @option opts [Integer] :page Specify current page.
317
+ # @option opts [Integer] :records_per_page Specify records per page.
318
+ # @return [AccountOwnersResponseBody]
319
+ describe 'list_account_owners_by_member test' do
320
+ it 'should work' do
321
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
322
+ end
323
+ end
324
+
325
+ # unit tests for list_categories
326
+ # List categories
327
+ # Use this endpoint to list all categories associated with a `user`, including both default and custom categories.
328
+ # @param user_guid The unique id for a `user`.
329
+ # @param [Hash] opts the optional parameters
330
+ # @option opts [Integer] :page Specify current page.
331
+ # @option opts [Integer] :records_per_page Specify records per page.
332
+ # @return [CategoriesResponseBody]
333
+ describe 'list_categories test' do
334
+ it 'should work' do
335
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
336
+ end
337
+ end
338
+
339
+ # unit tests for list_default_categories
340
+ # List default categories
341
+ # Use this endpoint to read the attributes of a specific user.
342
+ # @param user_guid The unique id for a `user`.
343
+ # @param [Hash] opts the optional parameters
344
+ # @return [CategoriesResponseBody]
345
+ describe 'list_default_categories test' do
346
+ it 'should work' do
347
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
348
+ end
349
+ end
350
+
351
+ # unit tests for list_favorite_institutions
352
+ # List favorite institutions
353
+ # This endpoint returns a paginated list containing institutions that have been set as the partner’s favorites, sorted by popularity. Please contact MX to set a list of favorites.
354
+ # @param [Hash] opts the optional parameters
355
+ # @option opts [Integer] :page Specify current page.
356
+ # @option opts [Integer] :records_per_page Specify records per page.
357
+ # @return [InstitutionsResponseBody]
358
+ describe 'list_favorite_institutions test' do
359
+ it 'should work' do
360
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
361
+ end
362
+ end
363
+
364
+ # unit tests for list_holdings
365
+ # List holdings
366
+ # This endpoint returns all holdings associated with the specified `user` across all accounts and members.
367
+ # @param user_guid The unique id for a `user`.
368
+ # @param [Hash] opts the optional parameters
369
+ # @option opts [String] :from_date Filter holdings from this date.
370
+ # @option opts [Integer] :page Specify current page.
371
+ # @option opts [Integer] :records_per_page Specify records per page.
372
+ # @option opts [String] :to_date Filter holdings to this date.
373
+ # @return [HoldingsResponseBody]
374
+ describe 'list_holdings test' do
375
+ it 'should work' do
376
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
377
+ end
378
+ end
379
+
380
+ # unit tests for list_holdings_by_member
381
+ # List holdings by member
382
+ # This endpoint returns all holdings associated with the specified `member` across all accounts.
383
+ # @param member_guid The unique id for a `member`.
384
+ # @param user_guid The unique id for a `user`.
385
+ # @param [Hash] opts the optional parameters
386
+ # @option opts [String] :from_date Filter holdings from this date.
387
+ # @option opts [Integer] :page Specify current page.
388
+ # @option opts [Integer] :records_per_page Specify records per page.
389
+ # @option opts [String] :to_date Filter holdings to this date.
390
+ # @return [HoldingsResponseBody]
391
+ describe 'list_holdings_by_member test' do
392
+ it 'should work' do
393
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
394
+ end
395
+ end
396
+
397
+ # unit tests for list_institution_credentials
398
+ # List institution credentials
399
+ # Use this endpoint to see which credentials will be needed to create a member for a specific institution.
400
+ # @param institution_code The institution_code of the institution.
401
+ # @param [Hash] opts the optional parameters
402
+ # @option opts [Integer] :page Specify current page.
403
+ # @option opts [Integer] :records_per_page Specify records per page.
404
+ # @return [CredentialsResponseBody]
405
+ describe 'list_institution_credentials test' do
406
+ it 'should work' do
407
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
408
+ end
409
+ end
410
+
411
+ # unit tests for list_institutions
412
+ # List institutions
413
+ # This endpoint returns a list of institutions based on the specified search term or parameter.
414
+ # @param [Hash] opts the optional parameters
415
+ # @option opts [String] :name This will list only institutions in which the appended string appears.
416
+ # @option opts [Boolean] :supports_account_identification Filter only institutions which support account identification.
417
+ # @option opts [Boolean] :supports_account_statement Filter only institutions which support account statements.
418
+ # @option opts [Boolean] :supports_account_verification Filter only institutions which support account verification.
419
+ # @option opts [Boolean] :supports_transaction_history Filter only institutions which support extended transaction history.
420
+ # @return [InstitutionsResponseBody]
421
+ describe 'list_institutions test' do
422
+ it 'should work' do
423
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
424
+ end
425
+ end
426
+
427
+ # unit tests for list_member_challenges
428
+ # List member challenges
429
+ # Use this endpoint for information on what multi-factor authentication challenges need to be answered in order to aggregate a member. If the aggregation is not challenged, i.e., the member does not have a connection status of `CHALLENGED`, then code `204 No Content` will be returned. If the aggregation has been challenged, i.e., the member does have a connection status of `CHALLENGED`, then code `200 OK` will be returned - along with the corresponding credentials.
430
+ # @param member_guid The unique id for a `member`.
431
+ # @param user_guid The unique id for a `user`.
432
+ # @param [Hash] opts the optional parameters
433
+ # @option opts [Integer] :page Specify current page.
434
+ # @option opts [Integer] :records_per_page Specify records per page.
435
+ # @return [ChallengesResponseBody]
436
+ describe 'list_member_challenges test' do
437
+ it 'should work' do
438
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
439
+ end
440
+ end
441
+
442
+ # unit tests for list_member_credentials
443
+ # List member credentials
444
+ # This endpoint returns an array which contains information on every non-MFA credential associated with a specific member.
445
+ # @param member_guid The unique id for a `member`.
446
+ # @param user_guid The unique id for a `user`.
447
+ # @param [Hash] opts the optional parameters
448
+ # @option opts [Integer] :page Specify current page.
449
+ # @option opts [Integer] :records_per_page Specify records per page.
450
+ # @return [CredentialsResponseBody]
451
+ describe 'list_member_credentials test' do
452
+ it 'should work' do
453
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
454
+ end
455
+ end
456
+
457
+ # unit tests for list_members
458
+ # List members
459
+ # This endpoint returns an array which contains information on every member associated with a specific user.
460
+ # @param user_guid The unique id for a `user`.
461
+ # @param [Hash] opts the optional parameters
462
+ # @option opts [Integer] :page Specify current page.
463
+ # @option opts [Integer] :records_per_page Specify records per page.
464
+ # @return [MembersResponseBody]
465
+ describe 'list_members test' do
466
+ it 'should work' do
467
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
468
+ end
469
+ end
470
+
471
+ # unit tests for list_merchants
472
+ # List merchants
473
+ # This endpoint returns a paginated list of all the merchants in the MX system.
474
+ # @param [Hash] opts the optional parameters
475
+ # @option opts [Integer] :page Specify current page.
476
+ # @option opts [Integer] :records_per_page Specify records per page.
477
+ # @return [MerchantsResponseBody]
478
+ describe 'list_merchants test' do
479
+ it 'should work' do
480
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
481
+ end
482
+ end
483
+
484
+ # unit tests for list_statements_by_member
485
+ # List statements by member
486
+ # Use this endpoint to get an array of available statements.
487
+ # @param member_guid The unique id for a `member`.
488
+ # @param user_guid The unique id for a `user`.
489
+ # @param [Hash] opts the optional parameters
490
+ # @option opts [Integer] :page Specify current page.
491
+ # @option opts [Integer] :records_per_page Specify records per page.
492
+ # @return [StatementsResponseBody]
493
+ describe 'list_statements_by_member test' do
494
+ it 'should work' do
495
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
496
+ end
497
+ end
498
+
499
+ # unit tests for list_taggings
500
+ # List taggings
501
+ # Use this endpoint to retrieve a list of all the taggings associated with a specific user.
502
+ # @param user_guid The unique id for a `user`.
503
+ # @param [Hash] opts the optional parameters
504
+ # @option opts [Integer] :page Specify current page.
505
+ # @option opts [Integer] :records_per_page Specify records per page.
506
+ # @return [TaggingsResponseBody]
507
+ describe 'list_taggings test' do
508
+ it 'should work' do
509
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
510
+ end
511
+ end
512
+
513
+ # unit tests for list_tags
514
+ # List tags
515
+ # Use this endpoint to list all tags associated with the specified `user`. Each user includes the `Business` tag by default.
516
+ # @param user_guid The unique id for a `user`.
517
+ # @param [Hash] opts the optional parameters
518
+ # @option opts [Integer] :page Specify current page.
519
+ # @option opts [Integer] :records_per_page Specify records per page.
520
+ # @return [TagsResponseBody]
521
+ describe 'list_tags test' do
522
+ it 'should work' do
523
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
524
+ end
525
+ end
526
+
527
+ # unit tests for list_transaction_rules
528
+ # List transaction rules
529
+ # Use this endpoint to read the attributes of all existing transaction rules belonging to the user.
530
+ # @param user_guid The unique id for a `user`.
531
+ # @param [Hash] opts the optional parameters
532
+ # @option opts [Integer] :page Specify current page.
533
+ # @option opts [Integer] :records_per_page Specify records per page.
534
+ # @return [TransactionRulesResponseBody]
535
+ describe 'list_transaction_rules test' do
536
+ it 'should work' do
537
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
538
+ end
539
+ end
540
+
541
+ # unit tests for list_transactions
542
+ # List transactions
543
+ # Requests to this endpoint return a list of transactions associated with the specified `user`, accross all members and accounts associated with that `user`.
544
+ # @param user_guid The unique id for a `user`.
545
+ # @param [Hash] opts the optional parameters
546
+ # @option opts [String] :from_date Filter transactions from this date.
547
+ # @option opts [Integer] :page Specify current page.
548
+ # @option opts [Integer] :records_per_page Specify records per page.
549
+ # @option opts [String] :to_date Filter transactions to this date.
550
+ # @return [TransactionsResponseBody]
551
+ describe 'list_transactions test' do
552
+ it 'should work' do
553
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
554
+ end
555
+ end
556
+
557
+ # unit tests for list_transactions_by_account
558
+ # List transactions by account
559
+ # This endpoint returns a list of the last 90 days of transactions associated with the specified account.
560
+ # @param account_guid The unique id for an `account`.
561
+ # @param user_guid The unique id for a `user`.
562
+ # @param [Hash] opts the optional parameters
563
+ # @option opts [String] :from_date Filter transactions from this date.
564
+ # @option opts [Integer] :page Specify current page.
565
+ # @option opts [Integer] :records_per_page Specify records per page.
566
+ # @option opts [String] :to_date Filter transactions to this date.
567
+ # @return [TransactionsResponseBody]
568
+ describe 'list_transactions_by_account test' do
569
+ it 'should work' do
570
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
571
+ end
572
+ end
573
+
574
+ # unit tests for list_transactions_by_member
575
+ # List transactions by member
576
+ # Requests to this endpoint return a list of transactions associated with the specified `member`, accross all accounts associated with that `member`.
577
+ # @param member_guid The unique id for a `member`.
578
+ # @param user_guid The unique id for a `user`.
579
+ # @param [Hash] opts the optional parameters
580
+ # @option opts [String] :from_date Filter transactions from this date.
581
+ # @option opts [Integer] :page Specify current page.
582
+ # @option opts [Integer] :records_per_page Specify records per page.
583
+ # @option opts [String] :to_date Filter transactions to this date.
584
+ # @return [TransactionsResponseBody]
585
+ describe 'list_transactions_by_member test' do
586
+ it 'should work' do
587
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
588
+ end
589
+ end
590
+
591
+ # unit tests for list_transactions_by_tag
592
+ # List transactions by tag
593
+ # Use this endpoint to get a list of all transactions associated with a particular tag according to the tag’s unique GUID. In other words, a list of all transactions that have been assigned to a particular tag using the create a tagging endpoint.
594
+ # @param tag_guid The unique id for a `tag`.
595
+ # @param user_guid The unique id for a `user`.
596
+ # @param [Hash] opts the optional parameters
597
+ # @return [TransactionsResponseBody]
598
+ describe 'list_transactions_by_tag test' do
599
+ it 'should work' do
600
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
601
+ end
602
+ end
603
+
604
+ # unit tests for list_user_accounts
605
+ # List accounts
606
+ # This endpoint returns a list of all the accounts associated with the specified `user`.
607
+ # @param user_guid The unique id for a `user`.
608
+ # @param [Hash] opts the optional parameters
609
+ # @option opts [Integer] :page Specify current page.
610
+ # @option opts [Integer] :records_per_page Specify records per page.
611
+ # @return [AccountsResponseBody]
612
+ describe 'list_user_accounts test' do
613
+ it 'should work' do
614
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
615
+ end
616
+ end
617
+
618
+ # unit tests for list_users
619
+ # List users
620
+ # Use this endpoint to list every user you've created in the MX Platform API.
621
+ # @param [Hash] opts the optional parameters
622
+ # @option opts [Integer] :page Specify current page.
623
+ # @option opts [Integer] :records_per_page Specify records per page.
624
+ # @return [UsersResponseBody]
625
+ describe 'list_users test' do
626
+ it 'should work' do
627
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
628
+ end
629
+ end
630
+
631
+ # unit tests for read_account
632
+ # Read account
633
+ # This endpoint returns the specified `account` resource.
634
+ # @param account_guid The unique id for an `account`.
635
+ # @param user_guid The unique id for a `user`.
636
+ # @param [Hash] opts the optional parameters
637
+ # @return [AccountResponseBody]
638
+ describe 'read_account test' do
639
+ it 'should work' do
640
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
641
+ end
642
+ end
643
+
644
+ # unit tests for read_category
645
+ # Read category
646
+ # Use this endpoint to read the attributes of either a default category or a custom category.
647
+ # @param category_guid The unique id for a `category`.
648
+ # @param user_guid The unique id for a `user`.
649
+ # @param [Hash] opts the optional parameters
650
+ # @return [CategoryResponseBody]
651
+ describe 'read_category test' do
652
+ it 'should work' do
653
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
654
+ end
655
+ end
656
+
657
+ # unit tests for read_holding
658
+ # Read holding
659
+ # Use this endpoint to read the attributes of a specific `holding`.
660
+ # @param holding_guid The unique id for a `holding`.
661
+ # @param user_guid The unique id for a `user`.
662
+ # @param [Hash] opts the optional parameters
663
+ # @return [HoldingResponseBody]
664
+ describe 'read_holding test' do
665
+ it 'should work' do
666
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
667
+ end
668
+ end
669
+
670
+ # unit tests for read_institution
671
+ # Read institution
672
+ # This endpoint returns information about the institution specified by `institution_code`.
673
+ # @param institution_code The institution_code of the institution.
674
+ # @param [Hash] opts the optional parameters
675
+ # @return [InstitutionResponseBody]
676
+ describe 'read_institution test' do
677
+ it 'should work' do
678
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
679
+ end
680
+ end
681
+
682
+ # unit tests for read_member
683
+ # Read member
684
+ # Use this endpoint to read the attributes of a specific member.
685
+ # @param member_guid The unique id for a `member`.
686
+ # @param user_guid The unique id for a `user`.
687
+ # @param [Hash] opts the optional parameters
688
+ # @return [MemberResponseBody]
689
+ describe 'read_member test' do
690
+ it 'should work' do
691
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
692
+ end
693
+ end
694
+
695
+ # unit tests for read_member_status
696
+ # Read member status
697
+ # This endpoint provides the status of the members most recent aggregation event. This is an important step in the aggregation process, and the results returned by this endpoint should determine what you do next in order to successfully aggregate a member. MX has introduced new, more detailed information on the current status of a members connection to a financial institution and the state of its aggregation - the connection_status field. These are intended to replace and expand upon the information provided in the status field, which will soon be deprecated; support for the status field remains for the time being.
698
+ # @param member_guid The unique id for a `member`.
699
+ # @param user_guid The unique id for a `user`.
700
+ # @param [Hash] opts the optional parameters
701
+ # @return [MemberStatusResponseBody]
702
+ describe 'read_member_status test' do
703
+ it 'should work' do
704
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
705
+ end
706
+ end
707
+
708
+ # unit tests for read_merchant
709
+ # Read merchant
710
+ # Returns information about a particular merchant, such as a logo, name, and website.
711
+ # @param merchant_guid The unique id for a `merchant`.
712
+ # @param [Hash] opts the optional parameters
713
+ # @return [MerchantResponseBody]
714
+ describe 'read_merchant test' do
715
+ it 'should work' do
716
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
717
+ end
718
+ end
719
+
720
+ # unit tests for read_statement_by_member
721
+ # Read statement by member
722
+ # Use this endpoint to read a JSON representation of the statement.
723
+ # @param member_guid The unique id for a `member`.
724
+ # @param statement_guid The unique id for a `statement`.
725
+ # @param user_guid The unique id for a `user`.
726
+ # @param [Hash] opts the optional parameters
727
+ # @return [StatementResponseBody]
728
+ describe 'read_statement_by_member test' do
729
+ it 'should work' do
730
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
731
+ end
732
+ end
733
+
734
+ # unit tests for read_tag
735
+ # Read tag
736
+ # Use this endpoint to read the attributes of a particular tag according to its unique GUID.
737
+ # @param tag_guid The unique id for a `tag`.
738
+ # @param user_guid The unique id for a `user`.
739
+ # @param [Hash] opts the optional parameters
740
+ # @return [TagResponseBody]
741
+ describe 'read_tag test' do
742
+ it 'should work' do
743
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
744
+ end
745
+ end
746
+
747
+ # unit tests for read_tagging
748
+ # Read tagging
749
+ # Use this endpoint to read the attributes of a `tagging` according to its unique GUID.
750
+ # @param tagging_guid The unique id for a `tagging`.
751
+ # @param user_guid The unique id for a `user`.
752
+ # @param [Hash] opts the optional parameters
753
+ # @return [TaggingResponseBody]
754
+ describe 'read_tagging test' do
755
+ it 'should work' do
756
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
757
+ end
758
+ end
759
+
760
+ # unit tests for read_transaction
761
+ # Read transaction
762
+ # Requests to this endpoint will return the attributes of the specified `transaction`.
763
+ # @param transaction_guid The unique id for a `transaction`.
764
+ # @param user_guid The unique id for a `user`.
765
+ # @param [Hash] opts the optional parameters
766
+ # @return [TransactionResponseBody]
767
+ describe 'read_transaction test' do
768
+ it 'should work' do
769
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
770
+ end
771
+ end
772
+
773
+ # unit tests for read_transaction_rule
774
+ # Read transaction rule
775
+ # Use this endpoint to read the attributes of an existing transaction rule based on the rule’s unique GUID.
776
+ # @param transaction_rule_guid The unique id for a `transaction_rule`.
777
+ # @param user_guid The unique id for a `user`.
778
+ # @param [Hash] opts the optional parameters
779
+ # @return [TransactionRuleResponseBody]
780
+ describe 'read_transaction_rule test' do
781
+ it 'should work' do
782
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
783
+ end
784
+ end
785
+
786
+ # unit tests for read_user
787
+ # Read user
788
+ # Use this endpoint to read the attributes of a specific user.
789
+ # @param user_guid The unique id for a `user`.
790
+ # @param [Hash] opts the optional parameters
791
+ # @return [UserResponseBody]
792
+ describe 'read_user test' do
793
+ it 'should work' do
794
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
795
+ end
796
+ end
797
+
798
+ # unit tests for request_connect_widget_url
799
+ # Request connect widget url
800
+ # This endpoint will return a URL for an embeddable version of MX Connect.
801
+ # @param user_guid The unique id for a `user`.
802
+ # @param [Hash] opts the optional parameters
803
+ # @option opts [ConnectWidgetRequestBody] :connect_widget_request_body Optional config options for WebView (is_mobile_webview, current_institution_code, current_member_guid, update_credentials)
804
+ # @return [ConnectWidgetResponseBody]
805
+ describe 'request_connect_widget_url test' do
806
+ it 'should work' do
807
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
808
+ end
809
+ end
810
+
811
+ # unit tests for request_o_auth_window_uri
812
+ # Request oauth window uri
813
+ # This endpoint will generate an `oauth_window_uri` for the specified `member`.
814
+ # @param member_guid The unique id for a `member`.
815
+ # @param user_guid The unique id for a `user`.
816
+ # @param [Hash] opts the optional parameters
817
+ # @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
818
+ # @option opts [String] :ui_message_webview_url_scheme A scheme for routing the user back to the application state they were previously in.
819
+ # @return [OAuthWindowResponseBody]
820
+ describe 'request_o_auth_window_uri test' do
821
+ it 'should work' do
822
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
823
+ end
824
+ end
825
+
826
+ # unit tests for request_widget_url
827
+ # Request widget url
828
+ # This endpoint allows partners to get a URL by passing the `widget_type` in the request body, as well as configuring it in several different ways. In the case of Connect, that means setting the `widget_type` to `connect_widget`. Partners may also pass an optional `Accept-Language` header as well as a number of configuration options. Note that this is a `POST` request.
829
+ # @param user_guid The unique id for a `user`.
830
+ # @param widget_request_body The widget url configuration options.
831
+ # @param [Hash] opts the optional parameters
832
+ # @option opts [String] :accept_language The desired language of the widget.
833
+ # @return [WidgetResponseBody]
834
+ describe 'request_widget_url test' do
835
+ it 'should work' do
836
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
837
+ end
838
+ end
839
+
840
+ # unit tests for resume_aggregation
841
+ # Resume aggregation
842
+ # This endpoint answers the challenges needed when a member has been challenged by multi-factor authentication.
843
+ # @param member_guid The unique id for a `member`.
844
+ # @param user_guid The unique id for a `user`.
845
+ # @param member_resume_request_body Member object with MFA challenge answers
846
+ # @param [Hash] opts the optional parameters
847
+ # @return [MemberResponseBody]
848
+ describe 'resume_aggregation test' do
849
+ it 'should work' do
850
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
851
+ end
852
+ end
853
+
854
+ # unit tests for update_account_by_member
855
+ # Update account by member
856
+ # This endpoint allows you to update certain attributes of an `account` resource.
857
+ # @param user_guid The unique id for a `user`.
858
+ # @param member_guid The unique id for a `member`.
859
+ # @param account_guid The unique id for an `account`.
860
+ # @param account_update_request_body Account object to be created with optional parameters (is_hidden)
861
+ # @param [Hash] opts the optional parameters
862
+ # @return [AccountResponseBody]
863
+ describe 'update_account_by_member test' do
864
+ it 'should work' do
865
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
866
+ end
867
+ end
868
+
869
+ # unit tests for update_category
870
+ # Update category
871
+ # Use this endpoint to update the attributes of a custom category according to its unique GUID.
872
+ # @param category_guid The unique id for a `category`.
873
+ # @param user_guid The unique id for a `user`.
874
+ # @param category_update_request_body Category object to be updated (While no single parameter is required, the `category` object cannot be empty)
875
+ # @param [Hash] opts the optional parameters
876
+ # @return [CategoryResponseBody]
877
+ describe 'update_category test' do
878
+ it 'should work' do
879
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
880
+ end
881
+ end
882
+
883
+ # unit tests for update_member
884
+ # Update member
885
+ # Use this endpoint to update a members attributes. Only the credentials, id, and metadata parameters can be updated. To get a list of the required credentials for the member, use the list member credentials endpoint.
886
+ # @param member_guid The unique id for a `member`.
887
+ # @param user_guid The unique id for a `user`.
888
+ # @param member_update_request_body Member object to be updated (While no single parameter is required, the request body can't be empty)
889
+ # @param [Hash] opts the optional parameters
890
+ # @return [MemberResponseBody]
891
+ describe 'update_member test' do
892
+ it 'should work' do
893
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
894
+ end
895
+ end
896
+
897
+ # unit tests for update_tag
898
+ # Update tag
899
+ # Use this endpoint to update the name of a specific tag according to its unique GUID.
900
+ # @param tag_guid The unique id for a `tag`.
901
+ # @param user_guid The unique id for a `user`.
902
+ # @param tag_update_request_body Tag object to be updated with required parameter (tag_guid)
903
+ # @param [Hash] opts the optional parameters
904
+ # @return [TagResponseBody]
905
+ describe 'update_tag test' do
906
+ it 'should work' do
907
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
908
+ end
909
+ end
910
+
911
+ # unit tests for update_tagging
912
+ # Update tagging
913
+ # Use this endpoint to update a tagging.
914
+ # @param tagging_guid The unique id for a `tagging`.
915
+ # @param user_guid The unique id for a `user`.
916
+ # @param tagging_update_request_body Tagging object to be updated with required parameter (tag_guid)
917
+ # @param [Hash] opts the optional parameters
918
+ # @return [TaggingResponseBody]
919
+ describe 'update_tagging test' do
920
+ it 'should work' do
921
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
922
+ end
923
+ end
924
+
925
+ # unit tests for update_transaction
926
+ # Update transaction
927
+ # Use this endpoint to update the `description` of a specific transaction according to its unique GUID.
928
+ # @param transaction_guid The unique id for a `transaction`.
929
+ # @param user_guid The unique id for a `user`.
930
+ # @param transaction_update_request_body Transaction object to be updated with a new description
931
+ # @param [Hash] opts the optional parameters
932
+ # @return [TransactionResponseBody]
933
+ describe 'update_transaction test' do
934
+ it 'should work' do
935
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
936
+ end
937
+ end
938
+
939
+ # unit tests for update_transaction_rule
940
+ # Update transaction_rule
941
+ # Use this endpoint to update the attributes of a specific transaction rule based on its unique GUID. The API will respond with the updated transaction_rule object. Any attributes not provided will be left unchanged.
942
+ # @param transaction_rule_guid The unique id for a `transaction_rule`.
943
+ # @param user_guid The unique id for a `user`.
944
+ # @param transaction_rule_update_request_body TransactionRule object to be updated
945
+ # @param [Hash] opts the optional parameters
946
+ # @return [TransactionRuleResponseBody]
947
+ describe 'update_transaction_rule test' do
948
+ it 'should work' do
949
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
950
+ end
951
+ end
952
+
953
+ # unit tests for update_user
954
+ # Update user
955
+ # Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
956
+ # @param user_guid The unique id for a `user`.
957
+ # @param user_update_request_body User object to be updated (None of these parameters are required, but the user object cannot be empty.)
958
+ # @param [Hash] opts the optional parameters
959
+ # @return [UserResponseBody]
960
+ describe 'update_user test' do
961
+ it 'should work' do
962
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
963
+ end
964
+ end
965
+
966
+ # unit tests for verify_member
967
+ # Verify member
968
+ # The verify endpoint begins a verification process for a member.
969
+ # @param member_guid The unique id for a `member`.
970
+ # @param user_guid The unique id for a `user`.
971
+ # @param [Hash] opts the optional parameters
972
+ # @return [MemberResponseBody]
973
+ describe 'verify_member test' do
974
+ it 'should work' do
975
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
976
+ end
977
+ end
978
+
979
+ end