Class: MethodRuby::Models::Accounts::ConsentWithdrawResponse::Data::AccountDebitCardResource::Update::AccountUpdate::StudentLoans
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(balance: nil, closed_at: nil, disbursements: nil, interest_rate_percentage: nil, interest_rate_source: nil, interest_rate_type: nil, last_payment_amount: nil, last_payment_date: nil, next_payment_due_date: nil, next_payment_minimum_amount: nil, opened_at: nil, original_loan_amount: nil, sub_type: nil) ⇒ Object
constructor
Student loans aggregate update data.
==, #==, #[], 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(balance: nil, closed_at: nil, disbursements: nil, interest_rate_percentage: nil, interest_rate_source: nil, interest_rate_type: nil, last_payment_amount: nil, last_payment_date: nil, next_payment_due_date: nil, next_payment_minimum_amount: nil, opened_at: nil, original_loan_amount: nil, sub_type: nil) ⇒ Object
Student loans aggregate update data. Present when ‘type` is `student_loans`.
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14354
|
Instance Attribute Details
#balance ⇒ Integer?
Current balance in cents.
14287
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14287
optional :balance, Integer, nil?: true
|
#closed_at ⇒ Date?
14292
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14292
optional :closed_at, Date, nil?: true
|
#disbursements ⇒ Array<Object>?
#interest_rate_percentage ⇒ Float?
14304
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14304
optional :interest_rate_percentage, Float, nil?: true
|
#interest_rate_source ⇒ String?
14309
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14309
optional :interest_rate_source, String, nil?: true
|
#interest_rate_type ⇒ String?
14314
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14314
optional :interest_rate_type, String, nil?: true
|
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
14320
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14320
optional :last_payment_amount, Integer, nil?: true
|
#last_payment_date ⇒ Date?
14325
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14325
optional :last_payment_date, Date, nil?: true
|
#next_payment_due_date ⇒ Date?
14330
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14330
optional :next_payment_due_date, Date, nil?: true
|
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
14336
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14336
optional :next_payment_minimum_amount, Integer, nil?: true
|
#opened_at ⇒ Date?
14341
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14341
optional :opened_at, Date, nil?: true
|
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
14347
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14347
optional :original_loan_amount, Integer, nil?: true
|
#sub_type ⇒ String?
14352
|
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 14352
optional :sub_type, String, nil?: true
|