Class: MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Update::AccountUpdate::Mortgage
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Update::AccountUpdate::Mortgage
show all
- Defined in:
- lib/method_ruby/models/entity.rb,
sig/method_ruby/models/entity.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize ⇒ Object
5925
|
# File 'sig/method_ruby/models/entity.rbs', line 5925
def initialize: (
|
Instance Attribute Details
#balance ⇒ Integer?
Current balance in cents.
7713
|
# File 'lib/method_ruby/models/entity.rb', line 7713
optional :balance, Integer, nil?: true
|
#closed_at ⇒ Date?
7718
|
# File 'lib/method_ruby/models/entity.rb', line 7718
optional :closed_at, Date, nil?: true
|
#expected_payoff_date ⇒ Date?
7723
|
# File 'lib/method_ruby/models/entity.rb', line 7723
optional :expected_payoff_date, Date, nil?: true
|
#interest_rate_percentage ⇒ Float?
7728
|
# File 'lib/method_ruby/models/entity.rb', line 7728
optional :interest_rate_percentage, Float, nil?: true
|
#interest_rate_source ⇒ String?
7733
|
# File 'lib/method_ruby/models/entity.rb', line 7733
optional :interest_rate_source, String, nil?: true
|
#interest_rate_type ⇒ String?
7738
|
# File 'lib/method_ruby/models/entity.rb', line 7738
optional :interest_rate_type, String, nil?: true
|
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
7744
|
# File 'lib/method_ruby/models/entity.rb', line 7744
optional :last_payment_amount, Integer, nil?: true
|
#last_payment_date ⇒ Date?
7749
|
# File 'lib/method_ruby/models/entity.rb', line 7749
optional :last_payment_date, Date, nil?: true
|
#next_payment_due_date ⇒ Date?
7754
|
# File 'lib/method_ruby/models/entity.rb', line 7754
optional :next_payment_due_date, Date, nil?: true
|
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
7760
|
# File 'lib/method_ruby/models/entity.rb', line 7760
optional :next_payment_minimum_amount, Integer, nil?: true
|
#opened_at ⇒ Date?
7765
|
# File 'lib/method_ruby/models/entity.rb', line 7765
optional :opened_at, Date, nil?: true
|
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
7771
|
# File 'lib/method_ruby/models/entity.rb', line 7771
optional :original_loan_amount, Integer, nil?: true
|
#sub_type ⇒ String?
7776
|
# File 'lib/method_ruby/models/entity.rb', line 7776
optional :sub_type, String, nil?: true
|
#term_length ⇒ Integer?
7781
|
# File 'lib/method_ruby/models/entity.rb', line 7781
optional :term_length, Integer, nil?: true
|
Instance Method Details
#to_hash ⇒ {
5942
|
# File 'sig/method_ruby/models/entity.rbs', line 5942
def to_hash: -> {
|