mx-platform-ruby 0.21.0 → 0.22.1

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 (286) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +78 -0
  3. data/docs/MxPlatformApi.md +1586 -507
  4. data/docs/SpendingPlanAccountResponse.md +30 -0
  5. data/docs/SpendingPlanAccountsResponse.md +20 -0
  6. data/docs/SpendingPlanIterationItemCreateRequestBody.md +26 -0
  7. data/docs/SpendingPlanIterationItemResponse.md +40 -0
  8. data/docs/SpendingPlanIterationItemsResponseBody.md +20 -0
  9. data/docs/SpendingPlanIterationResponse.md +32 -0
  10. data/docs/SpendingPlanIterationsResponse.md +20 -0
  11. data/docs/SpendingPlanResponse.md +26 -0
  12. data/docs/SpendingPlansResponseBody.md +20 -0
  13. data/lib/mx-platform-ruby/api/mx_platform_api.rb +1063 -9
  14. data/lib/mx-platform-ruby/api_client.rb +90 -55
  15. data/lib/mx-platform-ruby/api_error.rb +2 -1
  16. data/lib/mx-platform-ruby/configuration.rb +102 -26
  17. data/lib/mx-platform-ruby/models/account_create_request.rb +18 -18
  18. data/lib/mx-platform-ruby/models/account_create_request_body.rb +14 -18
  19. data/lib/mx-platform-ruby/models/account_number_response.rb +14 -18
  20. data/lib/mx-platform-ruby/models/account_numbers_response_body.rb +14 -18
  21. data/lib/mx-platform-ruby/models/account_owner_response.rb +14 -18
  22. data/lib/mx-platform-ruby/models/account_owners_response_body.rb +14 -18
  23. data/lib/mx-platform-ruby/models/account_response.rb +14 -18
  24. data/lib/mx-platform-ruby/models/account_response_body.rb +14 -18
  25. data/lib/mx-platform-ruby/models/account_update_request.rb +14 -18
  26. data/lib/mx-platform-ruby/models/account_update_request_body.rb +14 -18
  27. data/lib/mx-platform-ruby/models/accounts_response_body.rb +14 -18
  28. data/lib/mx-platform-ruby/models/authorization_code_request.rb +14 -18
  29. data/lib/mx-platform-ruby/models/authorization_code_request_body.rb +14 -18
  30. data/lib/mx-platform-ruby/models/authorization_code_response.rb +14 -18
  31. data/lib/mx-platform-ruby/models/authorization_code_response_body.rb +14 -18
  32. data/lib/mx-platform-ruby/models/categories_response_body.rb +14 -18
  33. data/lib/mx-platform-ruby/models/category_create_request.rb +16 -18
  34. data/lib/mx-platform-ruby/models/category_create_request_body.rb +14 -18
  35. data/lib/mx-platform-ruby/models/category_response.rb +14 -18
  36. data/lib/mx-platform-ruby/models/category_response_body.rb +14 -18
  37. data/lib/mx-platform-ruby/models/category_update_request.rb +14 -18
  38. data/lib/mx-platform-ruby/models/category_update_request_body.rb +14 -18
  39. data/lib/mx-platform-ruby/models/challenge_response.rb +14 -18
  40. data/lib/mx-platform-ruby/models/challenges_response_body.rb +14 -18
  41. data/lib/mx-platform-ruby/models/connect_widget_request.rb +14 -18
  42. data/lib/mx-platform-ruby/models/connect_widget_request_body.rb +14 -18
  43. data/lib/mx-platform-ruby/models/connect_widget_response.rb +14 -18
  44. data/lib/mx-platform-ruby/models/connect_widget_response_body.rb +14 -18
  45. data/lib/mx-platform-ruby/models/credential_request.rb +14 -18
  46. data/lib/mx-platform-ruby/models/credential_response.rb +14 -18
  47. data/lib/mx-platform-ruby/models/credentials_response_body.rb +14 -18
  48. data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +14 -18
  49. data/lib/mx-platform-ruby/models/enhance_transactions_request.rb +18 -18
  50. data/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb +14 -18
  51. data/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +14 -18
  52. data/lib/mx-platform-ruby/models/holding_response.rb +14 -18
  53. data/lib/mx-platform-ruby/models/holding_response_body.rb +14 -18
  54. data/lib/mx-platform-ruby/models/holdings_response_body.rb +14 -18
  55. data/lib/mx-platform-ruby/models/image_option_response.rb +14 -18
  56. data/lib/mx-platform-ruby/models/institution_response.rb +14 -18
  57. data/lib/mx-platform-ruby/models/institution_response_body.rb +14 -18
  58. data/lib/mx-platform-ruby/models/institutions_response_body.rb +14 -18
  59. data/lib/mx-platform-ruby/models/managed_account_create_request.rb +20 -18
  60. data/lib/mx-platform-ruby/models/managed_account_create_request_body.rb +14 -18
  61. data/lib/mx-platform-ruby/models/managed_account_update_request.rb +14 -18
  62. data/lib/mx-platform-ruby/models/managed_account_update_request_body.rb +14 -18
  63. data/lib/mx-platform-ruby/models/managed_member_create_request.rb +16 -18
  64. data/lib/mx-platform-ruby/models/managed_member_create_request_body.rb +14 -18
  65. data/lib/mx-platform-ruby/models/managed_member_update_request.rb +14 -18
  66. data/lib/mx-platform-ruby/models/managed_member_update_request_body.rb +14 -18
  67. data/lib/mx-platform-ruby/models/managed_transaction_create_request.rb +24 -18
  68. data/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb +14 -18
  69. data/lib/mx-platform-ruby/models/managed_transaction_update_request.rb +14 -18
  70. data/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb +14 -18
  71. data/lib/mx-platform-ruby/models/member_create_request.rb +18 -18
  72. data/lib/mx-platform-ruby/models/member_create_request_body.rb +14 -18
  73. data/lib/mx-platform-ruby/models/member_response.rb +14 -18
  74. data/lib/mx-platform-ruby/models/member_response_body.rb +14 -18
  75. data/lib/mx-platform-ruby/models/member_resume_request.rb +14 -18
  76. data/lib/mx-platform-ruby/models/member_resume_request_body.rb +14 -18
  77. data/lib/mx-platform-ruby/models/member_status_response.rb +14 -18
  78. data/lib/mx-platform-ruby/models/member_status_response_body.rb +14 -18
  79. data/lib/mx-platform-ruby/models/member_update_request.rb +14 -18
  80. data/lib/mx-platform-ruby/models/member_update_request_body.rb +14 -18
  81. data/lib/mx-platform-ruby/models/members_response_body.rb +14 -18
  82. data/lib/mx-platform-ruby/models/merchant_location_response.rb +14 -18
  83. data/lib/mx-platform-ruby/models/merchant_location_response_body.rb +14 -18
  84. data/lib/mx-platform-ruby/models/merchant_response.rb +14 -18
  85. data/lib/mx-platform-ruby/models/merchant_response_body.rb +14 -18
  86. data/lib/mx-platform-ruby/models/merchants_response_body.rb +14 -18
  87. data/lib/mx-platform-ruby/models/o_auth_window_response.rb +14 -18
  88. data/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +14 -18
  89. data/lib/mx-platform-ruby/models/option_response.rb +14 -18
  90. data/lib/mx-platform-ruby/models/pagination_response.rb +14 -18
  91. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb +14 -18
  92. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb +14 -18
  93. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb +14 -18
  94. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb +14 -18
  95. data/lib/mx-platform-ruby/models/spending_plan_account_response.rb +268 -0
  96. data/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb +225 -0
  97. data/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb +257 -0
  98. data/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb +326 -0
  99. data/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb +225 -0
  100. data/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb +285 -0
  101. data/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb +225 -0
  102. data/lib/mx-platform-ruby/models/spending_plan_response.rb +255 -0
  103. data/lib/mx-platform-ruby/models/spending_plans_response_body.rb +225 -0
  104. data/lib/mx-platform-ruby/models/statement_response.rb +14 -18
  105. data/lib/mx-platform-ruby/models/statement_response_body.rb +14 -18
  106. data/lib/mx-platform-ruby/models/statements_response_body.rb +14 -18
  107. data/lib/mx-platform-ruby/models/tag_create_request.rb +16 -18
  108. data/lib/mx-platform-ruby/models/tag_create_request_body.rb +14 -18
  109. data/lib/mx-platform-ruby/models/tag_response.rb +14 -18
  110. data/lib/mx-platform-ruby/models/tag_response_body.rb +14 -18
  111. data/lib/mx-platform-ruby/models/tag_update_request.rb +16 -18
  112. data/lib/mx-platform-ruby/models/tag_update_request_body.rb +14 -18
  113. data/lib/mx-platform-ruby/models/tagging_create_request.rb +18 -18
  114. data/lib/mx-platform-ruby/models/tagging_create_request_body.rb +14 -18
  115. data/lib/mx-platform-ruby/models/tagging_response.rb +14 -18
  116. data/lib/mx-platform-ruby/models/tagging_response_body.rb +14 -18
  117. data/lib/mx-platform-ruby/models/tagging_update_request.rb +16 -18
  118. data/lib/mx-platform-ruby/models/tagging_update_request_body.rb +14 -18
  119. data/lib/mx-platform-ruby/models/taggings_response_body.rb +14 -18
  120. data/lib/mx-platform-ruby/models/tags_response_body.rb +14 -18
  121. data/lib/mx-platform-ruby/models/tax_document_response.rb +14 -18
  122. data/lib/mx-platform-ruby/models/tax_document_response_body.rb +14 -18
  123. data/lib/mx-platform-ruby/models/tax_documents_response_body.rb +14 -18
  124. data/lib/mx-platform-ruby/models/transaction_response.rb +14 -18
  125. data/lib/mx-platform-ruby/models/transaction_response_body.rb +14 -18
  126. data/lib/mx-platform-ruby/models/transaction_rule_create_request.rb +18 -18
  127. data/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb +14 -18
  128. data/lib/mx-platform-ruby/models/transaction_rule_response.rb +14 -18
  129. data/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +14 -18
  130. data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +14 -18
  131. data/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb +14 -18
  132. data/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +14 -18
  133. data/lib/mx-platform-ruby/models/transaction_update_request.rb +16 -18
  134. data/lib/mx-platform-ruby/models/transaction_update_request_body.rb +14 -18
  135. data/lib/mx-platform-ruby/models/transactions_response_body.rb +14 -18
  136. data/lib/mx-platform-ruby/models/user_create_request.rb +14 -18
  137. data/lib/mx-platform-ruby/models/user_create_request_body.rb +14 -18
  138. data/lib/mx-platform-ruby/models/user_response.rb +14 -18
  139. data/lib/mx-platform-ruby/models/user_response_body.rb +14 -18
  140. data/lib/mx-platform-ruby/models/user_update_request.rb +14 -18
  141. data/lib/mx-platform-ruby/models/user_update_request_body.rb +14 -18
  142. data/lib/mx-platform-ruby/models/users_response_body.rb +14 -18
  143. data/lib/mx-platform-ruby/models/widget_request.rb +16 -18
  144. data/lib/mx-platform-ruby/models/widget_request_body.rb +14 -18
  145. data/lib/mx-platform-ruby/models/widget_response.rb +14 -18
  146. data/lib/mx-platform-ruby/models/widget_response_body.rb +14 -18
  147. data/lib/mx-platform-ruby/version.rb +2 -2
  148. data/lib/mx-platform-ruby.rb +10 -1
  149. data/mx-platform-ruby.gemspec +3 -2
  150. data/openapi/config.yml +1 -1
  151. data/openapitools.json +1 -1
  152. data/spec/api/mx_platform_api_spec.rb +304 -100
  153. data/spec/api_client_spec.rb +36 -1
  154. data/spec/configuration_spec.rb +41 -1
  155. data/spec/models/account_create_request_body_spec.rb +2 -2
  156. data/spec/models/account_create_request_spec.rb +22 -22
  157. data/spec/models/account_number_response_spec.rb +10 -10
  158. data/spec/models/account_numbers_response_body_spec.rb +3 -3
  159. data/spec/models/account_owner_response_spec.rb +15 -15
  160. data/spec/models/account_owners_response_body_spec.rb +3 -3
  161. data/spec/models/account_response_body_spec.rb +2 -2
  162. data/spec/models/account_response_spec.rb +57 -57
  163. data/spec/models/account_update_request_body_spec.rb +2 -2
  164. data/spec/models/account_update_request_spec.rb +22 -22
  165. data/spec/models/accounts_response_body_spec.rb +3 -3
  166. data/spec/models/authorization_code_request_body_spec.rb +2 -2
  167. data/spec/models/authorization_code_request_spec.rb +2 -2
  168. data/spec/models/authorization_code_response_body_spec.rb +2 -2
  169. data/spec/models/authorization_code_response_spec.rb +2 -2
  170. data/spec/models/categories_response_body_spec.rb +3 -3
  171. data/spec/models/category_create_request_body_spec.rb +2 -2
  172. data/spec/models/category_create_request_spec.rb +4 -4
  173. data/spec/models/category_response_body_spec.rb +2 -2
  174. data/spec/models/category_response_spec.rb +9 -9
  175. data/spec/models/category_update_request_body_spec.rb +2 -2
  176. data/spec/models/category_update_request_spec.rb +3 -3
  177. data/spec/models/challenge_response_spec.rb +8 -8
  178. data/spec/models/challenges_response_body_spec.rb +3 -3
  179. data/spec/models/connect_widget_request_body_spec.rb +2 -2
  180. data/spec/models/connect_widget_request_spec.rb +15 -15
  181. data/spec/models/connect_widget_response_body_spec.rb +2 -2
  182. data/spec/models/connect_widget_response_spec.rb +3 -3
  183. data/spec/models/credential_request_spec.rb +3 -3
  184. data/spec/models/credential_response_spec.rb +7 -7
  185. data/spec/models/credentials_response_body_spec.rb +3 -3
  186. data/spec/models/enhance_transaction_response_spec.rb +24 -24
  187. data/spec/models/enhance_transactions_request_body_spec.rb +2 -2
  188. data/spec/models/enhance_transactions_request_spec.rb +8 -8
  189. data/spec/models/enhance_transactions_response_body_spec.rb +2 -2
  190. data/spec/models/holding_response_body_spec.rb +2 -2
  191. data/spec/models/holding_response_spec.rb +20 -20
  192. data/spec/models/holdings_response_body_spec.rb +3 -3
  193. data/spec/models/image_option_response_spec.rb +4 -4
  194. data/spec/models/institution_response_body_spec.rb +2 -2
  195. data/spec/models/institution_response_spec.rb +15 -15
  196. data/spec/models/institutions_response_body_spec.rb +3 -3
  197. data/spec/models/managed_account_create_request_body_spec.rb +2 -2
  198. data/spec/models/managed_account_create_request_spec.rb +32 -32
  199. data/spec/models/managed_account_update_request_body_spec.rb +2 -2
  200. data/spec/models/managed_account_update_request_spec.rb +32 -32
  201. data/spec/models/managed_member_create_request_body_spec.rb +2 -2
  202. data/spec/models/managed_member_create_request_spec.rb +5 -5
  203. data/spec/models/managed_member_update_request_body_spec.rb +2 -2
  204. data/spec/models/managed_member_update_request_spec.rb +4 -4
  205. data/spec/models/managed_transaction_create_request_body_spec.rb +2 -2
  206. data/spec/models/managed_transaction_create_request_spec.rb +21 -21
  207. data/spec/models/managed_transaction_update_request_body_spec.rb +2 -2
  208. data/spec/models/managed_transaction_update_request_spec.rb +21 -21
  209. data/spec/models/member_create_request_body_spec.rb +6 -6
  210. data/spec/models/member_create_request_spec.rb +8 -8
  211. data/spec/models/member_response_body_spec.rb +2 -2
  212. data/spec/models/member_response_spec.rb +16 -16
  213. data/spec/models/member_resume_request_body_spec.rb +2 -2
  214. data/spec/models/member_resume_request_spec.rb +2 -2
  215. data/spec/models/member_status_response_body_spec.rb +2 -2
  216. data/spec/models/member_status_response_spec.rb +10 -10
  217. data/spec/models/member_update_request_body_spec.rb +2 -2
  218. data/spec/models/member_update_request_spec.rb +6 -6
  219. data/spec/models/members_response_body_spec.rb +3 -3
  220. data/spec/models/merchant_location_response_body_spec.rb +2 -2
  221. data/spec/models/merchant_location_response_spec.rb +13 -13
  222. data/spec/models/merchant_response_body_spec.rb +2 -2
  223. data/spec/models/merchant_response_spec.rb +7 -7
  224. data/spec/models/merchants_response_body_spec.rb +3 -3
  225. data/spec/models/o_auth_window_response_body_spec.rb +2 -2
  226. data/spec/models/o_auth_window_response_spec.rb +3 -3
  227. data/spec/models/option_response_spec.rb +3 -3
  228. data/spec/models/pagination_response_spec.rb +5 -5
  229. data/spec/models/payment_processor_authorization_code_request_body_spec.rb +2 -2
  230. data/spec/models/payment_processor_authorization_code_request_spec.rb +4 -4
  231. data/spec/models/payment_processor_authorization_code_response_body_spec.rb +2 -2
  232. data/spec/models/payment_processor_authorization_code_response_spec.rb +2 -2
  233. data/spec/models/spending_plan_account_response_spec.rb +70 -0
  234. data/spec/models/spending_plan_accounts_response_spec.rb +40 -0
  235. data/spec/models/spending_plan_iteration_item_create_request_body_spec.rb +58 -0
  236. data/spec/models/spending_plan_iteration_item_response_spec.rb +100 -0
  237. data/spec/models/spending_plan_iteration_items_response_body_spec.rb +40 -0
  238. data/spec/models/spending_plan_iteration_response_spec.rb +76 -0
  239. data/spec/models/spending_plan_iterations_response_spec.rb +40 -0
  240. data/spec/models/spending_plan_response_spec.rb +58 -0
  241. data/spec/models/spending_plans_response_body_spec.rb +40 -0
  242. data/spec/models/statement_response_body_spec.rb +2 -2
  243. data/spec/models/statement_response_spec.rb +9 -9
  244. data/spec/models/statements_response_body_spec.rb +3 -3
  245. data/spec/models/tag_create_request_body_spec.rb +2 -2
  246. data/spec/models/tag_create_request_spec.rb +2 -2
  247. data/spec/models/tag_response_body_spec.rb +2 -2
  248. data/spec/models/tag_response_spec.rb +4 -4
  249. data/spec/models/tag_update_request_body_spec.rb +2 -2
  250. data/spec/models/tag_update_request_spec.rb +2 -2
  251. data/spec/models/tagging_create_request_body_spec.rb +2 -2
  252. data/spec/models/tagging_create_request_spec.rb +3 -3
  253. data/spec/models/tagging_response_body_spec.rb +2 -2
  254. data/spec/models/tagging_response_spec.rb +6 -6
  255. data/spec/models/tagging_update_request_body_spec.rb +2 -2
  256. data/spec/models/tagging_update_request_spec.rb +2 -2
  257. data/spec/models/taggings_response_body_spec.rb +3 -3
  258. data/spec/models/tags_response_body_spec.rb +3 -3
  259. data/spec/models/tax_document_response_body_spec.rb +2 -2
  260. data/spec/models/tax_document_response_spec.rb +11 -11
  261. data/spec/models/tax_documents_response_body_spec.rb +3 -3
  262. data/spec/models/transaction_response_body_spec.rb +2 -2
  263. data/spec/models/transaction_response_spec.rb +44 -44
  264. data/spec/models/transaction_rule_create_request_body_spec.rb +2 -2
  265. data/spec/models/transaction_rule_create_request_spec.rb +4 -4
  266. data/spec/models/transaction_rule_response_body_spec.rb +2 -2
  267. data/spec/models/transaction_rule_response_spec.rb +8 -8
  268. data/spec/models/transaction_rule_update_request_body_spec.rb +2 -2
  269. data/spec/models/transaction_rule_update_request_spec.rb +4 -4
  270. data/spec/models/transaction_rules_response_body_spec.rb +3 -3
  271. data/spec/models/transaction_update_request_body_spec.rb +2 -2
  272. data/spec/models/transaction_update_request_spec.rb +2 -2
  273. data/spec/models/transactions_response_body_spec.rb +3 -3
  274. data/spec/models/user_create_request_body_spec.rb +2 -2
  275. data/spec/models/user_create_request_spec.rb +5 -5
  276. data/spec/models/user_response_body_spec.rb +2 -2
  277. data/spec/models/user_response_spec.rb +6 -6
  278. data/spec/models/user_update_request_body_spec.rb +2 -2
  279. data/spec/models/user_update_request_spec.rb +5 -5
  280. data/spec/models/users_response_body_spec.rb +3 -3
  281. data/spec/models/widget_request_body_spec.rb +2 -2
  282. data/spec/models/widget_request_spec.rb +17 -17
  283. data/spec/models/widget_response_body_spec.rb +2 -2
  284. data/spec/models/widget_response_spec.rb +4 -4
  285. data/spec/spec_helper.rb +1 -1
  286. metadata +170 -119
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 7.0.1
10
10
 
