Class: MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountACHResource::Update::AccountUpdate::StudentLoan
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#balance ⇒ Integer?
Current balance in cents.
4243
|
# File 'lib/method_ruby/models/entity.rb', line 4243
optional :balance, Integer, nil?: true
|
#closed_at ⇒ Date?
4248
|
# File 'lib/method_ruby/models/entity.rb', line 4248
optional :closed_at, Date, nil?: true
|
#expected_payoff_date ⇒ Date?
4253
|
# File 'lib/method_ruby/models/entity.rb', line 4253
optional :expected_payoff_date, Date, nil?: true
|
#interest_rate_percentage ⇒ Float?
4258
|
# File 'lib/method_ruby/models/entity.rb', line 4258
optional :interest_rate_percentage, Float, nil?: true
|
#interest_rate_source ⇒ String?
4263
|
# File 'lib/method_ruby/models/entity.rb', line 4263
optional :interest_rate_source, String, nil?: true
|
#interest_rate_type ⇒ String?
4268
|
# File 'lib/method_ruby/models/entity.rb', line 4268
optional :interest_rate_type, String, nil?: true
|
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
4274
|
# File 'lib/method_ruby/models/entity.rb', line 4274
optional :last_payment_amount, Integer, nil?: true
|
#last_payment_date ⇒ Date?
4279
|
# File 'lib/method_ruby/models/entity.rb', line 4279
optional :last_payment_date, Date, nil?: true
|
#next_payment_due_date ⇒ Date?
4284
|
# File 'lib/method_ruby/models/entity.rb', line 4284
optional :next_payment_due_date, Date, nil?: true
|
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
4290
|
# File 'lib/method_ruby/models/entity.rb', line 4290
optional :next_payment_minimum_amount, Integer, nil?: true
|
#opened_at ⇒ Date?
4295
|
# File 'lib/method_ruby/models/entity.rb', line 4295
optional :opened_at, Date, nil?: true
|
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
4301
|
# File 'lib/method_ruby/models/entity.rb', line 4301
optional :original_loan_amount, Integer, nil?: true
|
#sub_type ⇒ String?
4306
|
# File 'lib/method_ruby/models/entity.rb', line 4306
optional :sub_type, String, nil?: true
|
#term_length ⇒ Integer?
4311
|
# File 'lib/method_ruby/models/entity.rb', line 4311
optional :term_length, Integer, nil?: true
|