mx-platform-ruby 0.4.1 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/LICENSE +1 -1
  4. data/README.md +4 -6
  5. data/docs/AccountResponse.md +15 -1
  6. data/docs/ManagedAccountCreateRequest.md +78 -0
  7. data/docs/ManagedAccountCreateRequestBody.md +18 -0
  8. data/docs/ManagedAccountUpdateRequest.md +78 -0
  9. data/docs/ManagedAccountUpdateRequestBody.md +18 -0
  10. data/docs/ManagedMemberCreateRequest.md +24 -0
  11. data/docs/ManagedMemberCreateRequestBody.md +18 -0
  12. data/docs/ManagedMemberUpdateRequest.md +22 -0
  13. data/docs/ManagedMemberUpdateRequestBody.md +18 -0
  14. data/docs/ManagedTransactionCreateRequest.md +56 -0
  15. data/docs/ManagedTransactionCreateRequestBody.md +18 -0
  16. data/docs/ManagedTransactionUpdateRequest.md +56 -0
  17. data/docs/ManagedTransactionUpdateRequestBody.md +18 -0
  18. data/docs/MemberResponse.md +5 -1
  19. data/docs/MerchantLocationResponse.md +40 -0
  20. data/docs/MerchantLocationResponseBody.md +18 -0
  21. data/docs/MxPlatformApi.md +1415 -117
  22. data/docs/TransactionResponse.md +11 -1
  23. data/lib/mx-platform-ruby/api/mx_platform_api.rb +1393 -115
  24. data/lib/mx-platform-ruby/api_client.rb +1 -1
  25. data/lib/mx-platform-ruby/api_error.rb +1 -1
  26. data/lib/mx-platform-ruby/configuration.rb +1 -1
  27. data/lib/mx-platform-ruby/models/account_number_response.rb +1 -1
  28. data/lib/mx-platform-ruby/models/account_numbers_response_body.rb +1 -1
  29. data/lib/mx-platform-ruby/models/account_owner_response.rb +1 -1
  30. data/lib/mx-platform-ruby/models/account_owners_response_body.rb +1 -1
  31. data/lib/mx-platform-ruby/models/account_response.rb +68 -5
  32. data/lib/mx-platform-ruby/models/account_response_body.rb +1 -1
  33. data/lib/mx-platform-ruby/models/account_update_request.rb +1 -1
  34. data/lib/mx-platform-ruby/models/account_update_request_body.rb +1 -1
  35. data/lib/mx-platform-ruby/models/accounts_response_body.rb +1 -1
  36. data/lib/mx-platform-ruby/models/categories_response_body.rb +1 -1
  37. data/lib/mx-platform-ruby/models/category_create_request.rb +1 -1
  38. data/lib/mx-platform-ruby/models/category_create_request_body.rb +1 -1
  39. data/lib/mx-platform-ruby/models/category_response.rb +1 -1
  40. data/lib/mx-platform-ruby/models/category_response_body.rb +1 -1
  41. data/lib/mx-platform-ruby/models/category_update_request.rb +1 -1
  42. data/lib/mx-platform-ruby/models/category_update_request_body.rb +1 -1
  43. data/lib/mx-platform-ruby/models/challenge_response.rb +1 -1
  44. data/lib/mx-platform-ruby/models/challenges_response_body.rb +1 -1
  45. data/lib/mx-platform-ruby/models/connect_widget_request.rb +1 -1
  46. data/lib/mx-platform-ruby/models/connect_widget_request_body.rb +1 -1
  47. data/lib/mx-platform-ruby/models/connect_widget_response.rb +1 -1
  48. data/lib/mx-platform-ruby/models/connect_widget_response_body.rb +1 -1
  49. data/lib/mx-platform-ruby/models/credential_request.rb +1 -1
  50. data/lib/mx-platform-ruby/models/credential_response.rb +1 -1
  51. data/lib/mx-platform-ruby/models/credentials_response_body.rb +1 -1
  52. data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +1 -1
  53. data/lib/mx-platform-ruby/models/enhance_transactions_request.rb +1 -1
  54. data/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb +1 -1
  55. data/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +1 -1
  56. data/lib/mx-platform-ruby/models/holding_response.rb +1 -1
  57. data/lib/mx-platform-ruby/models/holding_response_body.rb +1 -1
  58. data/lib/mx-platform-ruby/models/holdings_response_body.rb +1 -1
  59. data/lib/mx-platform-ruby/models/image_option_response.rb +1 -1
  60. data/lib/mx-platform-ruby/models/institution_response.rb +1 -1
  61. data/lib/mx-platform-ruby/models/institution_response_body.rb +1 -1
  62. data/lib/mx-platform-ruby/models/institutions_response_body.rb +1 -1
  63. data/lib/mx-platform-ruby/models/managed_account_create_request.rb +503 -0
  64. data/lib/mx-platform-ruby/models/managed_account_create_request_body.rb +218 -0
  65. data/lib/mx-platform-ruby/models/managed_account_update_request.rb +488 -0
  66. data/lib/mx-platform-ruby/models/managed_account_update_request_body.rb +218 -0
  67. data/lib/mx-platform-ruby/models/managed_member_create_request.rb +250 -0
  68. data/lib/mx-platform-ruby/models/managed_member_create_request_body.rb +218 -0
  69. data/lib/mx-platform-ruby/models/managed_member_update_request.rb +236 -0
  70. data/lib/mx-platform-ruby/models/managed_member_update_request_body.rb +218 -0
  71. data/lib/mx-platform-ruby/models/managed_transaction_create_request.rb +414 -0
  72. data/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb +218 -0
  73. data/lib/mx-platform-ruby/models/managed_transaction_update_request.rb +389 -0
  74. data/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb +218 -0
  75. data/lib/mx-platform-ruby/models/member_create_request.rb +1 -1
  76. data/lib/mx-platform-ruby/models/member_create_request_body.rb +1 -1
  77. data/lib/mx-platform-ruby/models/member_response.rb +23 -5
  78. data/lib/mx-platform-ruby/models/member_response_body.rb +1 -1
  79. data/lib/mx-platform-ruby/models/member_resume_request.rb +1 -1
  80. data/lib/mx-platform-ruby/models/member_resume_request_body.rb +1 -1
  81. data/lib/mx-platform-ruby/models/member_status_response.rb +1 -1
  82. data/lib/mx-platform-ruby/models/member_status_response_body.rb +1 -1
  83. data/lib/mx-platform-ruby/models/member_update_request.rb +1 -1
  84. data/lib/mx-platform-ruby/models/member_update_request_body.rb +1 -1
  85. data/lib/mx-platform-ruby/models/members_response_body.rb +1 -1
  86. data/lib/mx-platform-ruby/models/merchant_location_response.rb +317 -0
  87. data/lib/mx-platform-ruby/models/merchant_location_response_body.rb +218 -0
  88. data/lib/mx-platform-ruby/models/merchant_response.rb +1 -1
  89. data/lib/mx-platform-ruby/models/merchant_response_body.rb +1 -1
  90. data/lib/mx-platform-ruby/models/merchants_response_body.rb +1 -1
  91. data/lib/mx-platform-ruby/models/o_auth_window_response.rb +1 -1
  92. data/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +1 -1
  93. data/lib/mx-platform-ruby/models/option_response.rb +1 -1
  94. data/lib/mx-platform-ruby/models/pagination_response.rb +1 -1
  95. data/lib/mx-platform-ruby/models/statement_response.rb +1 -1
  96. data/lib/mx-platform-ruby/models/statement_response_body.rb +1 -1
  97. data/lib/mx-platform-ruby/models/statements_response_body.rb +1 -1
  98. data/lib/mx-platform-ruby/models/tag_create_request.rb +1 -1
  99. data/lib/mx-platform-ruby/models/tag_create_request_body.rb +1 -1
  100. data/lib/mx-platform-ruby/models/tag_response.rb +1 -1
  101. data/lib/mx-platform-ruby/models/tag_response_body.rb +1 -1
  102. data/lib/mx-platform-ruby/models/tag_update_request.rb +1 -1
  103. data/lib/mx-platform-ruby/models/tag_update_request_body.rb +1 -1
  104. data/lib/mx-platform-ruby/models/tagging_create_request.rb +1 -1
  105. data/lib/mx-platform-ruby/models/tagging_create_request_body.rb +1 -1
  106. data/lib/mx-platform-ruby/models/tagging_response.rb +1 -1
  107. data/lib/mx-platform-ruby/models/tagging_response_body.rb +1 -1
  108. data/lib/mx-platform-ruby/models/tagging_update_request.rb +1 -1
  109. data/lib/mx-platform-ruby/models/tagging_update_request_body.rb +1 -1
  110. data/lib/mx-platform-ruby/models/taggings_response_body.rb +1 -1
  111. data/lib/mx-platform-ruby/models/tags_response_body.rb +1 -1
  112. data/lib/mx-platform-ruby/models/transaction_response.rb +50 -5
  113. data/lib/mx-platform-ruby/models/transaction_response_body.rb +1 -1
  114. data/lib/mx-platform-ruby/models/transaction_rule_create_request.rb +1 -1
  115. data/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb +1 -1
  116. data/lib/mx-platform-ruby/models/transaction_rule_response.rb +1 -1
  117. data/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +1 -1
  118. data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +1 -1
  119. data/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb +1 -1
  120. data/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +1 -1
  121. data/lib/mx-platform-ruby/models/transaction_update_request.rb +1 -1
  122. data/lib/mx-platform-ruby/models/transaction_update_request_body.rb +1 -1
  123. data/lib/mx-platform-ruby/models/transactions_response_body.rb +1 -1
  124. data/lib/mx-platform-ruby/models/user_create_request.rb +1 -1
  125. data/lib/mx-platform-ruby/models/user_create_request_body.rb +1 -1
  126. data/lib/mx-platform-ruby/models/user_response.rb +1 -1
  127. data/lib/mx-platform-ruby/models/user_response_body.rb +1 -1
  128. data/lib/mx-platform-ruby/models/user_update_request.rb +1 -1
  129. data/lib/mx-platform-ruby/models/user_update_request_body.rb +1 -1
  130. data/lib/mx-platform-ruby/models/users_response_body.rb +1 -1
  131. data/lib/mx-platform-ruby/models/widget_request.rb +1 -1
  132. data/lib/mx-platform-ruby/models/widget_request_body.rb +1 -1
  133. data/lib/mx-platform-ruby/models/widget_response.rb +1 -1
  134. data/lib/mx-platform-ruby/models/widget_response_body.rb +1 -1
  135. data/lib/mx-platform-ruby/version.rb +2 -2
  136. data/lib/mx-platform-ruby.rb +15 -1
  137. data/mx-platform-ruby.gemspec +1 -1
  138. data/openapi/config.yml +1 -1
  139. data/openapi/templates/README.mustache +4 -6
  140. data/spec/api/mx_platform_api_spec.rb +246 -1
  141. data/spec/api_client_spec.rb +1 -1
  142. data/spec/configuration_spec.rb +1 -1
  143. data/spec/models/account_number_response_spec.rb +1 -1
  144. data/spec/models/account_numbers_response_body_spec.rb +1 -1
  145. data/spec/models/account_owner_response_spec.rb +1 -1
  146. data/spec/models/account_owners_response_body_spec.rb +1 -1
  147. data/spec/models/account_response_body_spec.rb +1 -1
  148. data/spec/models/account_response_spec.rb +43 -1
  149. data/spec/models/account_update_request_body_spec.rb +1 -1
  150. data/spec/models/account_update_request_spec.rb +1 -1
  151. data/spec/models/accounts_response_body_spec.rb +1 -1
  152. data/spec/models/categories_response_body_spec.rb +1 -1
  153. data/spec/models/category_create_request_body_spec.rb +1 -1
  154. data/spec/models/category_create_request_spec.rb +1 -1
  155. data/spec/models/category_response_body_spec.rb +1 -1
  156. data/spec/models/category_response_spec.rb +1 -1
  157. data/spec/models/category_update_request_body_spec.rb +1 -1
  158. data/spec/models/category_update_request_spec.rb +1 -1
  159. data/spec/models/challenge_response_spec.rb +1 -1
  160. data/spec/models/challenges_response_body_spec.rb +1 -1
  161. data/spec/models/connect_widget_request_body_spec.rb +1 -1
  162. data/spec/models/connect_widget_request_spec.rb +1 -1
  163. data/spec/models/connect_widget_response_body_spec.rb +1 -1
  164. data/spec/models/connect_widget_response_spec.rb +1 -1
  165. data/spec/models/credential_request_spec.rb +1 -1
  166. data/spec/models/credential_response_spec.rb +1 -1
  167. data/spec/models/credentials_response_body_spec.rb +1 -1
  168. data/spec/models/enhance_transaction_response_spec.rb +1 -1
  169. data/spec/models/enhance_transactions_request_body_spec.rb +1 -1
  170. data/spec/models/enhance_transactions_request_spec.rb +1 -1
  171. data/spec/models/enhance_transactions_response_body_spec.rb +1 -1
  172. data/spec/models/holding_response_body_spec.rb +1 -1
  173. data/spec/models/holding_response_spec.rb +1 -1
  174. data/spec/models/holdings_response_body_spec.rb +1 -1
  175. data/spec/models/image_option_response_spec.rb +1 -1
  176. data/spec/models/institution_response_body_spec.rb +1 -1
  177. data/spec/models/institution_response_spec.rb +1 -1
  178. data/spec/models/institutions_response_body_spec.rb +1 -1
  179. data/spec/models/managed_account_create_request_body_spec.rb +34 -0
  180. data/spec/models/managed_account_create_request_spec.rb +214 -0
  181. data/spec/models/managed_account_update_request_body_spec.rb +34 -0
  182. data/spec/models/managed_account_update_request_spec.rb +214 -0
  183. data/spec/models/managed_member_create_request_body_spec.rb +34 -0
  184. data/spec/models/managed_member_create_request_spec.rb +52 -0
  185. data/spec/models/managed_member_update_request_body_spec.rb +34 -0
  186. data/spec/models/managed_member_update_request_spec.rb +46 -0
  187. data/spec/models/managed_transaction_create_request_body_spec.rb +34 -0
  188. data/spec/models/managed_transaction_create_request_spec.rb +148 -0
  189. data/spec/models/managed_transaction_update_request_body_spec.rb +34 -0
  190. data/spec/models/managed_transaction_update_request_spec.rb +148 -0
  191. data/spec/models/member_create_request_body_spec.rb +1 -1
  192. data/spec/models/member_create_request_spec.rb +1 -1
  193. data/spec/models/member_response_body_spec.rb +1 -1
  194. data/spec/models/member_response_spec.rb +13 -1
  195. data/spec/models/member_resume_request_body_spec.rb +1 -1
  196. data/spec/models/member_resume_request_spec.rb +1 -1
  197. data/spec/models/member_status_response_body_spec.rb +1 -1
  198. data/spec/models/member_status_response_spec.rb +1 -1
  199. data/spec/models/member_update_request_body_spec.rb +1 -1
  200. data/spec/models/member_update_request_spec.rb +1 -1
  201. data/spec/models/members_response_body_spec.rb +1 -1
  202. data/spec/models/merchant_location_response_body_spec.rb +34 -0
  203. data/spec/models/merchant_location_response_spec.rb +100 -0
  204. data/spec/models/merchant_response_body_spec.rb +1 -1
  205. data/spec/models/merchant_response_spec.rb +1 -1
  206. data/spec/models/merchants_response_body_spec.rb +1 -1
  207. data/spec/models/o_auth_window_response_body_spec.rb +1 -1
  208. data/spec/models/o_auth_window_response_spec.rb +1 -1
  209. data/spec/models/option_response_spec.rb +1 -1
  210. data/spec/models/pagination_response_spec.rb +1 -1
  211. data/spec/models/statement_response_body_spec.rb +1 -1
  212. data/spec/models/statement_response_spec.rb +1 -1
  213. data/spec/models/statements_response_body_spec.rb +1 -1
  214. data/spec/models/tag_create_request_body_spec.rb +1 -1
  215. data/spec/models/tag_create_request_spec.rb +1 -1
  216. data/spec/models/tag_response_body_spec.rb +1 -1
  217. data/spec/models/tag_response_spec.rb +1 -1
  218. data/spec/models/tag_update_request_body_spec.rb +1 -1
  219. data/spec/models/tag_update_request_spec.rb +1 -1
  220. data/spec/models/tagging_create_request_body_spec.rb +1 -1
  221. data/spec/models/tagging_create_request_spec.rb +1 -1
  222. data/spec/models/tagging_response_body_spec.rb +1 -1
  223. data/spec/models/tagging_response_spec.rb +1 -1
  224. data/spec/models/tagging_update_request_body_spec.rb +1 -1
  225. data/spec/models/tagging_update_request_spec.rb +1 -1
  226. data/spec/models/taggings_response_body_spec.rb +1 -1
  227. data/spec/models/tags_response_body_spec.rb +1 -1
  228. data/spec/models/transaction_response_body_spec.rb +1 -1
  229. data/spec/models/transaction_response_spec.rb +31 -1
  230. data/spec/models/transaction_rule_create_request_body_spec.rb +1 -1
  231. data/spec/models/transaction_rule_create_request_spec.rb +1 -1
  232. data/spec/models/transaction_rule_response_body_spec.rb +1 -1
  233. data/spec/models/transaction_rule_response_spec.rb +1 -1
  234. data/spec/models/transaction_rule_update_request_body_spec.rb +1 -1
  235. data/spec/models/transaction_rule_update_request_spec.rb +1 -1
  236. data/spec/models/transaction_rules_response_body_spec.rb +1 -1
  237. data/spec/models/transaction_update_request_body_spec.rb +1 -1
  238. data/spec/models/transaction_update_request_spec.rb +1 -1
  239. data/spec/models/transactions_response_body_spec.rb +1 -1
  240. data/spec/models/user_create_request_body_spec.rb +1 -1
  241. data/spec/models/user_create_request_spec.rb +1 -1
  242. data/spec/models/user_response_body_spec.rb +1 -1
  243. data/spec/models/user_response_spec.rb +1 -1
  244. data/spec/models/user_update_request_body_spec.rb +1 -1
  245. data/spec/models/user_update_request_spec.rb +1 -1
  246. data/spec/models/users_response_body_spec.rb +1 -1
  247. data/spec/models/widget_request_body_spec.rb +1 -1
  248. data/spec/models/widget_request_spec.rb +1 -1
  249. data/spec/models/widget_response_body_spec.rb +1 -1
  250. data/spec/models/widget_response_spec.rb +1 -1
  251. data/spec/spec_helper.rb +1 -1
  252. metadata +136 -80
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04bf08e0c3925530434130c1ab5d38b9df7e84fc59d7ac372d69257cf3174ab0
4
- data.tar.gz: c8e6005d98acc2f7bd7bb7c6c39878faa0ccbdf03f3a9fd954b1dfef99975a97
3
+ metadata.gz: 556d0caf3148dd06cc2c84d38a130f99b8c10ae9d42f1b5a48935aad2f438122
4
+ data.tar.gz: 4beb17196525f346d937b7863c8a6d10855cf3a9cbddde1adb003767f51f3074
5
5
  SHA512:
