Skip to content

Commit

Permalink
Generated version 0.19.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.19.0 of this library.
  • Loading branch information
devexperience committed Jul 28, 2023
1 parent 41e74c7 commit 541ebd2
Show file tree
Hide file tree
Showing 8 changed files with 215 additions and 284 deletions.
44 changes: 13 additions & 31 deletions docs/AccountCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,57 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_number** | **String** | | [optional] |
| **account_subtype_name** | **String** | | [optional] |
| **account_type** | **Integer** | | |
| **apr** | **Float** | | [optional] |
| **apy** | **Float** | | [optional] |
| **available_balance** | **Float** | | [optional] |
| **available_credit** | **Float** | | [optional] |
| **balance** | **Float** | | |
| **balance** | **Float** | | [optional] |
| **cash_surrender_value** | **Float** | | [optional] |
| **credit_limit** | **Float** | | [optional] |
| **currency_code** | **String** | | [optional] |
| **day_payment_is_due** | **Integer** | | [optional] |
| **death_benefit** | **Integer** | | [optional] |
| **id** | **String** | | [optional] |
| **interest_rate** | **Float** | | [optional] |
| **is_business** | **Boolean** | | [optional] |
| **is_closed** | **Boolean** | | [optional] |
| **is_hidden** | **Boolean** | | [optional] |
| **last_payment** | **Float** | | [optional] |
| **last_payment_at** | **String** | | [optional] |
| **loan_amount** | **Float** | | [optional] |
| **matures_on** | **String** | | [optional] |
| **metadata** | **String** | | [optional] |
| **minimum_balance** | **Float** | | [optional] |
| **minimum_payment** | **Float** | | [optional] |
| **name** | **String** | | |
| **nickname** | **String** | | [optional] |
| **original_balance** | **Float** | | [optional] |
| **payment_due_at** | **String** | | [optional] |
| **payoff_balance** | **Float** | | [optional] |
| **routing_number** | **String** | | [optional] |
| **started_on** | **String** | | [optional] |
| **subtype** | **String** | | [optional] |
| **type** | **String** | | |
| **property_type** | **Integer** | | [optional] |
| **property_type_name** | **String** | | [optional] |
| **skip_webhook** | **Boolean** | | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::AccountCreateRequest.new(
account_number: 5366,
account_subtype_name: SAVINGS,
account_type: 2,
apr: 1.0,
apy: 1.0,
available_balance: 1000.0,
available_credit: 1000.0,
balance: 1000.0,
cash_surrender_value: 1000.0,
credit_limit: 100.0,
currency_code: USD,
day_payment_is_due: 20,
death_benefit: 1000,
id: 1040434698,
interest_rate: 1.0,
is_business: false,
is_closed: false,
is_hidden: false,
last_payment: 100.0,
last_payment_at: 2015-10-13T17:57:37.000Z,
loan_amount: 1000.0,
matures_on: 2015-10-13T17:57:37.000Z,
metadata: some metadata,
minimum_balance: 100.0,
minimum_payment: 10.0,
name: Test account 2,
nickname: Swiss Account,
original_balance: 10.0,
payment_due_at: 2015-10-13T17:57:37.000Z,
payoff_balance: 10.0,
routing_number: 68899990000000,
started_on: 2015-10-13T17:57:37.000Z,
subtype: NONE,
type: SAVINGS
property_type: 1,
property_type_name: VEHICLE,
skip_webhook: false
)
```

30 changes: 20 additions & 10 deletions docs/AccountResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_number** | **String** | | [optional] |
| **account_ownership** | **String** | | [optional] |
| **annuity_policy_to_date** | **String** | | [optional] |
| **annuity_provider** | **String** | | [optional] |
| **annuity_term_year** | **Float** | | [optional] |
| **apr** | **Float** | | [optional] |
| **apy** | **Float** | | [optional] |
| **available_balance** | **Float** | | [optional] |
Expand All @@ -21,16 +25,16 @@
| **holdings_value** | **Float** | | [optional] |
| **id** | **String** | | [optional] |
| **imported_at** | **String** | | [optional] |
| **interest_rate** | **Float** | | [optional] |
| **institution_code** | **String** | | [optional] |
| **insured_name** | **String** | | [optional] |
| **interest_rate** | **Float** | | [optional] |
| **is_business** | **Boolean** | | [optional] |
| **is_closed** | **Boolean** | | [optional] |
| **is_hidden** | **Boolean** | | [optional] |
| **is_manual** | **Boolean** | | [optional] |
| **last_payment** | **Float** | | [optional] |
| **last_payment_at** | **String** | | [optional] |
| **loan_amount** | **Float** | | [optional] |
| **margin_balance** | **Float** | | [optional] |
| **matures_on** | **String** | | [optional] |
| **member_guid** | **String** | | [optional] |
| **member_id** | **String** | | [optional] |
Expand All @@ -45,10 +49,11 @@
| **payment_due_at** | **String** | | [optional] |
| **payoff_balance** | **Float** | | [optional] |
| **premium_amount** | **Float** | | [optional] |
| **property_type** | **String** | | [optional] |
| **routing_number** | **String** | | [optional] |
| **started_on** | **String** | | [optional] |
| **subtype** | **String** | | [optional] |
| **today_ugl_amount** | **Float** | | [optional] |
| **today_ugl_percentage** | **Float** | | [optional] |
| **total_account_value** | **Float** | | [optional] |
| **type** | **String** | | [optional] |
| **updated_at** | **String** | | [optional] |
Expand All @@ -62,14 +67,18 @@ require 'mx-platform-ruby'

instance = MxPlatformRuby::AccountResponse.new(
account_number: 5366,
account_ownership: INDIVIDUAL,
annuity_policy_to_date: 2016-10-13T17:57:37.000Z,
annuity_provider: Metlife,
annuity_term_year: 2048,
apr: 1.0,
apy: 1.0,
available_balance: 1000.0,
available_credit: 1000.0,
balance: 1000.0,
balance: 10000.0,
cash_balance: 1000.0,
cash_surrender_value: 1000.0,
created_at: 2016-10-13T17:57:37.000Z,
created_at: 2023-07-25T17:14:46Z,
credit_limit: 100.0,
currency_code: USD,
day_payment_is_due: 20,
Expand All @@ -78,16 +87,16 @@ instance = MxPlatformRuby::AccountResponse.new(
holdings_value: 1000.0,
id: 1040434698,
imported_at: 2015-10-13T17:57:37.000Z,
institution_code: chase,
insured_name: Frodo Baggins,
interest_rate: 1.0,
is_business: false,
institution_code: 3af3685e-05d9-7060-359f-008d0755e993,
insured_name: Tommy Shelby,
is_closed: false,
is_hidden: false,
is_manual: false,
last_payment: 100.0,
last_payment_at: 2015-10-13T17:57:37.000Z,
last_payment_at: 2023-07-25T17:14:46Z,
loan_amount: 1000.0,
margin_balance: 1000.0,
matures_on: 2015-10-13T17:57:37.000Z,
member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
member_id: member123,
Expand All @@ -102,10 +111,11 @@ instance = MxPlatformRuby::AccountResponse.new(
payment_due_at: 2015-10-13T17:57:37.000Z,
payoff_balance: 10.0,
premium_amount: 1.0,
property_type: 1,
routing_number: 68899990000000,
started_on: 2015-10-13T17:57:37.000Z,
subtype: NONE,
today_ugl_amount: 1000.5,
today_ugl_percentage: 6.9,
total_account_value: 1.0,
type: SAVINGS,
updated_at: 2016-10-13T18:08:00.000Z,
Expand Down
Loading

0 comments on commit 541ebd2

Please sign in to comment.