Module: MethodRuby::Models::AccountCreateResponse::Data
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/method_ruby/models/account_create_response.rb
Overview
An Account represents a financial account (ACH, liability, clearing, or debit card) associated with an Entity.
Defined Under Namespace
Classes: AccountACHResource, AccountClearingResource, AccountDebitCardResource, AccountLiabilityResource
Class Method 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
Student loans aggregate update data.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource, MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource, MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource, MethodRuby::Models::AccountCreateResponse::Data::AccountDebitCardResource, Object)
|
|
# File 'lib/method_ruby/models/account_create_response.rb', line 3614
|
Instance Method 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/account_create_response.rb', line 3583
|