6
- metadata.gz: 2cb712bcdf6ad88b67424d0a2981d9092f3a947188ac9720336cc2287fa716a360d1dc5d369654d2ee895f0e688c9bfbf7b053c1f56d90cd7a10914d4ab4c2cd
7
- data.tar.gz: a83b433e53c4d4bc5a195ce406f7a4c3cc37e51c3922467587cfb24458b0b2a3f14f10f58c617b6b312634f4d75fc7af05dbb3036cf9407bbdb0a0a7d4c101c3
6
+ metadata.gz: 3d58563136d3ea81995ccfa7b56c77a8a83f698b266e2b78da7bfef9f01c2d72d93fe57e957f002b82df27481b648b951810453f863128127debe3226faca067
7
+ data.tar.gz: a68b468ed269e47b37c1df14ecb7ef563fbcb031eeedc0576b0be1edb6220796fd69a3332e4e6ed45e2f05aae1d5dea58df52cc3b8325462c06ee336c0da7708
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.4.1)
4
+ mx-platform-ruby (0.6.1)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
13
  diff-lcs (1.4.4)
14
- faraday (1.7.0)
14
+ faraday (1.8.0)
15
15
  faraday-em_http (~> 1.0)
16
16
  faraday-em_synchrony (~> 1.0)
17
17
  faraday-excon (~> 1.1)
