Class: MethodRuby::Models::AccountRetrieveResponse::Data::AccountLiabilityResource::Update::AccountUpdate::PersonalLoan
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountRetrieveResponse::Data::AccountLiabilityResource::Update::AccountUpdate::PersonalLoan
- Defined in:
- lib/method_ruby/models/account_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#available_credit ⇒ Integer?
Available credit in cents.
-
#balance ⇒ Integer?
Current balance in cents.
- #closed_at ⇒ Date?
- #interest_rate_percentage ⇒ Float?
- #interest_rate_source ⇒ String?
- #interest_rate_type ⇒ String?
-
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
- #last_payment_date ⇒ Date?
- #next_payment_due_date ⇒ Date?
-
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
- #opened_at ⇒ Date?
-
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
- #sub_type ⇒ String?
- #term_length ⇒ Integer?
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from MethodRuby::Internal::Type::BaseModel
Instance Attribute Details
#available_credit ⇒ Integer?
Available credit in cents.
6891 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6891 optional :available_credit, Integer, nil?: true |
#balance ⇒ Integer?
Current balance in cents.
6897 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6897 optional :balance, Integer, nil?: true |
#closed_at ⇒ Date?
6902 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6902 optional :closed_at, Date, nil?: true |
#interest_rate_percentage ⇒ Float?
6907 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6907 optional :interest_rate_percentage, Float, nil?: true |
#interest_rate_source ⇒ String?
6912 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6912 optional :interest_rate_source, String, nil?: true |
#interest_rate_type ⇒ String?
6917 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6917 optional :interest_rate_type, String, nil?: true |
#last_payment_amount ⇒ Integer?
Last payment amount in cents.
6923 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6923 optional :last_payment_amount, Integer, nil?: true |
#last_payment_date ⇒ Date?
6928 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6928 optional :last_payment_date, Date, nil?: true |
#next_payment_due_date ⇒ Date?
6933 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6933 optional :next_payment_due_date, Date, nil?: true |
#next_payment_minimum_amount ⇒ Integer?
Minimum payment due in cents.
6939 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6939 optional :next_payment_minimum_amount, Integer, nil?: true |
#opened_at ⇒ Date?
6944 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6944 optional :opened_at, Date, nil?: true |
#original_loan_amount ⇒ Integer?
Original loan amount in cents.
6950 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6950 optional :original_loan_amount, Integer, nil?: true |
#sub_type ⇒ String?
6955 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6955 optional :sub_type, String, nil?: true |
#term_length ⇒ Integer?
6960 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 6960 optional :term_length, Integer, nil?: true |