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
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **categories** | [**Array<
|
8
|
-
| **pagination** | [**
|
7
|
+
| **categories** | [**Array<CategoryResponse>**](CategoryResponse.md) | | [optional] |
|
8
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# MxPlatformRuby::CategoryResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_at** | **String** | | [optional] |
|
8
|
+
| **guid** | **String** | | [optional] |
|
9
|
+
| **is_default** | **Boolean** | | [optional] |
|
10
|
+
| **is_income** | **Boolean** | | [optional] |
|
11
|
+
| **metadata** | **String** | | [optional] |
|
12
|
+
| **name** | **String** | | [optional] |
|
13
|
+
| **parent_guid** | **String** | | [optional] |
|
14
|
+
| **updated_at** | **String** | | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'mx-platform-ruby'
|
20
|
+
|
21
|
+
instance = MxPlatformRuby::CategoryResponse.new(
|
22
|
+
created_at: 2015-04-13T18:01:23.000Z,
|
23
|
+
guid: CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874,
|
24
|
+
is_default: true,
|
25
|
+
is_income: false,
|
26
|
+
metadata: some metadata,
|
27
|
+
name: Auto Insurance,
|
28
|
+
parent_guid: CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874,
|
29
|
+
updated_at: 2015-05-13T18:01:23.000Z
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# MxPlatformRuby::ChallengeResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **field_name** | **String** | | [optional] |
|
8
|
+
| **guid** | **String** | | [optional] |
|
9
|
+
| **image_data** | **String** | | [optional] |
|
10
|
+
| **image_options** | [**Array<ChallengeResponseImageOptions>**](ChallengeResponseImageOptions.md) | | [optional] |
|
11
|
+
| **label** | **String** | | [optional] |
|
12
|
+
| **options** | [**Array<ChallengeResponseOptions>**](ChallengeResponseOptions.md) | | [optional] |
|
13
|
+
| **type** | **String** | | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'mx-platform-ruby'
|
19
|
+
|
20
|
+
instance = MxPlatformRuby::ChallengeResponse.new(
|
21
|
+
field_name: Who is this guy?,
|
22
|
+
guid: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5,
|
23
|
+
image_data: Who is this guy?,
|
24
|
+
image_options: null,
|
25
|
+
label: Who is this guy?,
|
26
|
+
options: null,
|
27
|
+
type: IMAGE_DATA
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# MxPlatformRuby::ChallengeResponseImageOptions
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **data_uri** | **String** | | [optional] |
|
8
|
+
| **label** | **String** | | [optional] |
|
9
|
+
| **value** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'mx-platform-ruby'
|
15
|
+
|
16
|
+
instance = MxPlatformRuby::ChallengeResponseImageOptions.new(
|
17
|
+
data_uri: data:image/png;base64,iVBORw0KGgoAAAANSUh ... more image data ...,
|
18
|
+
label: IMAGE_1,
|
19
|
+
value: image_data
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# MxPlatformRuby::ChallengeResponseOptions
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **label** | **String** | | [optional] |
|
8
|
+
| **value** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'mx-platform-ruby'
|
14
|
+
|
15
|
+
instance = MxPlatformRuby::ChallengeResponseOptions.new(
|
16
|
+
label: IMAGE_1,
|
17
|
+
value: image_data
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **challenges** | [**Array<
|
8
|
-
| **pagination** | [**
|
7
|
+
| **challenges** | [**Array<ChallengeResponse>**](ChallengeResponse.md) | | [optional] |
|
8
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# MxPlatformRuby::ConnectWidgetResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **connect_widget_url** | **String** | | [optional] |
|
8
|
+
| **guid** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'mx-platform-ruby'
|
14
|
+
|
15
|
+
instance = MxPlatformRuby::ConnectWidgetResponse.new(
|
16
|
+
connect_widget_url: https://int-widgets.moneydesktop.com/md/connect/jb1rA14m85tw2lyvpgfx4gc6d3Z8z8Ayb8,
|
17
|
+
guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# MxPlatformRuby::CredentialResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **display_order** | **Integer** | | [optional] |
|
8
|
+
| **field_name** | **String** | | [optional] |
|
9
|
+
| **field_type** | **String** | | [optional] |
|
10
|
+
| **guid** | **String** | | [optional] |
|
11
|
+
| **label** | **String** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'mx-platform-ruby'
|
17
|
+
|
18
|
+
instance = MxPlatformRuby::CredentialResponse.new(
|
19
|
+
display_order: 1,
|
20
|
+
field_name: LOGIN,
|
21
|
+
field_type: TEXT,
|
22
|
+
guid: CRD-1ec152cd-e628-e81a-e852-d1e7104624da,
|
23
|
+
label: Username
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **credentials** | [**Array<
|
8
|
-
| **pagination** | [**
|
7
|
+
| **credentials** | [**Array<CredentialResponse>**](CredentialResponse.md) | | [optional] |
|
8
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# MxPlatformRuby::EnhanceTransactionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **amount** | **Float** | | [optional] |
|
8
|
+
| **category** | **String** | | [optional] |
|
9
|
+
| **description** | **String** | | [optional] |
|
10
|
+
| **id** | **String** | | [optional] |
|
11
|
+
| **is_bill_pay** | **Boolean** | | [optional] |
|
12
|
+
| **is_direct_deposit** | **Boolean** | | [optional] |
|
13
|
+
| **is_expense** | **Boolean** | | [optional] |
|
14
|
+
| **is_fee** | **Boolean** | | [optional] |
|
15
|
+
| **is_income** | **Boolean** | | [optional] |
|
16
|
+
| **is_international** | **Boolean** | | [optional] |
|
17
|
+
| **is_overdraft_fee** | **Boolean** | | [optional] |
|
18
|
+
| **is_payroll_advance** | **Boolean** | | [optional] |
|
19
|
+
| **merchant_category_code** | **Integer** | | [optional] |
|
20
|
+
| **merchant_guid** | **String** | | [optional] |
|
21
|
+
| **original_description** | **String** | | [optional] |
|
22
|
+
| **type** | **String** | | [optional] |
|
23
|
+
|
24
|
+
## Example
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
require 'mx-platform-ruby'
|
28
|
+
|
29
|
+
instance = MxPlatformRuby::EnhanceTransactionResponse.new(
|
30
|
+
amount: 21.33,
|
31
|
+
category: Fast Food,
|
32
|
+
description: IN-N-OUT BURGER,
|
33
|
+
id: ID-123,
|
34
|
+
is_bill_pay: false,
|
35
|
+
is_direct_deposit: false,
|
36
|
+
is_expense: false,
|
37
|
+
is_fee: false,
|
38
|
+
is_income: false,
|
39
|
+
is_international: false,
|
40
|
+
is_overdraft_fee: false,
|
41
|
+
is_payroll_advance: false,
|
42
|
+
merchant_category_code: 5411,
|
43
|
+
merchant_guid: MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b,
|
44
|
+
original_description: IN-N-OUT BURGER,
|
45
|
+
type: DEBIT
|
46
|
+
)
|
47
|
+
```
|
48
|
+
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **transactions** | [**Array<
|
7
|
+
| **transactions** | [**Array<EnhanceTransactionResponse>**](EnhanceTransactionResponse.md) | | [optional] |
|
8
8
|
|
9
9
|
## Example
|
10
10
|
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# MxPlatformRuby::HoldingResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **account_guid** | **String** | | [optional] |
|
8
|
+
| **cost_basis** | **Float** | | [optional] |
|
9
|
+
| **created_at** | **String** | | [optional] |
|
10
|
+
| **currency_code** | **String** | | [optional] |
|
11
|
+
| **cusip** | **String** | | [optional] |
|
12
|
+
| **daily_change** | **Float** | | [optional] |
|
13
|
+
| **description** | **String** | | [optional] |
|
14
|
+
| **guid** | **String** | | [optional] |
|
15
|
+
| **holding_type** | **String** | | [optional] |
|
16
|
+
| **id** | **String** | | [optional] |
|
17
|
+
| **market_value** | **Float** | | [optional] |
|
18
|
+
| **member_guid** | **String** | | [optional] |
|
19
|
+
| **metadata** | **String** | | [optional] |
|
20
|
+
| **purchase_price** | **Float** | | [optional] |
|
21
|
+
| **shares** | **Float** | | [optional] |
|
22
|
+
| **symbol** | **String** | | [optional] |
|
23
|
+
| **updated_at** | **String** | | [optional] |
|
24
|
+
| **user_guid** | **String** | | [optional] |
|
25
|
+
|
26
|
+
## Example
|
27
|
+
|
28
|
+
```ruby
|
29
|
+
require 'mx-platform-ruby'
|
30
|
+
|
31
|
+
instance = MxPlatformRuby::HoldingResponse.new(
|
32
|
+
account_guid: HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2,
|
33
|
+
cost_basis: 827.0,
|
34
|
+
created_at: 2015-04-13T18:01:23.000Z,
|
35
|
+
currency_code: USD,
|
36
|
+
cusip: 18383M878,
|
37
|
+
daily_change: 2.5,
|
38
|
+
description: Guggenheim Defensive Equity ETF,
|
39
|
+
guid: HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2,
|
40
|
+
holding_type: MONEY_MARKET,
|
41
|
+
id: ID-123,
|
42
|
+
market_value: 989.5,
|
43
|
+
member_guid: MBR-d65683e8-9eab-26bb-bcfd-ced159c9abe,
|
44
|
+
metadata: metadata,
|
45
|
+
purchase_price: 26.3,
|
46
|
+
shares: 6.0,
|
47
|
+
symbol: DEF,
|
48
|
+
updated_at: 2015-04-13T18:01:23.000Z,
|
49
|
+
user_guid: USR-743e5d7f-1116-28fa-5de1-d3ba02e41d8d
|
50
|
+
)
|
51
|
+
```
|
52
|
+
|
data/docs/HoldingResponseBody.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **holdings** | [**Array<
|
8
|
-
| **pagination** | [**
|
7
|
+
| **holdings** | [**Array<HoldingResponse>**](HoldingResponse.md) | | [optional] |
|
8
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# MxPlatformRuby::InstitutionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **code** | **String** | | [optional] |
|
8
|
+
| **medium_logo_url** | **String** | | [optional] |
|
9
|
+
| **name** | **String** | | [optional] |
|
10
|
+
| **small_logo_url** | **String** | | [optional] |
|
11
|
+
| **supports_account_identification** | **Boolean** | | [optional] |
|
12
|
+
| **supports_account_statement** | **Boolean** | | [optional] |
|
13
|
+
| **supports_account_verification** | **Boolean** | | [optional] |
|
14
|
+
| **supports_oauth** | **Boolean** | | [optional] |
|
15
|
+
| **supports_transaction_history** | **Boolean** | | [optional] |
|
16
|
+
| **url** | **String** | | [optional] |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'mx-platform-ruby'
|
22
|
+
|
23
|
+
instance = MxPlatformRuby::InstitutionResponse.new(
|
24
|
+
code: chase,
|
25
|
+
medium_logo_url: https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png,
|
26
|
+
name: Chase Bank,
|
27
|
+
small_logo_url: https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png,
|
28
|
+
supports_account_identification: true,
|
29
|
+
supports_account_statement: true,
|
30
|
+
supports_account_verification: true,
|
31
|
+
supports_oauth: true,
|
32
|
+
supports_transaction_history: true,
|
33
|
+
url: https://www.chase.com
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **institutions** | [**Array<
|
8
|
-
| **pagination** | [**
|
7
|
+
| **institutions** | [**Array<InstitutionResponse>**](InstitutionResponse.md) | | [optional] |
|
8
|
+
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# MxPlatformRuby::MemberResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **aggregated_at** | **String** | | [optional] |
|
8
|
+
| **connection_status** | **String** | | [optional] |
|
9
|
+
| **guid** | **String** | | [optional] |
|
10
|
+
| **id** | **String** | | [optional] |
|
11
|
+
| **institution_code** | **String** | | [optional] |
|
12
|
+
| **is_being_aggregated** | **Boolean** | | [optional] |
|
13
|
+
| **is_oauth** | **Boolean** | | [optional] |
|
14
|
+
| **metadata** | **String** | | [optional] |
|
15
|
+
| **name** | **String** | | [optional] |
|
16
|
+
| **oauth_window_uri** | **String** | | [optional] |
|
17
|
+
| **successfully_aggregated_at** | **String** | | [optional] |
|
18
|
+
| **user_guid** | **String** | | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'mx-platform-ruby'
|
24
|
+
|
25
|
+
instance = MxPlatformRuby::MemberResponse.new(
|
26
|
+
aggregated_at: 2016-10-13T18:07:57.000Z,
|
27
|
+
connection_status: CONNECTED,
|
28
|
+
guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
|
29
|
+
id: unique_id,
|
30
|
+
institution_code: chase,
|
31
|
+
is_being_aggregated: false,
|
32
|
+
is_oauth: false,
|
33
|
+
metadata: \"credentials_last_refreshed_at\": \"2015-10-15\",
|
34
|
+
name: Chase Bank,
|
35
|
+
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
|
+
successfully_aggregated_at: 2016-10-13T17:57:38.000Z,
|
37
|
+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|