11
11
  =end
12
12
 
@@ -41,7 +41,7 @@ describe 'MxPlatformApi' do
41
41
  # @return [MemberResponseBody]
42
42
  describe 'aggregate_member test' do
43
43
  it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
@@ -54,7 +54,7 @@ describe 'MxPlatformApi' do
54
54
  # @return [MemberResponseBody]
55
55
  describe 'check_balances test' do
56
56
  it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
58
58
  end
59
59
  end
60
60
 
@@ -67,7 +67,7 @@ describe 'MxPlatformApi' do
67
67
  # @return [CategoryResponseBody]
68
68
  describe 'create_category test' do
69
69
  it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
71
71
  end
72
72
  end
73
73
 
@@ -81,7 +81,7 @@ describe 'MxPlatformApi' do
81
81
  # @return [AccountResponseBody]
82
82
  describe 'create_managed_account test' do
83
83
  it 'should work' do
84
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
85
  end
86
86
  end
87
87
 
@@ -94,7 +94,7 @@ describe 'MxPlatformApi' do
94
94
  # @return [MemberResponseBody]
95
95
  describe 'create_managed_member test' do
96
96
  it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
98
98
  end
99
99
  end
100
100
 
@@ -109,7 +109,7 @@ describe 'MxPlatformApi' do
109
109
  # @return [TransactionResponseBody]
