mx-platform-ruby 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +40 -41
- data/docs/AccountNumberResponse.md +32 -0
- data/docs/AccountNumbersResponseBody.md +2 -2
- data/docs/AccountOwnerResponse.md +40 -0
- data/docs/AccountOwnersResponseBody.md +2 -2
- data/docs/AccountResponse.md +96 -0
- data/docs/AccountResponseBody.md +1 -1
- data/docs/AccountsResponseBody.md +2 -2
- data/docs/CategoriesResponseBody.md +2 -2
- data/docs/CategoryResponse.md +32 -0
- data/docs/CategoryResponseBody.md +1 -1
- data/docs/ChallengeResponse.md +30 -0
- data/docs/ChallengeResponseImageOptions.md +22 -0
- data/docs/ChallengeResponseOptions.md +20 -0
- data/docs/ChallengesResponseBody.md +2 -2
- data/docs/ConnectWidgetResponse.md +20 -0
- data/docs/ConnectWidgetResponseBody.md +1 -1
- data/docs/CredentialResponse.md +26 -0
- data/docs/CredentialsResponseBody.md +2 -2
- data/docs/EnhanceTransactionResponse.md +48 -0
- data/docs/EnhanceTransactionsResponseBody.md +1 -1
- data/docs/HoldingResponse.md +52 -0
- data/docs/HoldingResponseBody.md +1 -1
- data/docs/HoldingsResponseBody.md +2 -2
- data/docs/InstitutionResponse.md +36 -0
- data/docs/InstitutionResponseBody.md +1 -1
- data/docs/InstitutionsResponseBody.md +2 -2
- data/docs/MemberResponse.md +40 -0
- data/docs/MemberResponseBody.md +1 -1
- data/docs/MemberStatusResponse.md +34 -0
- data/docs/MemberStatusResponseBody.md +1 -1
- data/docs/MembersResponseBody.md +2 -2
- data/docs/MerchantResponse.md +28 -0
- data/docs/MerchantResponseBody.md +1 -1
- data/docs/MerchantsResponseBody.md +2 -2
- data/docs/MxPlatformApi.md +196 -196
- data/docs/OAuthWindowResponse.md +20 -0
- data/docs/OAuthWindowResponseBody.md +1 -1
- data/docs/PaginationResponse.md +24 -0
- data/docs/StatementResponse.md +32 -0
- data/docs/StatementResponseBody.md +1 -1
- data/docs/StatementsResponseBody.md +2 -2
- data/docs/TagResponse.md +22 -0
- data/docs/TagResponseBody.md +1 -1
- data/docs/TaggingResponse.md +26 -0
- data/docs/TaggingResponseBody.md +1 -1
- data/docs/TaggingsResponseBody.md +2 -2
- data/docs/TagsResponseBody.md +2 -2
- data/docs/TransactionResponse.md +88 -0
- data/docs/TransactionResponseBody.md +1 -1
- data/docs/TransactionRuleResponse.md +30 -0
- data/docs/TransactionRuleResponseBody.md +1 -1
- data/docs/TransactionRulesResponseBody.md +2 -2
- data/docs/TransactionsResponseBody.md +2 -2
- data/docs/UserResponse.md +26 -0
- data/docs/UserResponseBody.md +1 -1
- data/docs/UsersResponseBody.md +2 -2
- data/docs/WidgetResponse.md +22 -0
- data/docs/WidgetResponseBody.md +1 -1
- data/lib/mx-platform-ruby.rb +24 -25
- data/lib/mx-platform-ruby/api/mx_platform_api.rb +185 -185
- data/lib/mx-platform-ruby/models/account_number_response.rb +281 -0
- data/lib/mx-platform-ruby/models/account_numbers_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_owner_response.rb +317 -0
- data/lib/mx-platform-ruby/models/account_owners_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/account_response.rb +569 -0
- data/lib/mx-platform-ruby/models/account_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/accounts_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/categories_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/category_response.rb +281 -0
- data/lib/mx-platform-ruby/models/category_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/challenge_response.rb +276 -0
- data/lib/mx-platform-ruby/models/challenge_response_image_options.rb +236 -0
- data/lib/mx-platform-ruby/models/challenge_response_options.rb +227 -0
- data/lib/mx-platform-ruby/models/challenges_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/connect_widget_response.rb +227 -0
- data/lib/mx-platform-ruby/models/connect_widget_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/credential_response.rb +254 -0
- data/lib/mx-platform-ruby/models/credentials_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +353 -0
- data/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/holding_response.rb +371 -0
- data/lib/mx-platform-ruby/models/holding_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/holdings_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/institution_response.rb +299 -0
- data/lib/mx-platform-ruby/models/institution_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/institutions_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/member_response.rb +317 -0
- data/lib/mx-platform-ruby/models/member_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/member_status_response.rb +292 -0
- data/lib/mx-platform-ruby/models/member_status_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/members_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/merchant_response.rb +263 -0
- data/lib/mx-platform-ruby/models/merchant_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/merchants_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/o_auth_window_response.rb +227 -0
- data/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/pagination_response.rb +245 -0
- data/lib/mx-platform-ruby/models/statement_response.rb +281 -0
- data/lib/mx-platform-ruby/models/statement_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/statements_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tag_response.rb +236 -0
- data/lib/mx-platform-ruby/models/tag_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/tagging_response.rb +254 -0
- data/lib/mx-platform-ruby/models/tagging_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/taggings_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/tags_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transaction_response.rb +533 -0
- data/lib/mx-platform-ruby/models/transaction_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/transaction_rule_response.rb +272 -0
- data/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/transactions_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/user_response.rb +254 -0
- data/lib/mx-platform-ruby/models/user_response_body.rb +1 -1
- data/lib/mx-platform-ruby/models/users_response_body.rb +2 -2
- data/lib/mx-platform-ruby/models/widget_response.rb +236 -0
- data/lib/mx-platform-ruby/models/widget_response_body.rb +1 -1
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +11 -0
- data/pkg/mx-platform-ruby-0.2.1.gem +0 -0
- data/spec/api/mx_platform_api_spec.rb +51 -51
- data/spec/models/account_number_response_spec.rb +76 -0
- data/spec/models/account_owner_response_spec.rb +100 -0
- data/spec/models/account_response_spec.rb +268 -0
- data/spec/models/category_response_spec.rb +76 -0
- data/spec/models/challenge_response_image_options_spec.rb +46 -0
- data/spec/models/challenge_response_options_spec.rb +40 -0
- data/spec/models/challenge_response_spec.rb +70 -0
- data/spec/models/connect_widget_response_spec.rb +40 -0
- data/spec/models/credential_response_spec.rb +58 -0
- data/spec/models/enhance_transaction_response_spec.rb +124 -0
- data/spec/models/holding_response_spec.rb +136 -0
- data/spec/models/institution_response_spec.rb +88 -0
- data/spec/models/member_response_spec.rb +100 -0
- data/spec/models/member_status_response_spec.rb +82 -0
- data/spec/models/merchant_response_spec.rb +64 -0
- data/spec/models/o_auth_window_response_spec.rb +40 -0
- data/spec/models/pagination_response_spec.rb +52 -0
- data/spec/models/statement_response_spec.rb +76 -0
- data/spec/models/tag_response_spec.rb +46 -0
- data/spec/models/tagging_response_spec.rb +58 -0
- data/spec/models/transaction_response_spec.rb +244 -0
- data/spec/models/transaction_rule_response_spec.rb +70 -0
- data/spec/models/user_response_spec.rb +58 -0
- data/spec/models/widget_response_spec.rb +46 -0
- metadata +100 -2
@@ -0,0 +1,20 @@
|
|
1
|
+
# MxPlatformRuby::OAuthWindowResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **guid** | **String** | | [optional] |
|
8
|
+
| **oauth_window_uri** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'mx-platform-ruby'
|
14
|
+
|
15
|
+
instance = MxPlatformRuby::OAuthWindowResponse.new(
|
16
|
+
guid: MBR-df96fd60-7122-4464-b3c2-ff11d8c74f6f,
|
17
|
+
oauth_window_uri: int-widgets.moneydesktop.com/oauth/predirect_to/MBR-df96fd60-7122-4464-b3c2-ff11d8c74f6f/zgknnw5k7dmztn2njmwlgz574mZlnft6vdrv7kzn9ptj325th6c5p0w6c7j83Ap1bqg01mhsr1bqjgf2fry3ly9wff497c6fcczbyrfgj7s39cygw95Akl7vlpmcAy2kmvh1mlkytg7jA1z3vnw1w3zx2r1wt65s6f6r3ryqqrysl9qA1kr6cAj6vhr1zl325Azz6hx52j1ll3vwbvvbv5xzy7d6csplyw25brA7147vAfq29ArjjAj4qmc6r6h457hkcj2946m0kjp2xzpkz6hz55lsp3Avmdb8dsq4xzqmzzqk68s6bp5tj9jsskw4wvcb95vm4fwh9w8phgp67hfj2flrtwcy5bxbtk74?skip_aggregation=false
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# MxPlatformRuby::PaginationResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **current_page** | **Integer** | | [optional] |
|
8
|
+
| **per_page** | **Integer** | | [optional] |
|
9
|
+
| **total_entries** | **Integer** | | [optional] |
|
10
|
+
| **total_pages** | **Integer** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'mx-platform-ruby'
|
16
|
+
|
17
|
+
instance = MxPlatformRuby::PaginationResponse.new(
|
18
|
+
current_page: 1,
|
19
|
+
per_page: 25,
|
20
|
+
total_entries: 1,
|
21
|
+
total_pages: 1
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# MxPlatformRuby::StatementResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **account_guid** | **String** | | [optional] |
|
8
|
+
| **content_hash** | **String** | | [optional] |
|
9
|
+
| **created_at** | **String** | | [optional] |
|
10
|
+
| **guid** | **String** | | [optional] |
|
11
|
+
| **member_guid** | **String** | | [optional] |
|
12
|
+
| **updated_at** | **String** | | [optional] |
|
13
|
+
| **uri** | **String** | | [optional] |
|
14
|
+
| **user_guid** | **String** | | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'mx-platform-ruby'
|
20
|
+
|
21
|
+
instance = MxPlatformRuby::StatementResponse.new(
|
22
|
+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
23
|
+
content_hash: ca53785b812d00ef821c3d94bfd6e5bbc0020504410589b7ea8552169f021981,
|
24
|
+
created_at: 2016-10-13T18:08:00+00:00,
|
25
|
+
guid: STA-737a344b-caae-0f6e-1384-01f52e75dcb1,
|
26
|
+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
27
|
+
updated_at: 2016-10-13T18:09:00+00:00,
|
28
|
+
uri: uri/to/statement,
|
29
|
+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **statements** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **statements** | [**Array<StatementResponse>**](StatementResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
data/docs/TagResponse.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# MxPlatformRuby::TagResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **guid** | **String** | | [optional] |
|
8
|
+
| **name** | **String** | | [optional] |
|
9
|
+
| **user_guid** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'mx-platform-ruby'
|
15
|
+
|
16
|
+
instance = MxPlatformRuby::TagResponse.new(
|
17
|
+
guid: TAG-aef36e72-6294-4c38-844d-e573e80aed52,
|
18
|
+
name: MY TAG,
|
19
|
+
user_guid: USR-11141024-90b3-1bce-cac9-c06ced52ab4c
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/TagResponseBody.md
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
# MxPlatformRuby::TaggingResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **guid** | **String** | | [optional] |
|
8
|
+
| **member_is_managed_by_user** | **Boolean** | | [optional] |
|
9
|
+
| **tag_guid** | **String** | | [optional] |
|
10
|
+
| **transaction_guid** | **String** | | [optional] |
|
11
|
+
| **user_guid** | **String** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'mx-platform-ruby'
|
17
|
+
|
18
|
+
instance = MxPlatformRuby::TaggingResponse.new(
|
19
|
+
guid: TGN-007f5486-17e1-45fc-8b87-8f03984430fe,
|
20
|
+
member_is_managed_by_user: false,
|
21
|
+
tag_guid: TAG-40faf068-abb4-405c-8f6a-e883ed541fff,
|
22
|
+
transaction_guid: TRN-810828b0-5210-4878-9bd3-f4ce514f90c4,
|
23
|
+
user_guid: USR-11141024-90b3-1bce-cac9-c06ced52ab4c
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/TaggingResponseBody.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **taggings** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **taggings** | [**Array<TaggingResponse>**](TaggingResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
data/docs/TagsResponseBody.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **tags** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **tags** | [**Array<TagResponse>**](TagResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,88 @@
|
|
1
|
+
# MxPlatformRuby::TransactionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **account_guid** | **String** | | [optional] |
|
8
|
+
| **amount** | **Float** | | [optional] |
|
9
|
+
| **category** | **String** | | [optional] |
|
10
|
+
| **check_number_string** | **String** | | [optional] |
|
11
|
+
| **created_at** | **String** | | [optional] |
|
12
|
+
| **currency_code** | **String** | | [optional] |
|
13
|
+
| **date** | **String** | | [optional] |
|
14
|
+
| **description** | **String** | | [optional] |
|
15
|
+
| **guid** | **String** | | [optional] |
|
16
|
+
| **id** | **String** | | [optional] |
|
17
|
+
| **is_bill_pay** | **Boolean** | | [optional] |
|
18
|
+
| **is_direct_deposit** | **Boolean** | | [optional] |
|
19
|
+
| **is_expense** | **Boolean** | | [optional] |
|
20
|
+
| **is_fee** | **Boolean** | | [optional] |
|
21
|
+
| **is_income** | **Boolean** | | [optional] |
|
22
|
+
| **is_international** | **Boolean** | | [optional] |
|
23
|
+
| **is_overdraft_fee** | **Boolean** | | [optional] |
|
24
|
+
| **is_payroll_advance** | **Boolean** | | [optional] |
|
25
|
+
| **is_recurring** | **Boolean** | | [optional] |
|
26
|
+
| **is_subscription** | **Boolean** | | [optional] |
|
27
|
+
| **latitude** | **Float** | | [optional] |
|
28
|
+
| **localized_description** | **String** | | [optional] |
|
29
|
+
| **localized_memo** | **String** | | [optional] |
|
30
|
+
| **longitude** | **Float** | | [optional] |
|
31
|
+
| **member_guid** | **String** | | [optional] |
|
32
|
+
| **memo** | **String** | | [optional] |
|
33
|
+
| **merchant_category_code** | **Integer** | | [optional] |
|
34
|
+
| **merchant_guid** | **String** | | [optional] |
|
35
|
+
| **original_description** | **String** | | [optional] |
|
36
|
+
| **posted_at** | **String** | | [optional] |
|
37
|
+
| **status** | **String** | | [optional] |
|
38
|
+
| **top_level_category** | **String** | | [optional] |
|
39
|
+
| **transacted_at** | **String** | | [optional] |
|
40
|
+
| **type** | **String** | | [optional] |
|
41
|
+
| **updated_at** | **String** | | [optional] |
|
42
|
+
| **user_guid** | **String** | | [optional] |
|
43
|
+
|
44
|
+
## Example
|
45
|
+
|
46
|
+
```ruby
|
47
|
+
require 'mx-platform-ruby'
|
48
|
+
|
49
|
+
instance = MxPlatformRuby::TransactionResponse.new(
|
50
|
+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
51
|
+
amount: 61.11,
|
52
|
+
category: Groceries,
|
53
|
+
check_number_string: 6812,
|
54
|
+
created_at: 2016-10-06T09:43:42.000Z,
|
55
|
+
currency_code: USD,
|
56
|
+
date: 2013-09-23T00:00:00.000Z,
|
57
|
+
description: Whole foods,
|
58
|
+
guid: TRN-265abee9-889b-af6a-c69b-25157db2bdd9,
|
59
|
+
id: transaction-265abee9-889b-af6a-c69b-25157db2bdd9,
|
60
|
+
is_bill_pay: false,
|
61
|
+
is_direct_deposit: false,
|
62
|
+
is_expense: true,
|
63
|
+
is_fee: false,
|
64
|
+
is_income: false,
|
65
|
+
is_international: false,
|
66
|
+
is_overdraft_fee: false,
|
67
|
+
is_payroll_advance: false,
|
68
|
+
is_recurring: false,
|
69
|
+
is_subscription: false,
|
70
|
+
latitude: -43.2075,
|
71
|
+
localized_description: This is a localized_description,
|
72
|
+
localized_memo: This is a localized_memo,
|
73
|
+
longitude: 139.691706,
|
74
|
+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
75
|
+
memo: This is a memo,
|
76
|
+
merchant_category_code: 5411,
|
77
|
+
merchant_guid: MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b,
|
78
|
+
original_description: WHOLEFDS TSQ 102,
|
79
|
+
posted_at: 2016-10-07T06:00:00.000Z,
|
80
|
+
status: POSTED,
|
81
|
+
top_level_category: Food & Dining,
|
82
|
+
transacted_at: 2016-10-06T13:00:00.000Z,
|
83
|
+
type: DEBIT,
|
84
|
+
updated_at: 2016-10-07T05:49:12.000Z,
|
85
|
+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
86
|
+
)
|
87
|
+
```
|
88
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# MxPlatformRuby::TransactionRuleResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **category_guid** | **String** | | [optional] |
|
8
|
+
| **created_at** | **String** | | [optional] |
|
9
|
+
| **description** | **String** | | [optional] |
|
10
|
+
| **guid** | **String** | | [optional] |
|
11
|
+
| **match_description** | **String** | | [optional] |
|
12
|
+
| **updated_at** | **String** | | [optional] |
|
13
|
+
| **user_guid** | **String** | | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'mx-platform-ruby'
|
19
|
+
|
20
|
+
instance = MxPlatformRuby::TransactionRuleResponse.new(
|
21
|
+
category_guid: CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0,
|
22
|
+
created_at: 2018-10-02T22:00:50+00:00,
|
23
|
+
description: Wal-mart food storage,
|
24
|
+
guid: TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3,
|
25
|
+
match_description: Wal-mart,
|
26
|
+
updated_at: 2018-10-02T23:54:40+00:00,
|
27
|
+
user_guid: USR-22fc3203-b3e6-8340-43db-8e50b2f56995
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **transaction_rule** | [**
|
7
|
+
| **transaction_rule** | [**TransactionRuleResponse**](TransactionRuleResponse.md) | | [optional] |
|
8
8
|
|
9
9
|
## Example
|
10
10
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **transaction_rules** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **transaction_rules** | [**Array<TransactionRuleResponse>**](TransactionRuleResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **transactions** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **transactions** | [**Array<TransactionResponse>**](TransactionResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# MxPlatformRuby::UserResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **email** | **String** | | [optional] |
|
8
|
+
| **guid** | **String** | | [optional] |
|
9
|
+
| **id** | **String** | | [optional] |
|
10
|
+
| **is_disabled** | **Boolean** | | [optional] |
|
11
|
+
| **metadata** | **String** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'mx-platform-ruby'
|
17
|
+
|
18
|
+
instance = MxPlatformRuby::UserResponse.new(
|
19
|
+
email: email@provider.com,
|
20
|
+
guid: USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6,
|
21
|
+
id: My-Unique-ID,
|
22
|
+
is_disabled: false,
|
23
|
+
metadata: {\"first_name\": \"Steven\", \"last_name\": \"Universe\"}
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/UserResponseBody.md
CHANGED
data/docs/UsersResponseBody.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pagination** | [**
|
8
|
-
| **users** | [**Array<
|
7
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
8
|
+
| **users** | [**Array<UserResponse>**](UserResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# MxPlatformRuby::WidgetResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **type** | **String** | | [optional] |
|
8
|
+
| **url** | **String** | | [optional] |
|
9
|
+
| **user_id** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'mx-platform-ruby'
|
15
|
+
|
16
|
+
instance = MxPlatformRuby::WidgetResponse.new(
|
17
|
+
type: connect_widget,
|
18
|
+
url: https://int-widgets.moneydesktop.com/md/connect/yxcdk7f1nb99jwApp34lA24m0AZ8rzprgmw17gm8z8h2AzjyAnd1rj42qfv42r3xnn07Amfwlg3j09hwp8bkq8tc5z21j33xjggmp2qtlpkz2v4gywfhfn31l44tx2w91bfc2thc58j4syqp0hgxcyvA4g7754hk7gjc56kt7tc36s45mmkdz2jqqqydspytmtr3dAb9jh6fkb24f3zkfpdjj0v77f0vmrtzvzxkmxz7dklsq8gd0gstkbhlw5bgpgc3m9mAtpAcr2w15gwy5xc4blgxppl42Avnm63291z3cyp0wm3lqgmvgzdAddct423gAdqxdlfx5d4mvc0ck2gt7ktqgks4vxq1pAy5,
|
19
|
+
user_id: U-jeff-201709221210
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|