Module: MethodRuby::Models::AccountRetrieveResponse::Data

Extended by:
Internal::Type::Union
Defined in:
lib/method_ruby/models/account_retrieve_response.rb

Overview

An Account represents a financial account (ACH, liability, clearing, or debit card) associated with an Entity.

See Also:

Defined Under Namespace

Classes: AccountACHResource, AccountClearingResource, AccountDebitCardResource, AccountLiabilityResource

Class Method Summary collapse

Instance Method Summary collapse

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

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`.

Parameters:

  • balance (Integer, nil) (defaults to: nil)

    Current balance in cents.

  • closed_at (Date, nil) (defaults to: nil)
  • disbursements (Array<Object>, nil) (defaults to: nil)
  • interest_rate_percentage (Float, nil) (defaults to: nil)
  • interest_rate_source (String, nil) (defaults to: nil)
  • interest_rate_type (String, nil) (defaults to: nil)
  • last_payment_amount (Integer, nil) (defaults to: nil)

    Last payment amount in cents.

  • last_payment_date (Date, nil) (defaults to: nil)
  • next_payment_due_date (Date, nil) (defaults to: nil)
  • next_payment_minimum_amount (Integer, nil) (defaults to: nil)

    Minimum payment due in cents.

  • opened_at (Date, nil) (defaults to: nil)
  • original_loan_amount (Integer, nil) (defaults to: nil)

    Original loan amount in cents.

  • sub_type (String, nil) (defaults to: nil)


# File 'lib/method_ruby/models/account_retrieve_response.rb', line 3586