110
110
  describe 'create_managed_transaction test' do
111
111
  it 'should work' do
112
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
113
  end
114
114
  end
115
115
 
@@ -122,7 +122,7 @@ describe 'MxPlatformApi' do
122
122
  # @return [AccountResponseBody]
123
123
  describe 'create_manual_account test' do
124
124
  it 'should work' do
125
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
125
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
126
126
  end
127
127
  end
128
128
 
@@ -135,7 +135,33 @@ describe 'MxPlatformApi' do
135
135
  # @return [MemberResponseBody]
136
136
  describe 'create_member test' do
137
137
  it 'should work' do
138
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
138
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
139
+ end
140
+ end
141
+
142
+ # unit tests for create_spending_plan
143
+ # Create spending plan
144
+ # This endpoint creates a new `spending_plan` for the user.
145
+ # @param user_guid The unique id for a `user`.
146
+ # @param [Hash] opts the optional parameters
147
+ # @return [SpendingPlanResponse]
148
+ describe 'create_spending_plan test' do
149
+ it 'should work' do
150
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
151
+ end
152
+ end
153
+
154
+ # unit tests for create_spending_plan_iteration_item
155
+ # Create spending plan iteration item
156
+ # This endpoint creates a new `spending_plan_iteration_item`.
157
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
158
+ # @param user_guid The unique id for a `user`.
159
+ # @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameters (planned_amount)
160
+ # @param [Hash] opts the optional parameters
161
+ # @return [SpendingPlanIterationItemResponse]
162
+ describe 'create_spending_plan_iteration_item test' do
163
+ it 'should work' do
164
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
139
165
  end
