@@ -119,6 +119,8 @@ class AccountResponse
119119
120120 attr_accessor :total_account_value
121121
122+ attr_accessor :total_account_value_ugl
123+
122124 attr_accessor :type
123125
124126 attr_accessor :updated_at
@@ -182,6 +184,7 @@ def self.attribute_map
182184 :'today_ugl_amount' => :'today_ugl_amount' ,
183185 :'today_ugl_percentage' => :'today_ugl_percentage' ,
184186 :'total_account_value' => :'total_account_value' ,
187+ :'total_account_value_ugl' => :'total_account_value_ugl' ,
185188 :'type' => :'type' ,
186189 :'updated_at' => :'updated_at' ,
187190 :'user_guid' => :'user_guid' ,
@@ -249,6 +252,7 @@ def self.openapi_types
249252 :'today_ugl_amount' => :'Float' ,
250253 :'today_ugl_percentage' => :'Float' ,
251254 :'total_account_value' => :'Float' ,
255+ :'total_account_value_ugl' => :'Float' ,
252256 :'type' => :'String' ,
253257 :'updated_at' => :'String' ,
254258 :'user_guid' => :'String' ,
@@ -310,6 +314,7 @@ def self.openapi_nullable
310314 :'today_ugl_amount' ,
311315 :'today_ugl_percentage' ,
312316 :'total_account_value' ,
317+ :'total_account_value_ugl' ,
313318 :'type' ,
314319 :'updated_at' ,
315320 :'user_guid' ,
@@ -540,6 +545,10 @@ def initialize(attributes = {})
540545 self . total_account_value = attributes [ :'total_account_value' ]
541546 end
542547
548+ if attributes . key? ( :'total_account_value_ugl' )
549+ self . total_account_value_ugl = attributes [ :'total_account_value_ugl' ]
550+ end
551+
543552 if attributes . key? ( :'type' )
544553 self . type = attributes [ :'type' ]
545554 end
@@ -629,6 +638,7 @@ def ==(o)
629638 today_ugl_amount == o . today_ugl_amount &&
630639 today_ugl_percentage == o . today_ugl_percentage &&
631640 total_account_value == o . total_account_value &&
641+ total_account_value_ugl == o . total_account_value_ugl &&
632642 type == o . type &&
633643 updated_at == o . updated_at &&
634644 user_guid == o . user_guid &&
@@ -644,7 +654,7 @@ def eql?(o)
644654 # Calculates hash code according to all attributes.
645655 # @return [Integer] Hash code
646656 def hash
647- [ 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 , institution_code , insured_name , interest_rate , 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
657+ [ 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 , institution_code , insured_name , interest_rate , 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 , total_account_value_ugl , type , updated_at , user_guid , user_id ] . hash
648658 end
649659
650660 # Builds the object from hash
0 commit comments