Class: MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource::Update::AccountUpdate::StudentLoan
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource::Update::AccountUpdate::StudentLoan
show all
- Defined in:
- lib/method_ruby/models/account_create_response.rb,
sig/method_ruby/models/account_create_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
5521
|
# File 'sig/method_ruby/models/account_create_response.rbs', line 5521
def initialize: (
|
Instance Attribute Details
#balance ⇒ Integer?
Current balance in cents.
7010
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7010
optional :balance, Integer, nil?: true
|
#closed_at ⇒ Date?
7015
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7015
optional :closed_at, Date, nil?: true
|
#expected_payoff_date ⇒ Date?
7020
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7020
optional :expected_payoff_date, Date, nil?: true
|
#interest_rate_percentage ⇒ Float?
7025
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7025
optional :interest_rate_percentage, Float, nil?: true
|
#interest_rate_source ⇒ String?
7030
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7030
optional :interest_rate_source, String, nil?: true
|
#interest_rate_type ⇒ String?
7035
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7035
optional :interest_rate_type, String, nil?: true
|
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
7041
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7041
optional :last_payment_amount, Integer, nil?: true
|
#last_payment_date ⇒ Date?
7046
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7046
optional :last_payment_date, Date, nil?: true
|
#next_payment_due_date ⇒ Date?
7051
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7051
optional :next_payment_due_date, Date, nil?: true
|
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
7057
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7057
optional :next_payment_minimum_amount, Integer, nil?: true
|
#opened_at ⇒ Date?
7062
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7062
optional :opened_at, Date, nil?: true
|
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
7068
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7068
optional :original_loan_amount, Integer, nil?: true
|
#sub_type ⇒ String?
7073
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7073
optional :sub_type, String, nil?: true
|
#term_length ⇒ Integer?
7078
|
# File 'lib/method_ruby/models/account_create_response.rb', line 7078
optional :term_length, Integer, nil?: true
|
Instance Method Details
#to_hash ⇒ {
5538
|
# File 'sig/method_ruby/models/account_create_response.rbs', line 5538
def to_hash: -> {
|