140
166
  end
141
167
 
@@ -148,7 +174,7 @@ describe 'MxPlatformApi' do
148
174
  # @return [TagResponseBody]
149
175
  describe 'create_tag test' do
150
176
  it 'should work' do
151
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
177
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
152
178
  end
153
179
  end
154
180
 
@@ -161,7 +187,7 @@ describe 'MxPlatformApi' do
161
187
  # @return [TaggingResponseBody]
162
188
  describe 'create_tagging test' do
163
189
  it 'should work' do
164
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
165
191
  end
166
192
  end
167
193
 
@@ -174,7 +200,7 @@ describe 'MxPlatformApi' do
174
200
  # @return [TransactionRuleResponseBody]
175
201
  describe 'create_transaction_rule test' do
176
202
  it 'should work' do
177
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
203
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
178
204
  end
179
205
  end
180
206
 
@@ -186,7 +212,7 @@ describe 'MxPlatformApi' do
186
212
  # @return [UserResponseBody]
187
213
  describe 'create_user test' do
188
214
  it 'should work' do
189
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
215
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
190
216
  end
191
217
  end
192
218
 
@@ -199,7 +225,7 @@ describe 'MxPlatformApi' do
199
225
  # @return [nil]
200
226
  describe 'delete_category test' do
201
227
  it 'should work' do
202
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
228
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
203
229
  end
204
230
  end
205
231
 
@@ -213,7 +239,7 @@ describe 'MxPlatformApi' do
213
239
  # @return [nil]
214
240
  describe 'delete_managed_account test' do
215
241
  it 'should work' do
216
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
242
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
217
243
  end
218
244
  end
219
245
 
@@ -226,7 +252,7 @@ describe 'MxPlatformApi' do
226
252
  # @return [nil]
227
253
  describe 'delete_managed_member test' do
228
254
  it 'should work' do
229
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
255
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
230
256
  end
231
257
  end
232
258
 
@@ -241,7 +267,7 @@ describe 'MxPlatformApi' do
241
267
  # @return [nil]
242
268
  describe 'delete_managed_transaction test' do
243
269
  it 'should work' do
244
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
270
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
245
271
  end
246
272
  end
247
273
 
@@ -254,7 +280,7 @@ describe 'MxPlatformApi' do
254
280
  # @return [nil]
255
281
  describe 'delete_manual_account test' do
256
282
  it 'should work' do
257
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
283
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
258
284
  end
259
285
  end
260
286
 
@@ -267,7 +293,48 @@ describe 'MxPlatformApi' do
267
293
  # @return [nil]
268
294
  describe 'delete_member test' do
269
295
  it 'should work' do
270
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
296
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
297
+ end
298
+ end
299
+
300
+ # unit tests for delete_spending_plan
301
+ # Delete spending plan
302
+ # Use this endpoint to delete a user's `spending_plan`.
303
+ # @param user_guid The unique ID for a `user`.
304
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
305
+ # @param [Hash] opts the optional parameters
306
+ # @return [nil]
307
+ describe 'delete_spending_plan test' do
308
+ it 'should work' do
309
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
310
+ end
311
+ end
312
+
313
+ # unit tests for delete_spending_plan_account
314
+ # Delete spending plan account
315
+ # Use this endpoint to delete a `spending_plan_account`.
316
+ # @param user_guid The unique ID for a `user`.
317
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
318
+ # @param spending_plan_account_guid The unique ID for the specified account.
319
+ # @param [Hash] opts the optional parameters
320
+ # @return [nil]
321
+ describe 'delete_spending_plan_account test' do
322
+ it 'should work' do
323
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
324
+ end
325
+ end
326
+
327
+ # unit tests for delete_spending_plan_iteration_item
328
+ # Delete spending plan iteration item
329
+ # Use this endpoint to delete a spending plan `iteration_item`.
330
+ # @param user_guid The unique ID for a `user`.
331
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
332
+ # @param iteration_item_guid The unique ID for the `iteration_item`.
333
+ # @param [Hash] opts the optional parameters
334
+ # @return [nil]
335
+ describe 'delete_spending_plan_iteration_item test' do
336
+ it 'should work' do
337
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
271
338
  end
272
339
  end
273
340
 
@@ -280,7 +347,7 @@ describe 'MxPlatformApi' do
280
347
  # @return [nil]
281
348
  describe 'delete_tag test' do
282
349
  it 'should work' do
283
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
350
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
284
351
  end
285
352
  end
286
353
 
@@ -293,7 +360,7 @@ describe 'MxPlatformApi' do
293
360
  # @return [nil]
294
361
  describe 'delete_tagging test' do
295
362
  it 'should work' do
296
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
363
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
297
364
  end
298
365
  end
299
366
 
@@ -306,7 +373,7 @@ describe 'MxPlatformApi' do
306
373
  # @return [nil]