@@ -33,7 +33,7 @@ GEM
33
33
  jaro_winkler (1.5.4)
34
34
  method_source (1.0.0)
35
35
  multipart-post (2.1.1)
36
- parallel (1.20.1)
36
+ parallel (1.21.0)
37
37
  parser (3.0.2.0)
38
38
  ast (~> 2.4.1)
39
39
  pry (0.13.1)
@@ -42,7 +42,7 @@ GEM
42
42
  pry-byebug (3.9.0)
43
43
  byebug (~> 11.0)
44
44
  pry (~> 0.13.0)
45
- psych (4.0.1)
45
+ psych (4.0.2)
46
46
  rainbow (3.0.0)
47
47
  rake (13.0.6)
48
48
  rspec (3.10.0)
@@ -81,4 +81,4 @@ DEPENDENCIES
81
81
  rubocop (~> 0.66.0)
82
82
 
83
83
  BUNDLED WITH
84
- 2.2.26
84
+ 2.2.30
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 MX
3
+ Copyright (c) 2021 MX Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,14 +1,12 @@
1
1
  *This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-ruby/issues) to report issues using the MX Platform API Ruby Library.*
2
2
 
3
- # mx-platform-ruby
3
+ *This project was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
4
4
 
5
- MxPlatformRuby - the Ruby gem for the MX Platform API
5
+ # MX Platform Ruby - v0.6.1
6
6
 
