Class: MethodRuby::Models::AccountRetrieveResponse::Data::AccountLiabilityResource::Update::AccountUpdate::StudentLoans
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountRetrieveResponse::Data::AccountLiabilityResource::Update::AccountUpdate::StudentLoans
show all
- Defined in:
- lib/method_ruby/models/account_retrieve_response.rb,
sig/method_ruby/models/account_retrieve_response.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
5600
|
# File 'sig/method_ruby/models/account_retrieve_response.rbs', line 5600
def initialize: (
|
Instance Attribute Details
#balance ⇒ Integer?
Current balance in cents.
7121
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7121
optional :balance, Integer, nil?: true
|
#closed_at ⇒ Date?
7126
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7126
optional :closed_at, Date, nil?: true
|
#disbursements ⇒ Array<Object>?
7131
7132
7133
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7131
optional :disbursements,
MethodRuby::Internal::Type::ArrayOf[MethodRuby::Internal::Type::Unknown],
nil?: true
|
#interest_rate_percentage ⇒ Float?
7138
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7138
optional :interest_rate_percentage, Float, nil?: true
|
#interest_rate_source ⇒ String?
7143
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7143
optional :interest_rate_source, String, nil?: true
|
#interest_rate_type ⇒ String?
7148
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7148
optional :interest_rate_type, String, nil?: true
|
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
7154
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7154
optional :last_payment_amount, Integer, nil?: true
|
#last_payment_date ⇒ Date?
7159
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7159
optional :last_payment_date, Date, nil?: true
|
#next_payment_due_date ⇒ Date?
7164
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7164
optional :next_payment_due_date, Date, nil?: true
|
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
7170
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7170
optional :next_payment_minimum_amount, Integer, nil?: true
|
#opened_at ⇒ Date?
7175
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7175
optional :opened_at, Date, nil?: true
|
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
7181
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7181
optional :original_loan_amount, Integer, nil?: true
|
#sub_type ⇒ String?
7186
|
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 7186
optional :sub_type, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
5616
|
# File 'sig/method_ruby/models/account_retrieve_response.rbs', line 5616
def to_hash: -> {
|