307
374
  describe 'delete_transaction_rule test' do
308
375
  it 'should work' do
309
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
376
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
310
377
  end
311
378
  end
312
379
 
@@ -318,7 +385,7 @@ describe 'MxPlatformApi' do
318
385
  # @return [nil]
319
386
  describe 'delete_user test' do
320
387
  it 'should work' do
321
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
388
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
322
389
  end
323
390
  end
324
391
 
@@ -330,7 +397,7 @@ describe 'MxPlatformApi' do
330
397
  # @return [PaymentProcessorAuthorizationCodeResponseBody]
331
398
  describe 'deprecated_request_payment_processor_authorization_code test' do
332
399
  it 'should work' do
333
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
400
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
334
401
  end
335
402
  end
336
403
 
@@ -344,7 +411,7 @@ describe 'MxPlatformApi' do
344
411
  # @return [File]
345
412
  describe 'download_statement_pdf test' do
346
413
  it 'should work' do
347
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
414
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
348
415
  end
349
416
  end
350
417
 
@@ -358,7 +425,7 @@ describe 'MxPlatformApi' do
358
425
  # @return [File]
359
426
  describe 'download_tax_document test' do
360
427
  it 'should work' do
361
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
428
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
362
429
  end
363
430
  end
364
431
 
@@ -370,7 +437,7 @@ describe 'MxPlatformApi' do
370
437
  # @return [EnhanceTransactionsResponseBody]
371
438
  describe 'enhance_transactions test' do
372
439
  it 'should work' do
373
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
440
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
374
441
  end
375
442
  end
376
443
 
@@ -383,7 +450,7 @@ describe 'MxPlatformApi' do
383
450
  # @return [MemberResponseBody]
384
451
  describe 'extend_history test' do
385
452
  it 'should work' do
386
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
453
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
387
454
  end
388
455
  end
389
456
 
@@ -396,7 +463,7 @@ describe 'MxPlatformApi' do
396
463
  # @return [MemberResponseBody]
397
464
  describe 'fetch_statements test' do
398
465
  it 'should work' do
399
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
466
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
400
467
  end
401
468
  end
402
469
 
@@ -409,7 +476,7 @@ describe 'MxPlatformApi' do
409
476
  # @return [MemberResponseBody]
410
477
  describe 'fetch_tax_documents test' do
411
478
  it 'should work' do
412
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
479
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
413
480
  end
414
481
  end
415
482
 
@@ -422,7 +489,7 @@ describe 'MxPlatformApi' do
422
489
  # @return [MemberResponseBody]
423
490
  describe 'identify_member test' do
424
491
  it 'should work' do
425
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
492
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
426
493
  end
427
494
  end
428
495
 
@@ -437,7 +504,7 @@ describe 'MxPlatformApi' do
437
504
  # @return [AccountNumbersResponseBody]
438
505
  describe 'list_account_numbers_by_account test' do
439
506
  it 'should work' do
440
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
507
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
441
508
  end
442
509
  end
443
510
 
@@ -452,7 +519,7 @@ describe 'MxPlatformApi' do
452
519
  # @return [AccountNumbersResponseBody]
453
520
  describe 'list_account_numbers_by_member test' do
454
521
  it 'should work' do
455
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
522
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
456
523
  end
457
524
  end
458
525
 
@@ -467,7 +534,7 @@ describe 'MxPlatformApi' do
467
534
  # @return [AccountOwnersResponseBody]
468
535
  describe 'list_account_owners_by_member test' do
469
536
  it 'should work' do
470
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
537
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
471
538
  end
472
539
  end
473
540
 
@@ -481,7 +548,7 @@ describe 'MxPlatformApi' do
481
548
  # @return [CategoriesResponseBody]
482
549
  describe 'list_categories test' do
483
550
  it 'should work' do
484
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
551
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
485
552
  end
486
553
  end
487
554
 
@@ -494,7 +561,7 @@ describe 'MxPlatformApi' do
494
561
  # @return [CategoriesResponseBody]
495
562
  describe 'list_default_categories test' do
496
563
  it 'should work' do
497
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
564
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
498
565
  end
499
566
  end
500
567
 
@@ -508,7 +575,7 @@ describe 'MxPlatformApi' do
508
575
  # @return [CategoriesResponseBody]
509
576
  describe 'list_default_categories_by_user test' do
510
577
  it 'should work' do
511
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
578
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
512
579
  end
513
580
  end
514
581
 
@@ -521,7 +588,7 @@ describe 'MxPlatformApi' do
521
588
  # @return [InstitutionsResponseBody]
522
589
  describe 'list_favorite_institutions test' do
523
590
  it 'should work' do
524
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
591
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
525
592
  end
526
593
  end
527
594
 
@@ -537,7 +604,7 @@ describe 'MxPlatformApi' do
537
604
  # @return [HoldingsResponseBody]
538
605
  describe 'list_holdings test' do
539
606
  it 'should work' do
540
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
607
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
541
608
  end
542
609
  end
543
610
 
@@ -554,7 +621,7 @@ describe 'MxPlatformApi' do
554
621
  # @return [HoldingsResponseBody]
555
622
  describe 'list_holdings_by_account test' do
556
623
  it 'should work' do
557
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
624
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
558
625
  end
559
626
  end
560
627
 
@@ -571,7 +638,7 @@ describe 'MxPlatformApi' do
571
638
  # @return [HoldingsResponseBody]
572
639
  describe 'list_holdings_by_member test' do
573
640
  it 'should work' do
574
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
641
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
575
642
  end
576
643
  end
577
644
 
@@ -585,7 +652,7 @@ describe 'MxPlatformApi' do
585
652
  # @return [CredentialsResponseBody]
586
653
  describe 'list_institution_credentials test' do
587
654
  it 'should work' do
588
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
655
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
589
656
  end
590
657
  end
591
658
 
@@ -603,7 +670,7 @@ describe 'MxPlatformApi' do
603
670
  # @return [InstitutionsResponseBody]
604
671
  describe 'list_institutions test' do
605
672
  it 'should work' do
606
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
673
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
607
674
  end
608
675
  end
609
676
 
@@ -618,7 +685,7 @@ describe 'MxPlatformApi' do
618
685
  # @return [AccountsResponseBody]
619
686
  describe 'list_managed_accounts test' do
620
687
  it 'should work' do
621
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
688
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
622
689
  end
623
690
  end
624
691
 
@@ -631,7 +698,7 @@ describe 'MxPlatformApi' do
631
698
  # @return [InstitutionsResponseBody]
632
699
  describe 'list_managed_institutions test' do
633
700
  it 'should work' do
634
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
701
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
635
702
  end
636
703
  end
637
704
 
@@ -645,7 +712,7 @@ describe 'MxPlatformApi' do
645
712
  # @return [MembersResponseBody]
646
713
  describe 'list_managed_members test' do
647
714
  it 'should work' do
648
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
715
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
649
716
  end
650
717
  end
651
718
 
@@ -661,7 +728,7 @@ describe 'MxPlatformApi' do
661
728
  # @return [TransactionsResponseBody]
662
729
  describe 'list_managed_transactions test' do
663
730
  it 'should work' do
664
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
731
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
665
732
  end
666
733
  end
667
734
 
@@ -677,7 +744,7 @@ describe 'MxPlatformApi' do
677
744
  # @return [AccountsResponseBody]
