Skip to content

Commit d78a0af

Browse files
authored
Merge pull request #101 from mxenabled/openapi-generator-1.10.1
Generated version 1.10.1
2 parents 1584e9d + 4966047 commit d78a0af

File tree

587 files changed

+37184
-20565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

587 files changed

+37184
-20565
lines changed

.openapi-generator/FILES

Lines changed: 174 additions & 30 deletions
Large diffs are not rendered by default.

docs/ACHResponse.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# MxPlatformRuby::ACHResponse
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **account_guid** | **String** | | [optional] |
8+
| **account_number_last_four** | **String** | | [optional] |
9+
| **account_type** | **String** | | [optional] |
10+
| **ach_initiated_at** | **String** | | [optional] |
11+
| **client_guid** | **String** | | [optional] |
12+
| **corrected_account_number** | **String** | | [optional] |
13+
| **corrected_routing_number** | **String** | | [optional] |
14+
| **created_at** | **String** | | [optional] |
15+
| **guid** | **String** | | [optional] |
16+
| **id** | **String** | | [optional] |
17+
| **institution_guid** | **String** | | [optional] |
18+
| **investigation_notes** | **String** | | [optional] |
19+
| **member_guid** | **String** | | [optional] |
20+
| **processing_errors** | **String** | | [optional] |
21+
| **resolution_code** | **String** | | [optional] |
22+
| **resolution_detail** | **String** | | [optional] |
23+
| **resolved_status_at** | **String** | | [optional] |
24+
| **return_code** | **String** | | [optional] |
25+
| **return_notes** | **String** | | [optional] |
26+
| **return_account_number** | **String** | | [optional] |
27+
| **return_routing_number** | **String** | | [optional] |
28+
| **return_status** | **String** | | [optional] |
29+
| **returned_at** | **String** | | [optional] |
30+
| **sec_code** | **String** | | [optional] |
31+
| **started_processing_at** | **String** | | [optional] |
32+
| **submitted_at** | **String** | | [optional] |
33+
| **transaction_amount** | **Float** | | [optional] |
34+
| **updated_at** | **String** | | [optional] |
35+
| **user_guid** | **String** | | [optional] |
36+
37+
## Example
38+
39+
```ruby
40+
require 'mx-platform-ruby'
41+
42+
instance = MxPlatformRuby::ACHResponse.new(
43+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
44+
account_number_last_four: 1234,
45+
account_type: CREDIT,
46+
ach_initiated_at: 2025-02-13T18:08:00+00:00,
47+
client_guid: CLT-abcd-1234,
48+
corrected_account_number: null,
49+
corrected_routing_number: null,
50+
created_at: null,
51+
guid: ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6,
52+
id: client_ach_return_id_1234,
53+
institution_guid: INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7,
54+
investigation_notes: null,
55+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
56+
processing_errors: null,
57+
resolution_code: null,
58+
resolution_detail: null,
59+
resolved_status_at: null,
60+
return_code: R01,
61+
return_notes: null,
62+
return_account_number: null,
63+
return_routing_number: null,
64+
return_status: SUBMITTED,
65+
returned_at: 2025-02-13T18:09:00+00:00,
66+
sec_code: PPD,
67+
started_processing_at: null,
68+
submitted_at: null,
69+
transaction_amount: 225.84,
70+
updated_at: null,
71+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
72+
)
73+
```
74+