7
- 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.
8
-
9
- This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
7
+ The Ruby gem for the MX Platform API.
10
8
 
11
- - Package version: 0.4.1
9
+ 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.
12
10
 
13
11
  ## Installation
14
12
 
@@ -20,6 +20,7 @@
20
20
  | **guid** | **String** | | [optional] |
21
21
  | **holdings_value** | **Float** | | [optional] |
22
22
  | **id** | **String** | | [optional] |
23
+ | **imported_at** | **String** | | [optional] |
23
24
  | **institution_code** | **String** | | [optional] |
24
25
  | **insured_name** | **String** | | [optional] |
25
26
  | **interest_rate** | **Float** | | [optional] |
@@ -30,20 +31,26 @@
30
31
  | **loan_amount** | **Float** | | [optional] |
31
32
  | **matures_on** | **String** | | [optional] |
32
33
  | **member_guid** | **String** | | [optional] |
34
+ | **member_id** | **String** | | [optional] |
35
+ | **member_is_managed_by_user** | **Boolean** | | [optional] |
36
+ | **metadata** | **String** | | [optional] |
33
37
  | **minimum_balance** | **Float** | | [optional] |
34
38
  | **minimum_payment** | **Float** | | [optional] |
35
39
  | **name** | **String** | | [optional] |