678
745
  describe 'list_member_accounts test' do
679
746
  it 'should work' do
680
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
747
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
681
748
  end
682
749
  end
683
750
 
@@ -692,7 +759,7 @@ describe 'MxPlatformApi' do
692
759
  # @return [ChallengesResponseBody]
693
760
  describe 'list_member_challenges test' do
694
761
  it 'should work' do
695
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
762
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
696
763
  end
697
764
  end
698
765
 
@@ -707,7 +774,7 @@ describe 'MxPlatformApi' do
707
774
  # @return [CredentialsResponseBody]
708
775
  describe 'list_member_credentials test' do
709
776
  it 'should work' do
710
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
777
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
711
778
  end
712
779
  end
713
780
 
@@ -721,7 +788,7 @@ describe 'MxPlatformApi' do
721
788
  # @return [MembersResponseBody]
722
789
  describe 'list_members test' do
723
790
  it 'should work' do
724
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
791
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
725
792
  end
726
793
  end
727
794
 
@@ -734,7 +801,66 @@ describe 'MxPlatformApi' do
734
801
  # @return [MerchantsResponseBody]
735
802
  describe 'list_merchants test' do
736
803
  it 'should work' do
737
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
804
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
805
+ end
806
+ end
807
+
808
+ # unit tests for list_spending_plan_accounts
809
+ # List spending plan accounts
810
+ # Use this endpoint to list all the spending plan accounts associated with the spending plan.
811
+ # @param user_guid The unique id for a `user`.
812
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
813
+ # @param [Hash] opts the optional parameters
814
+ # @option opts [Integer] :page Specify current page.
815
+ # @option opts [Integer] :records_per_page Specify records per page.
816
+ # @return [SpendingPlanAccountsResponse]
817
+ describe 'list_spending_plan_accounts test' do
818
+ it 'should work' do
819
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
820
+ end
821
+ end
822
+
823
+ # unit tests for list_spending_plan_iteration_items
824
+ # List spending plan iteration items
825
+ # Use this endpoint to list all the spending plan `iteration_items` associated with the `iteration`.
826
+ # @param user_guid The unique id for a `user`.
827
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
828
+ # @param [Hash] opts the optional parameters
829
+ # @option opts [Integer] :page Specify current page.
830
+ # @option opts [Integer] :records_per_page Specify records per page.
831
+ # @return [SpendingPlanIterationItemsResponseBody]
832
+ describe 'list_spending_plan_iteration_items test' do
833
+ it 'should work' do
834
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
835
+ end
836
+ end
837
+
838
+ # unit tests for list_spending_plan_iterations
839
+ # List spending plan iterations
840
+ # Use this endpoint to list all the spending plan `iterations` associated with the `spending_plan`.
841
+ # @param user_guid The unique id for a `user`.
842
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
843
+ # @param [Hash] opts the optional parameters
844
+ # @option opts [Integer] :page Specify current page.
845
+ # @option opts [Integer] :records_per_page Specify records per page.
846
+ # @return [SpendingPlanIterationsResponse]
847
+ describe 'list_spending_plan_iterations test' do
848
+ it 'should work' do
849
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
850
+ end
851
+ end
852
+
853
+ # unit tests for list_spending_plans
854
+ # List spending plans
855
+ # Use this endpoint to list all the spending plans associated with the user.
856
+ # @param user_guid The unique id for a `user`.
857
+ # @param [Hash] opts the optional parameters
858
+ # @option opts [Integer] :page Specify current page.
859
+ # @option opts [Integer] :records_per_page Specify records per page.
860
+ # @return [SpendingPlansResponseBody]
861
+ describe 'list_spending_plans test' do
862
+ it 'should work' do
863
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
738
864
  end
739
865
  end
740
866
 
@@ -749,7 +875,7 @@ describe 'MxPlatformApi' do
749
875
  # @return [StatementsResponseBody]
750
876
  describe 'list_statements_by_member test' do
751
877
  it 'should work' do
752
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
878
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
753
879
  end
754
880
  end
755
881
 
@@ -763,7 +889,7 @@ describe 'MxPlatformApi' do
763
889
  # @return [TaggingsResponseBody]
764
890
  describe 'list_taggings test' do
765
891
  it 'should work' do
766
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
892
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
767
893
  end
768
894
  end
769
895
 
@@ -777,7 +903,7 @@ describe 'MxPlatformApi' do
777
903
  # @return [TagsResponseBody]
778
904
  describe 'list_tags test' do
779
905
  it 'should work' do
780
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
906
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
781
907
  end
782
908
  end
783
909
 
@@ -792,7 +918,7 @@ describe 'MxPlatformApi' do
792
918
  # @return [TaxDocumentsResponseBody]
793
919
  describe 'list_tax_documents test' do
794
920
  it 'should work' do
795
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
921
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
796
922
  end
797
923
  end
798
924
 
@@ -806,7 +932,7 @@ describe 'MxPlatformApi' do
806
932
  # @return [TransactionRulesResponseBody]
807
933
  describe 'list_transaction_rules test' do
808
934
  it 'should work' do
809
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
935
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
810
936
  end
811
937
  end
812
938
 
@@ -822,7 +948,7 @@ describe 'MxPlatformApi' do
822
948
  # @return [TransactionsResponseBody]
823
949
  describe 'list_transactions test' do
824
950
  it 'should work' do
825
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
951
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
826
952
  end
827
953
  end
828
954
 
@@ -839,7 +965,7 @@ describe 'MxPlatformApi' do
839
965
  # @return [TransactionsResponseBody]
840
966
  describe 'list_transactions_by_account test' do
841
967
  it 'should work' do
842
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
968
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
843
969
  end
844
970
  end
845
971
 
@@ -856,7 +982,7 @@ describe 'MxPlatformApi' do
856
982
  # @return [TransactionsResponseBody]
857
983
  describe 'list_transactions_by_member test' do
858
984
  it 'should work' do
859
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
985
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
860
986
  end
861
987
  end
862
988
 
@@ -873,7 +999,7 @@ describe 'MxPlatformApi' do
873
999
  # @return [TransactionsResponseBody]
874
1000
  describe 'list_transactions_by_tag test' do
875
1001
  it 'should work' do
876
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1002
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
877
1003
  end
878
1004
  end
879
1005
 
@@ -889,7 +1015,7 @@ describe 'MxPlatformApi' do
889
1015
  # @return [AccountsResponseBody]
890
1016
  describe 'list_user_accounts test' do
891
1017
  it 'should work' do
892
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1018
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
893
1019
  end
894
1020
  end
895
1021
 
@@ -905,7 +1031,7 @@ describe 'MxPlatformApi' do
905
1031
  # @return [UsersResponseBody]
906
1032
  describe 'list_users test' do
907
1033
  it 'should work' do
908
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1034
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
909
1035
  end
910
1036
  end
911
1037
 
@@ -918,7 +1044,7 @@ describe 'MxPlatformApi' do
918
1044
  # @return [AccountResponseBody]
919
1045
  describe 'read_account test' do
920
1046
  it 'should work' do
921
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1047
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
922
1048
  end
923
1049
  end
924
1050
 
@@ -932,7 +1058,7 @@ describe 'MxPlatformApi' do
932
1058
  # @return [AccountResponseBody]
