From f6e829ec094c4b468e269134da79cf8946b4fef9 Mon Sep 17 00:00:00 2001 From: devexperience Date: Tue, 15 Aug 2023 16:29:08 +0000 Subject: [PATCH] Generated version 0.20.0 This commit was automatically created by a GitHub Action to generate version 0.20.0 of this library. --- docs/AccountCreateRequest.md | 16 +- docs/AccountResponse.md | 6 +- docs/AccountUpdateRequest.md | 42 +++- docs/MxPlatformApi.md | 2 + lib/mx-platform-ruby/api/mx_platform_api.rb | 3 + .../models/account_create_request.rb | 27 +-- .../models/account_response.rb | 14 +- .../models/account_update_request.rb | 188 +++++++++++++++++- lib/mx-platform-ruby/version.rb | 2 +- openapi/config.yml | 2 +- spec/api/mx_platform_api_spec.rb | 1 + spec/models/account_create_request_spec.rb | 8 +- spec/models/account_response_spec.rb | 6 - spec/models/account_update_request_spec.rb | 120 +++++++++++ 14 files changed, 374 insertions(+), 63 deletions(-) diff --git a/docs/AccountCreateRequest.md b/docs/AccountCreateRequest.md index 60f5002..f4da6cf 100644 --- a/docs/AccountCreateRequest.md +++ b/docs/AccountCreateRequest.md @@ -4,8 +4,8 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **account_subtype_name** | **String** | | [optional] | -| **account_type** | **Integer** | | | +| **account_subtype** | **String** | | [optional] | +| **account_type** | **String** | | | | **apr** | **Float** | | [optional] | | **apy** | **Float** | | [optional] | | **available_balance** | **Float** | | [optional] | @@ -23,8 +23,7 @@ | **name** | **String** | | | | **nickname** | **String** | | [optional] | | **original_balance** | **Float** | | [optional] | -| **property_type** | **Integer** | | [optional] | -| **property_type_name** | **String** | | [optional] | +| **property_type** | **String** | | [optional] | | **skip_webhook** | **Boolean** | | [optional] | ## Example @@ -33,8 +32,8 @@ require 'mx-platform-ruby' instance = MxPlatformRuby::AccountCreateRequest.new( - account_subtype_name: PERSONAL, - account_type: 2, + account_subtype: PERSONAL, + account_type: SAVINGS, apr: 1.0, apy: 1.0, available_balance: 1000.0, @@ -52,9 +51,8 @@ instance = MxPlatformRuby::AccountCreateRequest.new( name: Test account 2, nickname: Swiss Account, original_balance: 10.0, - property_type: 1, - property_type_name: VEHICLE, - skip_webhook: false + property_type: VEHICLE, + skip_webhook: true ) ``` diff --git a/docs/AccountResponse.md b/docs/AccountResponse.md index 9da07f0..416cc33 100644 --- a/docs/AccountResponse.md +++ b/docs/AccountResponse.md @@ -49,8 +49,7 @@ | **payment_due_at** | **String** | | [optional] | | **payoff_balance** | **Float** | | [optional] | | **premium_amount** | **Float** | | [optional] | -| **property_type** | **Integer** | | [optional] | -| **property_type_name** | **String** | | [optional] | +| **property_type** | **String** | | [optional] | | **routing_number** | **String** | | [optional] | | **started_on** | **String** | | [optional] | | **subtype** | **String** | | [optional] | @@ -113,8 +112,7 @@ instance = MxPlatformRuby::AccountResponse.new( payment_due_at: 2015-10-13T17:57:37.000Z, payoff_balance: 10.0, premium_amount: 1.0, - property_type: 1, - property_type_name: VEHICLE, + property_type: VEHICLE, routing_number: 68899990000000, started_on: 2015-10-13T17:57:37.000Z, subtype: NONE, diff --git a/docs/AccountUpdateRequest.md b/docs/AccountUpdateRequest.md index 83414f6..a8f8f5f 100644 --- a/docs/AccountUpdateRequest.md +++ b/docs/AccountUpdateRequest.md @@ -4,7 +4,27 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | +| **account_subtype** | **String** | | [optional] | +| **account_type** | **String** | | [optional] | +| **apr** | **Float** | | [optional] | +| **apy** | **Float** | | [optional] | +| **available_balance** | **Float** | | [optional] | +| **balance** | **Float** | | [optional] | +| **cash_surrender_value** | **Float** | | [optional] | +| **credit_limit** | **Float** | | [optional] | +| **currency_code** | **String** | | [optional] | +| **death_benefit** | **Integer** | | [optional] | +| **interest_rate** | **Float** | | [optional] | +| **is_business** | **Boolean** | | [optional] | +| **is_closed** | **Boolean** | | [optional] | | **is_hidden** | **Boolean** | | [optional] | +| **loan_amount** | **Float** | | [optional] | +| **metadata** | **String** | | [optional] | +| **name** | **String** | | [optional] | +| **nickname** | **String** | | [optional] | +| **original_balance** | **Float** | | [optional] | +| **property_type** | **String** | | [optional] | +| **skip_webhook** | **Boolean** | | [optional] | ## Example @@ -12,7 +32,27 @@ require 'mx-platform-ruby' instance = MxPlatformRuby::AccountUpdateRequest.new( - is_hidden: false + account_subtype: PERSONAL, + account_type: SAVINGS, + apr: 1.0, + apy: 1.0, + available_balance: 1000.0, + balance: 1000.0, + cash_surrender_value: 1000.0, + credit_limit: 100.0, + currency_code: USD, + death_benefit: 1000, + interest_rate: 1.0, + is_business: false, + is_closed: false, + is_hidden: false, + loan_amount: 1000.0, + metadata: some metadata, + name: Test account 2, + nickname: Swiss Account, + original_balance: 10.0, + property_type: VEHICLE, + skip_webhook: true ) ``` diff --git a/docs/MxPlatformApi.md b/docs/MxPlatformApi.md index 3f3c710..95b7455 100644 --- a/docs/MxPlatformApi.md +++ b/docs/MxPlatformApi.md @@ -4630,6 +4630,7 @@ user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id opts = { member_is_managed_by_user: true, # Boolean | List only accounts whose member is managed by the user. page: 1, # Integer | Specify current page. + is_manual: true, # Boolean | List only accounts that were manually created. records_per_page: 10 # Integer | Specify records per page. } @@ -4667,6 +4668,7 @@ end | **user_guid** | **String** | The unique id for a `user`. | | | **member_is_managed_by_user** | **Boolean** | List only accounts whose member is managed by the user. | [optional] | | **page** | **Integer** | Specify current page. | [optional] | +| **is_manual** | **Boolean** | List only accounts that were manually created. | [optional] | | **records_per_page** | **Integer** | Specify records per page. | [optional] | ### Return type diff --git a/lib/mx-platform-ruby/api/mx_platform_api.rb b/lib/mx-platform-ruby/api/mx_platform_api.rb index ad22668..6db2058 100644 --- a/lib/mx-platform-ruby/api/mx_platform_api.rb +++ b/lib/mx-platform-ruby/api/mx_platform_api.rb @@ -4355,6 +4355,7 @@ def list_transactions_by_tag_with_http_info(tag_guid, user_guid, opts = {}) # @param [Hash] opts the optional parameters # @option opts [Boolean] :member_is_managed_by_user List only accounts whose member is managed by the user. # @option opts [Integer] :page Specify current page. + # @option opts [Boolean] :is_manual List only accounts that were manually created. # @option opts [Integer] :records_per_page Specify records per page. # @return [AccountsResponseBody] def list_user_accounts(user_guid, opts = {}) @@ -4368,6 +4369,7 @@ def list_user_accounts(user_guid, opts = {}) # @param [Hash] opts the optional parameters # @option opts [Boolean] :member_is_managed_by_user List only accounts whose member is managed by the user. # @option opts [Integer] :page Specify current page. + # @option opts [Boolean] :is_manual List only accounts that were manually created. # @option opts [Integer] :records_per_page Specify records per page. # @return [Array<(AccountsResponseBody, Integer, Hash)>] AccountsResponseBody data, response status code and response headers def list_user_accounts_with_http_info(user_guid, opts = {}) @@ -4385,6 +4387,7 @@ def list_user_accounts_with_http_info(user_guid, opts = {}) query_params = opts[:query_params] || {} query_params[:'member_is_managed_by_user'] = opts[:'member_is_managed_by_user'] if !opts[:'member_is_managed_by_user'].nil? query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil? + query_params[:'is_manual'] = opts[:'is_manual'] if !opts[:'is_manual'].nil? query_params[:'records_per_page'] = opts[:'records_per_page'] if !opts[:'records_per_page'].nil? # header parameters diff --git a/lib/mx-platform-ruby/models/account_create_request.rb b/lib/mx-platform-ruby/models/account_create_request.rb index 2f1e636..eb459da 100644 --- a/lib/mx-platform-ruby/models/account_create_request.rb +++ b/lib/mx-platform-ruby/models/account_create_request.rb @@ -15,7 +15,7 @@ module MxPlatformRuby class AccountCreateRequest - attr_accessor :account_subtype_name + attr_accessor :account_subtype attr_accessor :account_type @@ -55,14 +55,12 @@ class AccountCreateRequest attr_accessor :property_type - attr_accessor :property_type_name - attr_accessor :skip_webhook # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { - :'account_subtype_name' => :'account_subtype_name', + :'account_subtype' => :'account_subtype', :'account_type' => :'account_type', :'apr' => :'apr', :'apy' => :'apy', @@ -82,7 +80,6 @@ def self.attribute_map :'nickname' => :'nickname', :'original_balance' => :'original_balance', :'property_type' => :'property_type', - :'property_type_name' => :'property_type_name', :'skip_webhook' => :'skip_webhook' } end @@ -95,8 +92,8 @@ def self.acceptable_attributes # Attribute type mapping. def self.openapi_types { - :'account_subtype_name' => :'String', - :'account_type' => :'Integer', + :'account_subtype' => :'String', + :'account_type' => :'String', :'apr' => :'Float', :'apy' => :'Float', :'available_balance' => :'Float', @@ -114,8 +111,7 @@ def self.openapi_types :'name' => :'String', :'nickname' => :'String', :'original_balance' => :'Float', - :'property_type' => :'Integer', - :'property_type_name' => :'String', + :'property_type' => :'String', :'skip_webhook' => :'Boolean' } end @@ -141,8 +137,8 @@ def initialize(attributes = {}) h[k.to_sym] = v } - if attributes.key?(:'account_subtype_name') - self.account_subtype_name = attributes[:'account_subtype_name'] + if attributes.key?(:'account_subtype') + self.account_subtype = attributes[:'account_subtype'] end if attributes.key?(:'account_type') @@ -221,10 +217,6 @@ def initialize(attributes = {}) self.property_type = attributes[:'property_type'] end - if attributes.key?(:'property_type_name') - self.property_type_name = attributes[:'property_type_name'] - end - if attributes.key?(:'skip_webhook') self.skip_webhook = attributes[:'skip_webhook'] end @@ -258,7 +250,7 @@ def valid? def ==(o) return true if self.equal?(o) self.class == o.class && - account_subtype_name == o.account_subtype_name && + account_subtype == o.account_subtype && account_type == o.account_type && apr == o.apr && apy == o.apy && @@ -278,7 +270,6 @@ def ==(o) nickname == o.nickname && original_balance == o.original_balance && property_type == o.property_type && - property_type_name == o.property_type_name && skip_webhook == o.skip_webhook end @@ -291,7 +282,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [account_subtype_name, account_type, apr, apy, available_balance, balance, cash_surrender_value, credit_limit, currency_code, death_benefit, interest_rate, is_business, is_closed, is_hidden, loan_amount, metadata, name, nickname, original_balance, property_type, property_type_name, skip_webhook].hash + [account_subtype, account_type, apr, apy, available_balance, balance, cash_surrender_value, credit_limit, currency_code, death_benefit, interest_rate, is_business, is_closed, is_hidden, loan_amount, metadata, name, nickname, original_balance, property_type, skip_webhook].hash end # Builds the object from hash diff --git a/lib/mx-platform-ruby/models/account_response.rb b/lib/mx-platform-ruby/models/account_response.rb index d87ff85..f810480 100644 --- a/lib/mx-platform-ruby/models/account_response.rb +++ b/lib/mx-platform-ruby/models/account_response.rb @@ -107,8 +107,6 @@ class AccountResponse attr_accessor :property_type - attr_accessor :property_type_name - attr_accessor :routing_number attr_accessor :started_on @@ -178,7 +176,6 @@ def self.attribute_map :'payoff_balance' => :'payoff_balance', :'premium_amount' => :'premium_amount', :'property_type' => :'property_type', - :'property_type_name' => :'property_type_name', :'routing_number' => :'routing_number', :'started_on' => :'started_on', :'subtype' => :'subtype', @@ -245,8 +242,7 @@ def self.openapi_types :'payment_due_at' => :'String', :'payoff_balance' => :'Float', :'premium_amount' => :'Float', - :'property_type' => :'Integer', - :'property_type_name' => :'String', + :'property_type' => :'String', :'routing_number' => :'String', :'started_on' => :'String', :'subtype' => :'String', @@ -308,7 +304,6 @@ def self.openapi_nullable :'payoff_balance', :'premium_amount', :'property_type', - :'property_type_name', :'routing_number', :'started_on', :'subtype', @@ -521,10 +516,6 @@ def initialize(attributes = {}) self.property_type = attributes[:'property_type'] end - if attributes.key?(:'property_type_name') - self.property_type_name = attributes[:'property_type_name'] - end - if attributes.key?(:'routing_number') self.routing_number = attributes[:'routing_number'] end @@ -630,7 +621,6 @@ def ==(o) payoff_balance == o.payoff_balance && premium_amount == o.premium_amount && property_type == o.property_type && - property_type_name == o.property_type_name && routing_number == o.routing_number && started_on == o.started_on && subtype == o.subtype && @@ -652,7 +642,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [account_number, account_ownership, annuity_policy_to_date, annuity_provider, annuity_term_year, apr, apy, available_balance, available_credit, balance, cash_balance, cash_surrender_value, created_at, credit_limit, currency_code, day_payment_is_due, death_benefit, guid, holdings_value, id, imported_at, interest_rate, institution_code, insured_name, is_closed, is_hidden, is_manual, last_payment, last_payment_at, loan_amount, margin_balance, matures_on, member_guid, member_id, member_is_managed_by_user, metadata, minimum_balance, minimum_payment, name, nickname, original_balance, pay_out_amount, payment_due_at, payoff_balance, premium_amount, property_type, property_type_name, routing_number, started_on, subtype, today_ugl_amount, today_ugl_percentage, total_account_value, type, updated_at, user_guid, user_id].hash + [account_number, account_ownership, annuity_policy_to_date, annuity_provider, annuity_term_year, apr, apy, available_balance, available_credit, balance, cash_balance, cash_surrender_value, created_at, credit_limit, currency_code, day_payment_is_due, death_benefit, guid, holdings_value, id, imported_at, interest_rate, institution_code, insured_name, is_closed, is_hidden, is_manual, last_payment, last_payment_at, loan_amount, margin_balance, matures_on, member_guid, member_id, member_is_managed_by_user, metadata, minimum_balance, minimum_payment, name, nickname, original_balance, pay_out_amount, payment_due_at, payoff_balance, premium_amount, property_type, routing_number, started_on, subtype, today_ugl_amount, today_ugl_percentage, total_account_value, type, updated_at, user_guid, user_id].hash end # Builds the object from hash diff --git a/lib/mx-platform-ruby/models/account_update_request.rb b/lib/mx-platform-ruby/models/account_update_request.rb index e8e5235..48b159a 100644 --- a/lib/mx-platform-ruby/models/account_update_request.rb +++ b/lib/mx-platform-ruby/models/account_update_request.rb @@ -15,12 +15,72 @@ module MxPlatformRuby class AccountUpdateRequest + attr_accessor :account_subtype + + attr_accessor :account_type + + attr_accessor :apr + + attr_accessor :apy + + attr_accessor :available_balance + + attr_accessor :balance + + attr_accessor :cash_surrender_value + + attr_accessor :credit_limit + + attr_accessor :currency_code + + attr_accessor :death_benefit + + attr_accessor :interest_rate + + attr_accessor :is_business + + attr_accessor :is_closed + attr_accessor :is_hidden + attr_accessor :loan_amount + + attr_accessor :metadata + + attr_accessor :name + + attr_accessor :nickname + + attr_accessor :original_balance + + attr_accessor :property_type + + attr_accessor :skip_webhook + # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { - :'is_hidden' => :'is_hidden' + :'account_subtype' => :'account_subtype', + :'account_type' => :'account_type', + :'apr' => :'apr', + :'apy' => :'apy', + :'available_balance' => :'available_balance', + :'balance' => :'balance', + :'cash_surrender_value' => :'cash_surrender_value', + :'credit_limit' => :'credit_limit', + :'currency_code' => :'currency_code', + :'death_benefit' => :'death_benefit', + :'interest_rate' => :'interest_rate', + :'is_business' => :'is_business', + :'is_closed' => :'is_closed', + :'is_hidden' => :'is_hidden', + :'loan_amount' => :'loan_amount', + :'metadata' => :'metadata', + :'name' => :'name', + :'nickname' => :'nickname', + :'original_balance' => :'original_balance', + :'property_type' => :'property_type', + :'skip_webhook' => :'skip_webhook' } end @@ -32,7 +92,27 @@ def self.acceptable_attributes # Attribute type mapping. def self.openapi_types { - :'is_hidden' => :'Boolean' + :'account_subtype' => :'String', + :'account_type' => :'String', + :'apr' => :'Float', + :'apy' => :'Float', + :'available_balance' => :'Float', + :'balance' => :'Float', + :'cash_surrender_value' => :'Float', + :'credit_limit' => :'Float', + :'currency_code' => :'String', + :'death_benefit' => :'Integer', + :'interest_rate' => :'Float', + :'is_business' => :'Boolean', + :'is_closed' => :'Boolean', + :'is_hidden' => :'Boolean', + :'loan_amount' => :'Float', + :'metadata' => :'String', + :'name' => :'String', + :'nickname' => :'String', + :'original_balance' => :'Float', + :'property_type' => :'String', + :'skip_webhook' => :'Boolean' } end @@ -57,9 +137,89 @@ def initialize(attributes = {}) h[k.to_sym] = v } + if attributes.key?(:'account_subtype') + self.account_subtype = attributes[:'account_subtype'] + end + + if attributes.key?(:'account_type') + self.account_type = attributes[:'account_type'] + end + + if attributes.key?(:'apr') + self.apr = attributes[:'apr'] + end + + if attributes.key?(:'apy') + self.apy = attributes[:'apy'] + end + + if attributes.key?(:'available_balance') + self.available_balance = attributes[:'available_balance'] + end + + if attributes.key?(:'balance') + self.balance = attributes[:'balance'] + end + + if attributes.key?(:'cash_surrender_value') + self.cash_surrender_value = attributes[:'cash_surrender_value'] + end + + if attributes.key?(:'credit_limit') + self.credit_limit = attributes[:'credit_limit'] + end + + if attributes.key?(:'currency_code') + self.currency_code = attributes[:'currency_code'] + end + + if attributes.key?(:'death_benefit') + self.death_benefit = attributes[:'death_benefit'] + end + + if attributes.key?(:'interest_rate') + self.interest_rate = attributes[:'interest_rate'] + end + + if attributes.key?(:'is_business') + self.is_business = attributes[:'is_business'] + end + + if attributes.key?(:'is_closed') + self.is_closed = attributes[:'is_closed'] + end + if attributes.key?(:'is_hidden') self.is_hidden = attributes[:'is_hidden'] end + + if attributes.key?(:'loan_amount') + self.loan_amount = attributes[:'loan_amount'] + end + + if attributes.key?(:'metadata') + self.metadata = attributes[:'metadata'] + end + + if attributes.key?(:'name') + self.name = attributes[:'name'] + end + + if attributes.key?(:'nickname') + self.nickname = attributes[:'nickname'] + end + + if attributes.key?(:'original_balance') + self.original_balance = attributes[:'original_balance'] + end + + if attributes.key?(:'property_type') + self.property_type = attributes[:'property_type'] + end + + if attributes.key?(:'skip_webhook') + self.skip_webhook = attributes[:'skip_webhook'] + end end # Show invalid properties with the reasons. Usually used together with valid? @@ -80,7 +240,27 @@ def valid? def ==(o) return true if self.equal?(o) self.class == o.class && - is_hidden == o.is_hidden + account_subtype == o.account_subtype && + account_type == o.account_type && + apr == o.apr && + apy == o.apy && + available_balance == o.available_balance && + balance == o.balance && + cash_surrender_value == o.cash_surrender_value && + credit_limit == o.credit_limit && + currency_code == o.currency_code && + death_benefit == o.death_benefit && + interest_rate == o.interest_rate && + is_business == o.is_business && + is_closed == o.is_closed && + is_hidden == o.is_hidden && + loan_amount == o.loan_amount && + metadata == o.metadata && + name == o.name && + nickname == o.nickname && + original_balance == o.original_balance && + property_type == o.property_type && + skip_webhook == o.skip_webhook end # @see the `==` method @@ -92,7 +272,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [is_hidden].hash + [account_subtype, account_type, apr, apy, available_balance, balance, cash_surrender_value, credit_limit, currency_code, death_benefit, interest_rate, is_business, is_closed, is_hidden, loan_amount, metadata, name, nickname, original_balance, property_type, skip_webhook].hash end # Builds the object from hash diff --git a/lib/mx-platform-ruby/version.rb b/lib/mx-platform-ruby/version.rb index cf542ad..b681c63 100644 --- a/lib/mx-platform-ruby/version.rb +++ b/lib/mx-platform-ruby/version.rb @@ -11,5 +11,5 @@ =end module MxPlatformRuby - VERSION = '0.19.1' + VERSION = '0.20.0' end diff --git a/openapi/config.yml b/openapi/config.yml index 03ff896..f3040bb 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby gemLicense: MIT gemName: mx-platform-ruby gemRequiredRubyVersion: ">= 2.6" -gemVersion: 0.19.1 +gemVersion: 0.20.0 library: faraday moduleName: MxPlatformRuby diff --git a/spec/api/mx_platform_api_spec.rb b/spec/api/mx_platform_api_spec.rb index 1e6aa0f..c215e89 100644 --- a/spec/api/mx_platform_api_spec.rb +++ b/spec/api/mx_platform_api_spec.rb @@ -884,6 +884,7 @@ # @param [Hash] opts the optional parameters # @option opts [Boolean] :member_is_managed_by_user List only accounts whose member is managed by the user. # @option opts [Integer] :page Specify current page. + # @option opts [Boolean] :is_manual List only accounts that were manually created. # @option opts [Integer] :records_per_page Specify records per page. # @return [AccountsResponseBody] describe 'list_user_accounts test' do diff --git a/spec/models/account_create_request_spec.rb b/spec/models/account_create_request_spec.rb index 3a8a7c4..bd26029 100644 --- a/spec/models/account_create_request_spec.rb +++ b/spec/models/account_create_request_spec.rb @@ -25,7 +25,7 @@ expect(instance).to be_instance_of(MxPlatformRuby::AccountCreateRequest) end end - describe 'test attribute "account_subtype_name"' do + describe 'test attribute "account_subtype"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -145,12 +145,6 @@ end end - describe 'test attribute "property_type_name"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - describe 'test attribute "skip_webhook"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers diff --git a/spec/models/account_response_spec.rb b/spec/models/account_response_spec.rb index 50bcc23..27190ea 100644 --- a/spec/models/account_response_spec.rb +++ b/spec/models/account_response_spec.rb @@ -301,12 +301,6 @@ end end - describe 'test attribute "property_type_name"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - describe 'test attribute "routing_number"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers diff --git a/spec/models/account_update_request_spec.rb b/spec/models/account_update_request_spec.rb index 483a2ce..66b8ee6 100644 --- a/spec/models/account_update_request_spec.rb +++ b/spec/models/account_update_request_spec.rb @@ -25,10 +25,130 @@ expect(instance).to be_instance_of(MxPlatformRuby::AccountUpdateRequest) end end + describe 'test attribute "account_subtype"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "account_type"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "apr"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "apy"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "available_balance"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "balance"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "cash_surrender_value"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "credit_limit"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "currency_code"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "death_benefit"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "interest_rate"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "is_business"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "is_closed"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + describe 'test attribute "is_hidden"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "loan_amount"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "metadata"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "name"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "nickname"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "original_balance"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "property_type"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "skip_webhook"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end