docs/ACHReturnCreateRequest.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# MxPlatformRuby::ACHReturnCreateRequest
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **account_guid** | **String** | The unique identifier for the account associated with the transaction. Defined by MX. | |
8+
| **account_number_last_four** | **String** | The last 4 digits of the account number used for the transaction by the Originating Depository Financial Institution (ODFI). | [optional] |
9+
| **ach_initiated_at** | **String** | The date and time when the transaction was initiated by the Originating Depository Financial Institution (ODFI) in ISO 8601 format without timestamp. | [optional] |
10+
| **corrected_account_number** | **String** | The account number correction reported by the RDFI. Populate only if the `resolution_code` is `NOTICE_OF_CHANGE`. | [optional] |
11+
| **corrected_routing_number** | **String** | The routing number correction reported by the RDFI. Populate only if the `resolution_code` is `NOTICE_OF_CHANGE`. Must be a valid 9-digit routing number format. | [optional] |
12+
| **id** | **String** | Client-defined identifier for this specific return submission. Allows you to track and reference you requests. | |
13+
| **member_guid** | **String** | The unique identifier for the member associated with the transaction. Defined by MX. | |
14+
| **return_account_number** | **String** | Incorrect account number used in the ACH transaction. | [optional] |
15+
| **return_code** | **String** | The associated ACH return code and notice of change code (for example, R02, R03, R04, R05, R20, NOC). See [Return Codes](/api-reference/platform-api/reference/ach-return-fields#return-codes) for a complete list. | |
16+
| **return_notes** | **String** | Notes that you set to inform MX on internal ACH processing. | [optional] |
17+
| **return_routing_number** | **String** | Incorrect routing number used in the ACH transaction. | [optional] |
18+
| **returned_at** | **String** | The date and time when the return was reported by the Receiving Financial Depository Institution (RDFI) in ISO 8601 format without timestamp. | [optional] |
19+
| **sec_code** | **String** | The SEC code (Standard Entry Class Code)–a three-letter code describing how a payment was authorized (for example, `WEB`). See [SEC Codes](/api-reference/platform-api/reference/ach-return-fields#sec-codes) for a complete list. | [optional] |
20+
| **transaction_amount** | **Float** | The amount of the transaction. | [optional] |
21+
| **transaction_amount_range** | **Float** | The transaction amount range, used for impact assessment. | [optional] |
22+
| **user_guid** | **String** | MX-defined identifier for the user associated with the ACH return. | |
23+
24+
## Example
25+
26+
```ruby
27+
require 'mx-platform-ruby'
28+
29+
instance = MxPlatformRuby::ACHReturnCreateRequest.new(
30+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
31+
account_number_last_four: 1234,
32+
ach_initiated_at: 2025-02-13T18:08:00+00:00,
33+
corrected_account_number: null,
34+
corrected_routing_number: null,
35+
id: client_ach_id_1234,
36+
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
37+
return_account_number: null,
38+
return_code: R01,
39+
return_notes: null,
40+
return_routing_number: null,
41+
returned_at: 2025-02-13T18:09:00+00:00,
42+
sec_code: PPD,
43+
transaction_amount: 225.84,
44+
transaction_amount_range: null,
45+
user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54
46+
)
47+
```
48+

docs/ACHReturnCreateRequestBody.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MxPlatformRuby::ACHReturnCreateRequestBody
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **ach_return** | [**ACHReturnCreateRequest**](ACHReturnCreateRequest.md) | | [optional] |
8+
9+
## Example
10+
11+
```ruby
12+
require 'mx-platform-ruby'
13+
14+
instance = MxPlatformRuby::ACHReturnCreateRequestBody.new(
15+
ach_return: null
16+
)
17+
```
18+

docs/ACHReturnResponseBody.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MxPlatformRuby::ACHReturnResponseBody
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **ach_return** | [**ACHResponse**](ACHResponse.md) | | [optional] |
8+
9+
## Example
10+
11+
```ruby
12+
require 'mx-platform-ruby'
13+
14+
instance = MxPlatformRuby::ACHReturnResponseBody.new(
15+
ach_return: null
16+
)
17+
```
18+
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# MxPlatformRuby::HoldingsResponseBody
1+
# MxPlatformRuby::ACHReturnsResponseBody
22

33
## Properties
44

55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
7-
| **holdings** | [**Array<HoldingResponse>**](HoldingResponse.md) | | [optional] |
7+
| **ach_returns** | [**Array<ACHResponse>**](ACHResponse.md) | | [optional] |
88
| **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
99

1010
## Example
1111

1212
```ruby
1313
require 'mx-platform-ruby'
1414

15-
instance = MxPlatformRuby::HoldingsResponseBody.new(
16-
holdings: null,
15+
instance = MxPlatformRuby::ACHReturnsResponseBody.new(
16+
ach_returns: null,
1717
pagination: null
1818
)
1919
```

docs/AccountCreateRequest.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ require 'mx-platform-ruby'
3434
instance = MxPlatformRuby::AccountCreateRequest.new(
3535
account_subtype: PERSONAL,
3636
account_type: SAVINGS,
37-
apr: 1.0,
38-
apy: 1.0,
39-
available_balance: 1000.0,
40-
balance: 1000.0,
41-
cash_surrender_value: 1000.0,
42-
credit_limit: 100.0,
37+
apr: 1,
38+
apy: 1,
39+
available_balance: 1000,
40+
balance: 1000,
41+
cash_surrender_value: 1000,
42+
credit_limit: 100,
4343
currency_code: USD,
4444
death_benefit: 1000,
45-
interest_rate: 1.0,
45+
interest_rate: 1,
4646
is_business: false,
4747
is_closed: false,
4848
is_hidden: false,
49-
loan_amount: 1000.0,
49+
loan_amount: 1000,
5050
metadata: some metadata,
5151
name: Test account 2,
5252
nickname: Swiss Account,
53-
original_balance: 10.0,
53+
original_balance: 10,
5454
property_type: VEHICLE,
5555
skip_webhook: true
5656
)

docs/AccountNumberResponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
| **account_guid** | **String** | | [optional] |
88
| **account_number** | **String** | | [optional] |
99
| **guid** | **String** | | [optional] |
10+
| **institution_number** | **String** | | [optional] |
1011
| **loan_guarantor** | **String** | | [optional] |
1112
| **loan_reference_number** | **String** | | [optional] |
12-
| **institution_number** | **String** | | [optional] |
1313
| **member_guid** | **String** | | [optional] |
1414
| **passed_validation** | **Boolean** | | [optional] |
1515
| **routing_number** | **String** | | [optional] |
@@ -26,9 +26,9 @@ instance = MxPlatformRuby::AccountNumberResponse.new(
2626
account_guid: ACT-06d7f45b-caae-0f6e-1384-01f52e75dcb1,
2727
account_number: 10001,
2828
guid: ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f,
29-
loan_guarantor: U.S. DEPARTMENT OF EDUCATION,
30-
loan_reference_number: 123456789012345,
3129
institution_number: 123,
30+
loan_guarantor: U.S. DEPARTMENT OF EDUCATION (123456),
31+
loan_reference_number: 123456789012345,
3232
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
3333
passed_validation: true,
3434
routing_number: 68899990000000,

docs/AccountResponse.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -140,23 +140,23 @@ instance = MxPlatformRuby::AccountResponse.new(
140140
annuity_policy_to_date: 2016-10-13T17:57:37.000Z,
141141
annuity_provider: Metlife,
142142
annuity_term_year: 2048,
143-
apr: 1.0,
143+
apr: 1,
144144
apr_set_by: 1,
145-
apy: 1.0,
145+
apy: 1,
146146
apy_set_by: 1,
147-
available_balance: 1000.0,
147+
available_balance: 1000,
148148
available_balance_set_by: 1,
149-
available_credit: 1000.0,
149+
available_credit: 1000,
150150
available_credit_set_by: 1,
151-
balance: 10000.0,
151+
balance: 10000,
152152
balance_set_by: 1,
153153
calculated_apr: 21.66409,
154-
cash_balance: 1000.0,
154+
cash_balance: 1000,
155155
cash_balance_set_by: 1,
156-
cash_surrender_value: 1000.0,
156+
cash_surrender_value: 1000,
157157
cash_surrender_value_set_by: 1,
158158
created_at: 2023-07-25T17:14:46Z,
159-
credit_limit: 100.0,
159+
credit_limit: 100,
160160
credit_limit_set_by: 1,
161161
currency_code: USD,
162162
currency_code_set_by: 1,
@@ -168,75 +168,75 @@ instance = MxPlatformRuby::AccountResponse.new(
168168
feed_account_number: 5366,
169169
feed_account_subtype: 1,
170170
feed_account_type: 1,
171-
feed_apr: 1.0,
172-
feed_apy: 1.0,
173-
feed_available_balance: 1000.0,
174-
feed_balance: 1000.0,
175-
feed_cash_balance: 1000.0,
176-
feed_cash_surrender_value: 1000.0,
177-
feed_credit_limit: 100.0,
171+
feed_apr: 1,
172+
feed_apy: 1,
173+
feed_available_balance: 1000,
174+
feed_balance: 1000,
175+
feed_cash_balance: 1000,
176+
feed_cash_surrender_value: 1000,
177+
feed_credit_limit: 100,
178178
feed_currency_code: USD,
179179
feed_day_payment_is_due: 20,
180180
feed_death_benefit: 1000,
181-
feed_holdings_value: 1000.0,
182-
feed_interest_rate: 1.0,
181+
feed_holdings_value: 1000,
182+
feed_interest_rate: 1,
183183
feed_is_closed: false,
184-
feed_last_payment: 100.0,
184+
feed_last_payment: 100,
185185
feed_last_payment_at: 2023-07-25T17:14:46Z,
186-
feed_loan_amount: 1000.0,
186+
feed_loan_amount: 1000,
187187
feed_matures_on: 2015-10-13T17:57:37.000Z,
188-
feed_minimum_balance: 100.0,
189-
feed_minimum_payment: 10.0,
188+
feed_minimum_balance: 100,
189+
feed_minimum_payment: 10,
190190
feed_name: Test account 2,
191191
feed_nickname: My Checking,
192-
feed_original_balance: 10.0,
192+
feed_original_balance: 10,
193193
feed_payment_due_at: 2025-02-13T17:57:37.000Z,
194-
feed_payoff_balance: 10.0,
194+
feed_payoff_balance: 10,
195195
feed_routing_number: 68899990000000,
196196
feed_started_on: 2020-10-13T17:57:37.000Z,
197-
feed_statement_balance: 100.0,
198-
feed_total_account_value: 100.0,
197+
feed_statement_balance: 100,
198+
feed_total_account_value: 100,
199199
guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
200-
holdings_value: 1000.0,
200+
holdings_value: 1000,
201201
holdings_value_set_by: 1,
202202
id: 1040434698,
203203
imported_at: 2015-10-13T17:57:37.000Z,
204204
institution_code: 3af3685e-05d9-7060-359f-008d0755e993,
205205
institution_guid: INS-12a3b-4c5dd6-1349-008d0755e993,
206206
insured_name: Tommy Shelby,
207-
interest_rate: 1.0,
207+
interest_rate: 1,
208208
interest_rate_set_by: 1,
209209
is_closed: false,
210210
is_closed_set_by: 1,
211211
is_hidden: false,
212212
is_manual: false,
213-
last_payment: 100.0,
213+
last_payment: 100,
214214
last_payment_set_by: 1,
215215
last_payment_at: 2023-07-25T17:14:46Z,
216216
last_payment_at_set_by: 1,
217-
loan_amount: 1000.0,
217+
loan_amount: 1000,
218218
loan_amount_set_by: 1,
219-
margin_balance: 1000.0,
219+
margin_balance: 1000,
220220
matures_on: 2015-10-13T17:57:37.000Z,
221221
matures_on_set_by: 1,
222222
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
223223
member_id: member123,
224224
member_is_managed_by_user: false,
225225
metadata: some metadata,
226-
minimum_balance: 100.0,
226+
minimum_balance: 100,
227227
minimum_balance_set_by: 1,
228-
minimum_payment: 10.0,
228+
minimum_payment: 10,
229229
minimum_payment_set_by: 1,
230230
name: Test account 2,
231231
name_set_by: 1,
232232
nickname: My Checking,
233233
nickname_set_by: 1,
234-
original_balance: 10.0,
234+
original_balance: 10,
235235
original_balance_set_by: 1,
236-
pay_out_amount: 10.0,
236+
pay_out_amount: 10,
237237
payment_due_at: 2015-10-13T17:57:37.000Z,
238238
payment_due_at_set_by: 1,
239-
payoff_balance: 10.0,
239+
payoff_balance: 10,
240240
payoff_balance_set_by: 1,
241241
premium_amount: 3900,
242242
property_type: VEHICLE,
@@ -249,9 +249,9 @@ instance = MxPlatformRuby::AccountResponse.new(
249249
subtype_set_by: 1,
250250
today_ugl_amount: 1000.5,
251251
today_ugl_percentage: 6.9,
252-
total_account_value: 1.0,
252+
total_account_value: 1,
253253
total_account_value_set_by: 1,
254-
total_account_value_ugl: 1.0,
254+
total_account_value_ugl: 1,
255255
type: SAVINGS,
256256
type_set_by: 1,
257257
updated_at: 2016-10-13T18:08:00.000Z,

0 commit comments

Comments
 (0)