933
1059
  describe 'read_account_by_member test' do
934
1060
  it 'should work' do
935
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1061
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
936
1062
  end
937
1063
  end
938
1064
 
@@ -945,7 +1071,7 @@ describe 'MxPlatformApi' do
945
1071
  # @return [CategoryResponseBody]
946
1072
  describe 'read_category test' do
947
1073
  it 'should work' do
948
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1074
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
949
1075
  end
950
1076
  end
951
1077
 
@@ -957,7 +1083,7 @@ describe 'MxPlatformApi' do
957
1083
  # @return [CategoryResponseBody]
958
1084
  describe 'read_default_category test' do
959
1085
  it 'should work' do
960
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1086
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
961
1087
  end
962
1088
  end
963
1089
 
@@ -970,7 +1096,7 @@ describe 'MxPlatformApi' do
970
1096
  # @return [HoldingResponseBody]
971
1097
  describe 'read_holding test' do
972
1098
  it 'should work' do
973
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1099
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
974
1100
  end
975
1101
  end
976
1102
 
@@ -982,7 +1108,7 @@ describe 'MxPlatformApi' do
982
1108
  # @return [InstitutionResponseBody]
983
1109
  describe 'read_institution test' do
984
1110
  it 'should work' do
985
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1111
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
986
1112
  end
987
1113
  end
988
1114
 
@@ -996,7 +1122,7 @@ describe 'MxPlatformApi' do
996
1122
  # @return [AccountResponseBody]
997
1123
  describe 'read_managed_account test' do
998
1124
  it 'should work' do
999
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1125
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1000
1126
  end
1001
1127
  end
1002
1128
 
@@ -1009,7 +1135,7 @@ describe 'MxPlatformApi' do
1009
1135
  # @return [MemberResponseBody]
1010
1136
  describe 'read_managed_member test' do
1011
1137
  it 'should work' do
1012
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1138
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1013
1139
  end
1014
1140
  end
1015
1141
 
@@ -1024,7 +1150,7 @@ describe 'MxPlatformApi' do
1024
1150
  # @return [TransactionResponseBody]
1025
1151
  describe 'read_managed_transaction test' do
1026
1152
  it 'should work' do
1027
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1153
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1028
1154
  end
1029
1155
  end
1030
1156
 
@@ -1037,7 +1163,7 @@ describe 'MxPlatformApi' do
1037
1163
  # @return [MemberResponseBody]
1038
1164
  describe 'read_member test' do
1039
1165
  it 'should work' do
1040
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1166
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1041
1167
  end
1042
1168
  end
1043
1169
 
@@ -1050,7 +1176,7 @@ describe 'MxPlatformApi' do
1050
1176
  # @return [MemberStatusResponseBody]
1051
1177
  describe 'read_member_status test' do
1052
1178
  it 'should work' do
1053
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1179
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1054
1180
  end
1055
1181
  end
1056
1182
 
@@ -1062,7 +1188,7 @@ describe 'MxPlatformApi' do
1062
1188
  # @return [MerchantResponseBody]
1063
1189
  describe 'read_merchant test' do
1064
1190
  it 'should work' do
1065
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1191
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1066
1192
  end
1067
1193
  end
1068
1194
 
@@ -1074,7 +1200,70 @@ describe 'MxPlatformApi' do
1074
1200
  # @return [MerchantLocationResponseBody]
1075
1201
  describe 'read_merchant_location test' do
1076
1202
  it 'should work' do
1077
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1203
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1204
+ end
1205
+ end
1206
+
1207
+ # unit tests for read_spending_plan_account
1208
+ # Read spending plan account
1209
+ # Use this endpoint to read the attributes of a specific spending plan account according to its unique GUID.
1210
+ # @param user_guid The unique id for a `user`.
1211
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
1212
+ # @param spending_plan_account_guid The unique ID for the specified account.
1213
+ # @param [Hash] opts the optional parameters
1214
+ # @option opts [Integer] :page Specify current page.
1215
+ # @option opts [Integer] :records_per_page Specify records per page.
1216
+ # @return [SpendingPlanAccountResponse]
1217
+ describe 'read_spending_plan_account test' do
1218
+ it 'should work' do
1219
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1220
+ end
1221
+ end
1222
+
1223
+ # unit tests for read_spending_plan_iteration
1224
+ # Read a spending plan iteration
1225
+ # Use this endpoint to read the attributes of a specific spending plan `iteration` according to its `iteration_number`.
1226
+ # @param user_guid The unique id for a `user`.
1227
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
1228
+ # @param iteration_number The current iteration number for the spending plan `iteration``.
1229
+ # @param [Hash] opts the optional parameters
1230
+ # @option opts [Integer] :page Specify current page.
1231
+ # @option opts [Integer] :records_per_page Specify records per page.
1232
+ # @return [SpendingPlanIterationResponse]
1233
+ describe 'read_spending_plan_iteration test' do
1234
+ it 'should work' do
1235
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1236
+ end
1237
+ end
1238
+
1239
+ # unit tests for read_spending_plan_iteration_item
1240
+ # Read a spending plan iteration item
1241
+ # Use this endpoint to read the attributes of a specific spending plan `iteration_item` according to its unique GUID.
1242
+ # @param user_guid The unique id for a `user`.
1243
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
1244
+ # @param iteration_item_guid The unique ID for the `iteration_item`.
1245
+ # @param [Hash] opts the optional parameters
1246
+ # @option opts [Integer] :page Specify current page.
1247
+ # @option opts [Integer] :records_per_page Specify records per page.
1248
+ # @return [SpendingPlanIterationItemResponse]
1249
+ describe 'read_spending_plan_iteration_item test' do
1250
+ it 'should work' do
1251
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1252
+ end
1253
+ end
1254
+
1255
+ # unit tests for read_spending_plan_user
1256
+ # Read a spending plan for a user
1257
+ # Use this endpoint to read the attributes of a specific spending plan according to its unique GUID.
1258
+ # @param user_guid The unique id for a `user`.
1259
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
1260
+ # @param [Hash] opts the optional parameters
1261
+ # @option opts [Integer] :page Specify current page.
1262
+ # @option opts [Integer] :records_per_page Specify records per page.
1263
+ # @return [SpendingPlanResponse]
1264
+ describe 'read_spending_plan_user test' do
1265
+ it 'should work' do
1266
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1078
1267
  end
1079
1268
  end
1080
1269
 
@@ -1088,7 +1277,7 @@ describe 'MxPlatformApi' do
1088
1277
  # @return [StatementResponseBody]
1089
1278
  describe 'read_statement_by_member test' do
1090
1279
  it 'should work' do
1091
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1280
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1092
1281
  end
1093
1282
  end
1094
1283
 
@@ -1101,7 +1290,7 @@ describe 'MxPlatformApi' do
1101
1290
  # @return [TagResponseBody]
1102
1291
  describe 'read_tag test' do
1103
1292
  it 'should work' do
1104
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1293
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1105
1294
  end
1106
1295
  end
1107
1296
 
@@ -1114,7 +1303,7 @@ describe 'MxPlatformApi' do
1114
1303
  # @return [TaggingResponseBody]
1115
1304
  describe 'read_tagging test' do
1116
1305
  it 'should work' do
1117
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1306
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1118
1307
  end
1119
1308
  end
1120
1309
 
