mx-platform-ruby 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/docs/Account.md +96 -0
  5. data/docs/AccountNumber.md +32 -0
  6. data/docs/AccountNumbersResponseBody.md +20 -0
  7. data/docs/AccountOwner.md +40 -0
  8. data/docs/AccountOwnersResponseBody.md +20 -0
  9. data/docs/AccountResponseBody.md +18 -0
  10. data/docs/AccountUpdateRequest.md +18 -0
  11. data/docs/AccountUpdateRequestBody.md +18 -0
  12. data/docs/AccountsResponseBody.md +20 -0
  13. data/docs/CategoriesResponseBody.md +20 -0
  14. data/docs/Category.md +32 -0
  15. data/docs/CategoryCreateRequest.md +22 -0
  16. data/docs/CategoryCreateRequestBody.md +18 -0
  17. data/docs/CategoryResponseBody.md +18 -0
  18. data/docs/CategoryUpdateRequest.md +20 -0
  19. data/docs/CategoryUpdateRequestBody.md +18 -0
  20. data/docs/Challenge.md +30 -0
  21. data/docs/ChallengeImageOptions.md +22 -0
  22. data/docs/ChallengeOptions.md +20 -0
  23. data/docs/ChallengesResponseBody.md +20 -0
  24. data/docs/ConnectWidget.md +20 -0
  25. data/docs/ConnectWidgetRequest.md +38 -0
  26. data/docs/ConnectWidgetRequestBody.md +18 -0
  27. data/docs/ConnectWidgetResponseBody.md +18 -0
  28. data/docs/Credential.md +26 -0
  29. data/docs/CredentialRequest.md +20 -0
  30. data/docs/CredentialsResponseBody.md +20 -0
  31. data/docs/EnhanceTransaction.md +48 -0
  32. data/docs/EnhanceTransactionsRequest.md +26 -0
  33. data/docs/EnhanceTransactionsRequestBody.md +18 -0
  34. data/docs/EnhanceTransactionsResponseBody.md +18 -0
  35. data/docs/Holding.md +52 -0
  36. data/docs/HoldingResponseBody.md +18 -0
  37. data/docs/HoldingsResponseBody.md +20 -0
  38. data/docs/InlineResponse200.md +18 -0
  39. data/docs/Institution.md +36 -0
  40. data/docs/InstitutionResponseBody.md +18 -0
  41. data/docs/InstitutionsResponseBody.md +20 -0
  42. data/docs/Member.md +40 -0
  43. data/docs/MemberCreateRequest.md +30 -0
  44. data/docs/MemberCreateRequestBody.md +22 -0
  45. data/docs/MemberResponseBody.md +18 -0
  46. data/docs/MemberResumeRequest.md +18 -0
  47. data/docs/MemberResumeRequestBody.md +18 -0
  48. data/docs/MemberStatus.md +34 -0
  49. data/docs/MemberStatusResponseBody.md +18 -0
  50. data/docs/MemberUpdateRequest.md +26 -0
  51. data/docs/MemberUpdateRequestBody.md +18 -0
  52. data/docs/MembersResponseBody.md +20 -0
  53. data/docs/Merchant.md +28 -0
  54. data/docs/MerchantResponseBody.md +18 -0
  55. data/docs/MerchantsResponseBody.md +20 -0
  56. data/docs/MxPlatformApi.md +5182 -0
  57. data/docs/OAuthWindow.md +20 -0
  58. data/docs/OAuthWindowResponseBody.md +18 -0
  59. data/docs/Pagination.md +24 -0
  60. data/docs/Statement.md +32 -0
  61. data/docs/StatementResponseBody.md +18 -0
  62. data/docs/StatementsResponseBody.md +20 -0
  63. data/docs/Tag.md +22 -0
  64. data/docs/TagCreateRequest.md +18 -0
  65. data/docs/TagCreateRequestBody.md +18 -0
  66. data/docs/TagResponseBody.md +18 -0
  67. data/docs/TagUpdateRequest.md +18 -0
  68. data/docs/TagUpdateRequestBody.md +18 -0
  69. data/docs/Tagging.md +26 -0
  70. data/docs/TaggingCreateRequest.md +20 -0
  71. data/docs/TaggingCreateRequestBody.md +18 -0
  72. data/docs/TaggingResponseBody.md +18 -0
  73. data/docs/TaggingUpdateRequest.md +18 -0
  74. data/docs/TaggingUpdateRequestBody.md +18 -0
  75. data/docs/TaggingsResponseBody.md +20 -0
  76. data/docs/TagsResponseBody.md +20 -0
  77. data/docs/Transaction.md +88 -0
  78. data/docs/TransactionResponseBody.md +18 -0
  79. data/docs/TransactionRule.md +30 -0
  80. data/docs/TransactionRuleCreateRequest.md +22 -0
  81. data/docs/TransactionRuleCreateRequestBody.md +18 -0
  82. data/docs/TransactionRuleResponseBody.md +18 -0
  83. data/docs/TransactionRuleUpdateRequest.md +22 -0
  84. data/docs/TransactionRuleUpdateRequestBody.md +18 -0
  85. data/docs/TransactionRulesResponseBody.md +20 -0
  86. data/docs/TransactionUpdateRequest.md +18 -0
  87. data/docs/TransactionUpdateRequestBody.md +18 -0
  88. data/docs/TransactionsResponseBody.md +20 -0
  89. data/docs/User.md +26 -0
  90. data/docs/UserCreateRequest.md +24 -0
  91. data/docs/UserCreateRequestBody.md +18 -0
  92. data/docs/UserResponseBody.md +18 -0
  93. data/docs/UserUpdateRequest.md +24 -0
  94. data/docs/UserUpdateRequestBody.md +18 -0
  95. data/docs/UsersResponseBody.md +20 -0
  96. data/docs/Widget.md +22 -0
  97. data/docs/WidgetRequest.md +42 -0
  98. data/docs/WidgetRequestBody.md +18 -0
  99. data/docs/WidgetResponseBody.md +18 -0
  100. data/lib/mx-platform-ruby/version.rb +1 -1
  101. data/openapi/mx_platform_ruby.yml +1 -1
  102. data/pkg/mx-platform-ruby-0.2.0.gem +0 -0
  103. metadata +98 -1
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::OAuthWindow
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::OAuthWindow.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,18 @@
1
+ # MxPlatformRuby::OAuthWindowResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **member** | [**OAuthWindow**](OAuthWindow.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::OAuthWindowResponseBody.new(
15
+ member: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # MxPlatformRuby::Pagination
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::Pagination.new(
18
+ current_page: 1,
19
+ per_page: 25,
20
+ total_entries: 1,
21
+ total_pages: 1
22
+ )
23
+ ```
24
+
data/docs/Statement.md ADDED
@@ -0,0 +1,32 @@
1
+ # MxPlatformRuby::Statement
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::Statement.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
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::StatementResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **statement** | [**Statement**](Statement.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::StatementResponseBody.new(
15
+ statement: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::StatementsResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **statements** | [**Array<Statement>**](Statement.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::StatementsResponseBody.new(
16
+ pagination: null,
17
+ statements: null
18
+ )
19
+ ```
20
+
data/docs/Tag.md ADDED
@@ -0,0 +1,22 @@
1
+ # MxPlatformRuby::Tag
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::Tag.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
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TagCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TagCreateRequest.new(
15
+ name: MY TAG
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TagCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tag** | [**TagCreateRequest**](TagCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TagCreateRequestBody.new(
15
+ tag: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TagResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tag** | [**Tag**](Tag.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TagResponseBody.new(
15
+ tag: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TagUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TagUpdateRequest.new(
15
+ name: MY TAG
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TagUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tag** | [**TagUpdateRequest**](TagUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TagUpdateRequestBody.new(
15
+ tag: null
16
+ )
17
+ ```
18
+
data/docs/Tagging.md ADDED
@@ -0,0 +1,26 @@
1
+ # MxPlatformRuby::Tagging
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::Tagging.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
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::TaggingCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tag_guid** | **String** | | |
8
+ | **transaction_guid** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::TaggingCreateRequest.new(
16
+ tag_guid: TAG-40faf068-abb4-405c-8f6a-e883ed541fff,
17
+ transaction_guid: TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TaggingCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tagging** | [**TaggingCreateRequest**](TaggingCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TaggingCreateRequestBody.new(
15
+ tagging: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TaggingResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tagging** | [**Tagging**](Tagging.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TaggingResponseBody.new(
15
+ tagging: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TaggingUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tag_guid** | **String** | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TaggingUpdateRequest.new(
15
+ tag_guid: TAG-40faf068-abb4-405c-8f6a-e883ed541fff
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TaggingUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tagging** | [**TaggingUpdateRequest**](TaggingUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TaggingUpdateRequestBody.new(
15
+ tagging: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::TaggingsResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **taggings** | [**Array<Tagging>**](Tagging.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::TaggingsResponseBody.new(
16
+ pagination: null,
17
+ taggings: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::TagsResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **tags** | [**Array<Tag>**](Tag.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::TagsResponseBody.new(
16
+ pagination: null,
17
+ tags: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,88 @@
1
+ # MxPlatformRuby::Transaction
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::Transaction.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
+