@@ -107,8 +107,6 @@ class AccountResponse
107107
108108 attr_accessor :property_type
109109
110- attr_accessor :property_type_name
111-
112110 attr_accessor :routing_number
113111
114112 attr_accessor :started_on
@@ -178,7 +176,6 @@ def self.attribute_map
178176 :'payoff_balance' => :'payoff_balance' ,
179177 :'premium_amount' => :'premium_amount' ,
180178 :'property_type' => :'property_type' ,
181- :'property_type_name' => :'property_type_name' ,
182179 :'routing_number' => :'routing_number' ,
183180 :'started_on' => :'started_on' ,
184181 :'subtype' => :'subtype' ,
@@ -245,8 +242,7 @@ def self.openapi_types
245242 :'payment_due_at' => :'String' ,
246243 :'payoff_balance' => :'Float' ,
247244 :'premium_amount' => :'Float' ,
248- :'property_type' => :'Integer' ,
249- :'property_type_name' => :'String' ,
245+ :'property_type' => :'String' ,
250246 :'routing_number' => :'String' ,
251247 :'started_on' => :'String' ,
252248 :'subtype' => :'String' ,
@@ -308,7 +304,6 @@ def self.openapi_nullable
308304 :'payoff_balance' ,
309305 :'premium_amount' ,
310306 :'property_type' ,
311- :'property_type_name' ,
312307 :'routing_number' ,
313308 :'started_on' ,
314309 :'subtype' ,
@@ -521,10 +516,6 @@ def initialize(attributes = {})
521516 self . property_type = attributes [ :'property_type' ]
522517 end
523518
524- if attributes . key? ( :'property_type_name' )
525- self . property_type_name = attributes [ :'property_type_name' ]
526- end
527-
528519 if attributes . key? ( :'routing_number' )
529520 self . routing_number = attributes [ :'routing_number' ]
530521 end
@@ -630,7 +621,6 @@ def ==(o)
630621 payoff_balance == o . payoff_balance &&
631622 premium_amount == o . premium_amount &&
632623 property_type == o . property_type &&
633- property_type_name == o . property_type_name &&
634624 routing_number == o . routing_number &&
635625 started_on == o . started_on &&
636626 subtype == o . subtype &&
@@ -652,7 +642,7 @@ def eql?(o)
652642 # Calculates hash code according to all attributes.
653643 # @return [Integer] Hash code
654644 def hash
655- [ 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
645+ [ 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
656646 end
657647
658648 # Builds the object from hash
0 commit comments