@@ -1128,7 +1317,7 @@ describe 'MxPlatformApi' do
1128
1317
  # @return [TaxDocumentResponseBody]
1129
1318
  describe 'read_tax_document test' do
1130
1319
  it 'should work' do
1131
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1320
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1132
1321
  end
1133
1322
  end
1134
1323
 
@@ -1141,7 +1330,7 @@ describe 'MxPlatformApi' do
1141
1330
  # @return [TransactionResponseBody]
1142
1331
  describe 'read_transaction test' do
1143
1332
  it 'should work' do
1144
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1333
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1145
1334
  end
1146
1335
  end
1147
1336
 
@@ -1154,7 +1343,7 @@ describe 'MxPlatformApi' do
1154
1343
  # @return [TransactionRuleResponseBody]
1155
1344
  describe 'read_transaction_rule test' do
1156
1345
  it 'should work' do
1157
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1346
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1158
1347
  end
1159
1348
  end
1160
1349
 
@@ -1166,7 +1355,7 @@ describe 'MxPlatformApi' do
1166
1355
  # @return [UserResponseBody]
1167
1356
  describe 'read_user test' do
1168
1357
  it 'should work' do
1169
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1358
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1170
1359
  end
1171
1360
  end
1172
1361
 
@@ -1178,7 +1367,7 @@ describe 'MxPlatformApi' do
1178
1367
  # @return [AuthorizationCodeResponseBody]
1179
1368
  describe 'request_authorization_code test' do
1180
1369
  it 'should work' do
1181
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1370
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1182
1371
  end
1183
1372
  end
1184
1373
 
@@ -1191,7 +1380,7 @@ describe 'MxPlatformApi' do
1191
1380
  # @return [ConnectWidgetResponseBody]
1192
1381
  describe 'request_connect_widget_url test' do
1193
1382
  it 'should work' do
1194
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1383
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1195
1384
  end
1196
1385
  end
1197
1386
 
@@ -1209,7 +1398,7 @@ describe 'MxPlatformApi' do
1209
1398
  # @return [OAuthWindowResponseBody]
1210
1399
  describe 'request_o_auth_window_uri test' do
1211
1400
  it 'should work' do
1212
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1401
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1213
1402
  end
1214
1403
  end
1215
1404
 
@@ -1223,7 +1412,7 @@ describe 'MxPlatformApi' do
1223
1412
  # @return [WidgetResponseBody]
1224
1413
  describe 'request_widget_url test' do
1225
1414
  it 'should work' do
1226
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1415
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1227
1416
  end
1228
1417
  end
1229
1418
 
@@ -1237,7 +1426,7 @@ describe 'MxPlatformApi' do
1237
1426
  # @return [MemberResponseBody]
1238
1427
  describe 'resume_aggregation test' do
1239
1428
  it 'should work' do
1240
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1429
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1241
1430
  end
1242
1431
  end
1243
1432
 
@@ -1252,7 +1441,7 @@ describe 'MxPlatformApi' do
1252
1441
  # @return [AccountResponseBody]
1253
1442
  describe 'update_account_by_member test' do
1254
1443
  it 'should work' do
1255
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1444
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1256
1445
  end
1257
1446
  end
1258
1447
 
@@ -1266,7 +1455,7 @@ describe 'MxPlatformApi' do
1266
1455
  # @return [CategoryResponseBody]
1267
1456
  describe 'update_category test' do
1268
1457
  it 'should work' do
1269
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1458
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1270
1459
  end
1271
1460
  end
1272
1461
 
@@ -1281,7 +1470,7 @@ describe 'MxPlatformApi' do
1281
1470
  # @return [AccountResponseBody]
1282
1471
  describe 'update_managed_account test' do
1283
1472
  it 'should work' do
1284
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1473
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1285
1474
  end
1286
1475
  end
1287
1476
 
@@ -1295,7 +1484,7 @@ describe 'MxPlatformApi' do
1295
1484
  # @return [MemberResponseBody]
1296
1485
  describe 'update_managed_member test' do
1297
1486
  it 'should work' do
1298
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1487
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1299
1488
  end
1300
1489
  end
1301
1490
 
@@ -1311,7 +1500,7 @@ describe 'MxPlatformApi' do
1311
1500
  # @return [TransactionResponseBody]
1312
1501
  describe 'update_managed_transaction test' do
1313
1502
  it 'should work' do
1314
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1503
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1315
1504
  end
1316
1505
  end
1317
1506
 
@@ -1325,7 +1514,22 @@ describe 'MxPlatformApi' do
1325
1514
  # @return [MemberResponseBody]
1326
1515
  describe 'update_member test' do
1327
1516
  it 'should work' do
1328
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1517
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1518
+ end
1519
+ end
1520
+
1521
+ # unit tests for update_spending_plan_iteration_item
1522
+ # Update a spending plan iteration item
1523
+ # Use this endpoint to update an existing `spending_plan_iteration_item`.
1524
+ # @param user_guid The unique id for a `user`.
1525
+ # @param spending_plan_guid The unique ID for the `spending_plan`.
1526
+ # @param iteration_item_guid The unique ID for the `iteration_item`.
1527
+ # @param spending_plan_iteration_item_create_request_body Iteration item object to be updated with required parameter (iteration_item_guid)
1528
+ # @param [Hash] opts the optional parameters
1529
+ # @return [SpendingPlanIterationItemResponse]
1530
+ describe 'update_spending_plan_iteration_item test' do
1531
+ it 'should work' do
1532
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1329
1533
  end
1330
1534
  end
1331
1535
 
@@ -1339,7 +1543,7 @@ describe 'MxPlatformApi' do
1339
1543
  # @return [TagResponseBody]
1340
1544
  describe 'update_tag test' do
1341
1545
  it 'should work' do
1342
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1546
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1343
1547
  end
1344
1548
  end
1345
1549
 
@@ -1353,7 +1557,7 @@ describe 'MxPlatformApi' do
1353
1557
  # @return [TaggingResponseBody]
1354
1558
  describe 'update_tagging test' do
1355
1559
  it 'should work' do
1356
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1560
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1357
1561
  end
1358
1562
  end
1359
1563
 
@@ -1367,7 +1571,7 @@ describe 'MxPlatformApi' do
1367
1571
  # @return [TransactionResponseBody]
1368
1572
  describe 'update_transaction test' do
1369
1573
  it 'should work' do
1370
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1574
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1371
1575
  end
1372
1576
  end
1373
1577
 
@@ -1381,7 +1585,7 @@ describe 'MxPlatformApi' do
1381
1585
  # @return [TransactionRuleResponseBody]
1382
1586
  describe 'update_transaction_rule test' do
1383
1587
  it 'should work' do
1384
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1588
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1385
1589
  end
1386
1590
  end
1387
1591
 
@@ -1394,7 +1598,7 @@ describe 'MxPlatformApi' do
1394
1598
  # @return [UserResponseBody]
1395
1599
  describe 'update_user test' do
1396
1600
  it 'should work' do
1397
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1601
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1398
1602
  end
1399
1603
  end
1400
1604
 
@@ -1407,7 +1611,7 @@ describe 'MxPlatformApi' do
1407
1611
  # @return [MemberResponseBody]
1408
1612
  describe 'verify_member test' do
1409
1613
  it 'should work' do
1410
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1614
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1411
1615
  end
1412
1616
  end
1413
1617