40
+ | **nickname** | **String** | | [optional] |
36
41
  | **original_balance** | **Float** | | [optional] |
37
42
  | **pay_out_amount** | **Float** | | [optional] |
38
43
  | **payment_due_at** | **String** | | [optional] |
39
44
  | **payoff_balance** | **Float** | | [optional] |
40
45
  | **premium_amount** | **Float** | | [optional] |
46
+ | **routing_number** | **String** | | [optional] |
41
47
  | **started_on** | **String** | | [optional] |
42
48
  | **subtype** | **String** | | [optional] |
43
49
  | **total_account_value** | **Float** | | [optional] |
44
50
  | **type** | **String** | | [optional] |
45
51
  | **updated_at** | **String** | | [optional] |
46
52
  | **user_guid** | **String** | | [optional] |
53
+ | **user_id** | **String** | | [optional] |
47
54
 
48
55
  ## Example
49
56
 
@@ -67,6 +74,7 @@ instance = MxPlatformRuby::AccountResponse.new(
67
74
  guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
68
75
  holdings_value: 1000.0,
69
76
  id: 1040434698,
77
+ imported_at: 2015-10-13T17:57:37.000Z,
70
78
  institution_code: chase,
71
79
  insured_name: Frodo Baggins,
72
80
  interest_rate: 1.0,
@@ -77,20 +85,26 @@ instance = MxPlatformRuby::AccountResponse.new(
77
85
  loan_amount: 1000.0,
78
86
  matures_on: 2015-10-13T17:57:37.000Z,
79
87
  member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
88
+ member_id: member123,
89
+ member_is_managed_by_user: false,
90
+ metadata: some metadata,
80
91
  minimum_balance: 100.0,
81
92
  minimum_payment: 10.0,
82
93
  name: Test account 2,
94
+ nickname: My Checking,
83
95
  original_balance: 10.0,
84
96
  pay_out_amount: 10.0,
85
97
  payment_due_at: 2015-10-13T17:57:37.000Z,
86
98
  payoff_balance: 10.0,
87
99
  premium_amount: 1.0,
100
+ routing_number: 68899990000000,
88
101
  started_on: 2015-10-13T17:57:37.000Z,
89
102
  subtype: NONE,
90
103
  total_account_value: 1.0,
91
104
  type: SAVINGS,
92
105
  updated_at: 2016-10-13T18:08:00.000Z,
93
- user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
106
+ user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54,
107
+ user_id: user123
94
108
  )
95
109
  ```
96
110
 
@@ -0,0 +1,78 @@
1
+ # MxPlatformRuby::ManagedAccountCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_number** | **String** | | [optional] |
8
+ | **apr** | **Float** | | [optional] |
9
+ | **apy** | **Float** | | [optional] |
10
+ | **available_balance** | **Float** | | [optional] |
11
+ | **available_credit** | **Float** | | [optional] |
12
+ | **balance** | **Float** | | |
13
+ | **cash_surrender_value** | **Float** | | [optional] |
14
+ | **credit_limit** | **Float** | | [optional] |
15
+ | **currency_code** | **String** | | [optional] |
16
+ | **day_payment_is_due** | **Integer** | | [optional] |
17
+ | **death_benefit** | **Integer** | | [optional] |
18
+ | **id** | **String** | | [optional] |
19
+ | **interest_rate** | **Float** | | [optional] |
20
+ | **is_closed** | **Boolean** | | [optional] |
21
+ | **is_hidden** | **Boolean** | | [optional] |
22
+ | **last_payment** | **Float** | | [optional] |
23
+ | **last_payment_at** | **String** | | [optional] |
24
+ | **loan_amount** | **Float** | | [optional] |
25
+ | **matures_on** | **String** | | [optional] |
26
+ | **metadata** | **String** | | [optional] |
27
+ | **minimum_balance** | **Float** | | [optional] |
28
+ | **minimum_payment** | **Float** | | [optional] |
29
+ | **name** | **String** | | |
30
+ | **nickname** | **String** | | [optional] |
31
+ | **original_balance** | **Float** | | [optional] |
32
+ | **payment_due_at** | **String** | | [optional] |
33
+ | **payoff_balance** | **Float** | | [optional] |
34
+ | **routing_number** | **String** | | [optional] |
35
+ | **started_on** | **String** | | [optional] |
36
+ | **subtype** | **String** | | [optional] |
37
+ | **type** | **String** | | |
38
+
39
+ ## Example
40
+
41
+ ```ruby
42
+ require 'mx-platform-ruby'
43
+
44
+ instance = MxPlatformRuby::ManagedAccountCreateRequest.new(
45
+ account_number: 5366,
46
+ apr: 1.0,
47
+ apy: 1.0,
48
+ available_balance: 1000.0,
49
+ available_credit: 1000.0,
50
+ balance: 1000.0,
51
+ cash_surrender_value: 1000.0,
52
+ credit_limit: 100.0,
53
+ currency_code: USD,
54
+ day_payment_is_due: 20,
55
+ death_benefit: 1000,
56
+ id: 1040434698,
57
+ interest_rate: 1.0,
58
+ is_closed: false,
59
+ is_hidden: false,
60
+ last_payment: 100.0,
61
+ last_payment_at: 2015-10-13T17:57:37.000Z,
62
+ loan_amount: 1000.0,
63
+ matures_on: 2015-10-13T17:57:37.000Z,
64
+ metadata: some metadata,
65
+ minimum_balance: 100.0,
66
+ minimum_payment: 10.0,
67
+ name: Test account 2,
68
+ nickname: Swiss Account,
69
+ original_balance: 10.0,
70
+ payment_due_at: 2015-10-13T17:57:37.000Z,
71
+ payoff_balance: 10.0,
72
+ routing_number: 68899990000000,
73
+ started_on: 2015-10-13T17:57:37.000Z,
74
+ subtype: NONE,
75
+ type: SAVINGS
76
+ )
77
+ ```
78
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedAccountCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account** | [**ManagedAccountCreateRequest**](ManagedAccountCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedAccountCreateRequestBody.new(
15
+ account: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,78 @@
1
+ # MxPlatformRuby::ManagedAccountUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_number** | **String** | | [optional] |
8
+ | **apr** | **Float** | | [optional] |
9
+ | **apy** | **Float** | | [optional] |
10
+ | **available_balance** | **Float** | | [optional] |
11
+ | **available_credit** | **Float** | | [optional] |
12
+ | **balance** | **Float** | | [optional] |
13
+ | **cash_surrender_value** | **Float** | | [optional] |
14
+ | **credit_limit** | **Float** | | [optional] |
15
+ | **currency_code** | **String** | | [optional] |
16
+ | **day_payment_is_due** | **Integer** | | [optional] |
17
+ | **death_benefit** | **Integer** | | [optional] |
18
+ | **id** | **String** | | [optional] |
19
+ | **interest_rate** | **Float** | | [optional] |
20
+ | **is_closed** | **Boolean** | | [optional] |
21
+ | **is_hidden** | **Boolean** | | [optional] |
22
+ | **last_payment** | **Float** | | [optional] |
23
+ | **last_payment_at** | **String** | | [optional] |
24
+ | **loan_amount** | **Float** | | [optional] |
25
+ | **matures_on** | **String** | | [optional] |
26
+ | **metadata** | **String** | | [optional] |
27
+ | **minimum_balance** | **Float** | | [optional] |
28
+ | **minimum_payment** | **Float** | | [optional] |
29
+ | **name** | **String** | | [optional] |
30
+ | **nickname** | **String** | | [optional] |
31
+ | **original_balance** | **Float** | | [optional] |
32
+ | **payment_due_at** | **String** | | [optional] |
33
+ | **payoff_balance** | **Float** | | [optional] |
34
+ | **routing_number** | **String** | | [optional] |
35
+ | **started_on** | **String** | | [optional] |
36
+ | **subtype** | **String** | | [optional] |
37
+ | **type** | **String** | | [optional] |
38
+
39
+ ## Example
40
+
41
+ ```ruby
42
+ require 'mx-platform-ruby'
43
+
44
+ instance = MxPlatformRuby::ManagedAccountUpdateRequest.new(
45
+ account_number: 5366,
46
+ apr: 1.0,
47
+ apy: 1.0,
48
+ available_balance: 1000.0,
49
+ available_credit: 1000.0,
50
+ balance: 1000.0,
51
+ cash_surrender_value: 1000.0,
52
+ credit_limit: 100.0,
53
+ currency_code: USD,
54
+ day_payment_is_due: 20,
55
+ death_benefit: 1000,
56
+ id: 1040434698,
57
+ interest_rate: 1.0,
58
+ is_closed: false,
59
+ is_hidden: false,
60
+ last_payment: 100.0,
61
+ last_payment_at: 2015-10-13T17:57:37.000Z,
62
+ loan_amount: 1000.0,
63
+ matures_on: 2015-10-13T17:57:37.000Z,
64
+ metadata: some metadata,
65
+ minimum_balance: 100.0,
66
+ minimum_payment: 10.0,
67
+ name: Test account 2,
68
+ nickname: Swiss Account,
69
+ original_balance: 10.0,
70
+ payment_due_at: 2015-10-13T17:57:37.000Z,
71
+ payoff_balance: 10.0,
72
+ routing_number: 68899990000000,
73
+ started_on: 2015-10-13T17:57:37.000Z,
74
+ subtype: NONE,
75
+ type: SAVINGS
76
+ )
77
+ ```
78
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedAccountUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account** | [**ManagedAccountUpdateRequest**](ManagedAccountUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedAccountUpdateRequestBody.new(
15
+ account: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # MxPlatformRuby::ManagedMemberCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **institution_code** | **String** | | |
9
+ | **metadata** | **String** | | [optional] |
10
+ | **name** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'mx-platform-ruby'
16
+
17
+ instance = MxPlatformRuby::ManagedMemberCreateRequest.new(
18
+ id: member123,
19
+ institution_code: mxbank,
20
+ metadata: some metadata,
21
+ name: MX Bank
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedMemberCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **member** | [**ManagedMemberCreateRequest**](ManagedMemberCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedMemberCreateRequestBody.new(
15
+ member: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # MxPlatformRuby::ManagedMemberUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **metadata** | **String** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'mx-platform-ruby'
15
+
16
+ instance = MxPlatformRuby::ManagedMemberUpdateRequest.new(
17
+ id: member123,
18
+ metadata: some metadata,
19
+ name: MX Bank
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedMemberUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **member** | [**ManagedMemberUpdateRequest**](ManagedMemberUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedMemberUpdateRequestBody.new(
15
+ member: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,56 @@
1
+ # MxPlatformRuby::ManagedTransactionCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **String** | | |
8
+ | **category** | **String** | | [optional] |
9
+ | **check_number_string** | **String** | | [optional] |
10
+ | **currency_code** | **String** | | [optional] |
11
+ | **description** | **String** | | |
12
+ | **id** | **String** | | [optional] |
13
+ | **is_international** | **Boolean** | | [optional] |
14
+ | **latitude** | **Float** | | [optional] |
15
+ | **localized_description** | **String** | | [optional] |
16
+ | **localized_memo** | **String** | | [optional] |
17
+ | **longitude** | **Float** | | [optional] |
18
+ | **memo** | **String** | | [optional] |
19
+ | **merchant_category_code** | **Integer** | | [optional] |
20
+ | **merchant_guid** | **String** | | [optional] |
21
+ | **merchant_location_guid** | **String** | | [optional] |
22
+ | **metadata** | **String** | | [optional] |
23
+ | **posted_at** | **String** | | [optional] |
24
+ | **status** | **String** | | |
25
+ | **transacted_at** | **String** | | |
26
+ | **type** | **String** | | |
27
+
28
+ ## Example
29
+
30
+ ```ruby
31
+ require 'mx-platform-ruby'
32
+
33
+ instance = MxPlatformRuby::ManagedTransactionCreateRequest.new(
34
+ amount: 61.11,
35
+ category: Groceries,
36
+ check_number_string: 6812,
37
+ currency_code: USD,
38
+ description: Whole foods,
39
+ id: transaction-265abee9-889b-af6a-c69b-25157db2bdd9,
40
+ is_international: false,
41
+ latitude: -43.2075,
42
+ localized_description: This is a localized_description,
43
+ localized_memo: This is a localized_memo,
44
+ longitude: 139.691706,
45
+ memo: This is a memo,
46
+ merchant_category_code: 5411,
47
+ merchant_guid: MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b,
48
+ merchant_location_guid: MCL-00024e59-18b5-4d79-b879-2a7896726fea,
49
+ metadata: some metadata,
50
+ posted_at: 2016-10-07T06:00:00.000Z,
51
+ status: POSTED,
52
+ transacted_at: 2016-10-06T13:00:00.000Z,
53
+ type: DEBIT
54
+ )
55
+ ```
56
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedTransactionCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction** | [**ManagedTransactionCreateRequest**](ManagedTransactionCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedTransactionCreateRequestBody.new(
15
+ transaction: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,56 @@
1
+ # MxPlatformRuby::ManagedTransactionUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **amount** | **String** | | [optional] |
8
+ | **category** | **String** | | [optional] |
9
+ | **check_number_string** | **String** | | [optional] |
10
+ | **currency_code** | **String** | | [optional] |
11
+ | **description** | **String** | | [optional] |
12
+ | **id** | **String** | | [optional] |
13
+ | **is_international** | **Boolean** | | [optional] |
14
+ | **latitude** | **Float** | | [optional] |
15
+ | **localized_description** | **String** | | [optional] |
16
+ | **localized_memo** | **String** | | [optional] |
17
+ | **longitude** | **Float** | | [optional] |
18
+ | **memo** | **String** | | [optional] |
19
+ | **merchant_category_code** | **Integer** | | [optional] |
20
+ | **merchant_guid** | **String** | | [optional] |
21
+ | **merchant_location_guid** | **String** | | [optional] |
22
+ | **metadata** | **String** | | [optional] |
23
+ | **posted_at** | **String** | | [optional] |
24
+ | **status** | **String** | | [optional] |
25
+ | **transacted_at** | **String** | | [optional] |
26
+ | **type** | **String** | | [optional] |
27
+
28
+ ## Example
29
+
30
+ ```ruby
31
+ require 'mx-platform-ruby'
32
+
33
+ instance = MxPlatformRuby::ManagedTransactionUpdateRequest.new(
34
+ amount: 61.11,
35
+ category: Groceries,
36
+ check_number_string: 6812,
37
+ currency_code: USD,
38
+ description: Whole foods,
39
+ id: transaction-265abee9-889b-af6a-c69b-25157db2bdd9,
40
+ is_international: false,
41
+ latitude: -43.2075,
42
+ localized_description: This is a localized_description,
43
+ localized_memo: This is a localized_memo,
44
+ longitude: 139.691706,
45
+ memo: This is a memo,
46
+ merchant_category_code: 5411,
47
+ merchant_guid: MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b,
48
+ merchant_location_guid: MCL-00024e59-18b5-4d79-b879-2a7896726fea,
49
+ metadata: some metadata,
50
+ posted_at: 2016-10-07T06:00:00.000Z,
51
+ status: POSTED,
52
+ transacted_at: 2016-10-06T13:00:00.000Z,
53
+ type: DEBIT
54
+ )
55
+ ```
56
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::ManagedTransactionUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction** | [**ManagedTransactionUpdateRequest**](ManagedTransactionUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::ManagedTransactionUpdateRequestBody.new(
15
+ transaction: null
16
+ )
17
+ ```
18
+
@@ -10,12 +10,14 @@
10
10
  | **id** | **String** | | [optional] |
11
11
  | **institution_code** | **String** | | [optional] |
12
12
  | **is_being_aggregated** | **Boolean** | | [optional] |
13
+ | **is_managed_by_user** | **Boolean** | | [optional] |
13
14
  | **is_oauth** | **Boolean** | | [optional] |
14
15
  | **metadata** | **String** | | [optional] |
15
16
  | **name** | **String** | | [optional] |
16
17
  | **oauth_window_uri** | **String** | | [optional] |
17
18
  | **successfully_aggregated_at** | **String** | | [optional] |
18
19
  | **user_guid** | **String** | | [optional] |
20
+ | **user_id** | **String** | | [optional] |
19
21
 
20
22
  ## Example
21
23
 
@@ -29,12 +31,14 @@ instance = MxPlatformRuby::MemberResponse.new(
29
31
  id: unique_id,
30
32
  institution_code: chase,
31
33
  is_being_aggregated: false,
34
+ is_managed_by_user: false,
32
35
  is_oauth: false,
33
36
  metadata: \"credentials_last_refreshed_at\": \"2015-10-15\",
34
37
  name: Chase Bank,
35
38
  oauth_window_uri: int-widgets.moneydesktop.com/oauth/predirect_to/MBR-df96fd60-7122-4464-b3c2-ff11d8c74f6f/p8v7rxpxg3pdAsfgwxcrwxwhz3Zbygxfr6wAb931qv91hpb57k6bkr6t6m9djrfrfd467p8xkgqp6w7k1r9g8k8bfxqbfw2lq5tdwjq2sngAx76fm0jrw0dpmbtlkxchgjsw3r7r0hhq6A8sshqptfxql2rt123shfpkyhhpfvy67yvprbkb7lmlyrpwsd9yj0s22pmsyjhcw7d2q44d9fsxn5kfsmr2zqc79c2AxAx5gkjgbczf22A1sjx70t2pvnggzyh55s7bh62dd5wq7f1r4x90mcxn1tfhhrq5b09mjkt5hg66cjn700pcf6fgA42lbsp7v1pdch85mswycrp21c6j2sxffm14Asg3?skip_aggregation=false&referral_source=APP&ui_message_webview_url_scheme=myapp,
36
39
  successfully_aggregated_at: 2016-10-13T17:57:38.000Z,
37
- user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
40
+ user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54,
41
+ user_id: user123
38
42
  )
39
43
  ```
40
44
 
@@ -0,0 +1,40 @@
1
+ # MxPlatformRuby::MerchantLocationResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **city** | **String** | | [optional] |
8
+ | **country** | **String** | | [optional] |
9
+ | **created_at** | **String** | | [optional] |
10
+ | **guid** | **String** | | [optional] |
11
+ | **latitude** | **Float** | | [optional] |
12
+ | **longitude** | **Float** | | [optional] |
13
+ | **merchant_guid** | **String** | | [optional] |
14
+ | **phone_number** | **String** | | [optional] |
15
+ | **postal_code** | **String** | | [optional] |
16
+ | **state** | **String** | | [optional] |
17
+ | **street_address** | **String** | | [optional] |
18
+ | **updated_at** | **String** | | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'mx-platform-ruby'
24
+
25
+ instance = MxPlatformRuby::MerchantLocationResponse.new(
26
+ city: Greenwood Village,
27
+ country: US,
28
+ created_at: 2020-04-13 21:05:09.000000000 Z,
29
+ guid: MCL-00024e59-18b5-4d79-b879-2a7896726fea,
30
+ latitude: 39.5963005,
31
+ longitude: -104.89158799999998,
32
+ merchant_guid: MCH-09466f0a-fb58-9d1a-bae2-2af0afbea621,
33
+ phone_number: (303) 689-0728,
34
+ postal_code: 801121436,
35
+ state: CO,
36
+ street_address: 8547 E Arapahoe Rd, Ste 1,
37
+ updated_at: 2020-04-13 21:05:09.000000000 Z
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::MerchantLocationResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **merchant_location** | [**MerchantLocationResponse**](MerchantLocationResponse.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::MerchantLocationResponseBody.new(
15
+ merchant_location: null
16
+ )
17
+ ```
18
+