Class: Lithic::Models::FinancialAccounts::InterestTierScheduleListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::FinancialAccounts::InterestTierScheduleListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb
Overview
Instance Attribute Summary collapse
-
#after_date ⇒ Date?
Return schedules with effective_date >= after_date (ISO format YYYY-MM-DD).
-
#before_date ⇒ Date?
Return schedules with effective_date <= before_date (ISO format YYYY-MM-DD).
- #financial_account_token ⇒ String
-
#for_date ⇒ Date?
Return schedule with effective_date == for_date (ISO format YYYY-MM-DD).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(financial_account_token:, after_date: nil, before_date: nil, for_date: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb', line 34
|
Instance Attribute Details
#after_date ⇒ Date?
Return schedules with effective_date >= after_date (ISO format YYYY-MM-DD)
20 |
# File 'lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb', line 20 optional :after_date, Date |
#before_date ⇒ Date?
Return schedules with effective_date <= before_date (ISO format YYYY-MM-DD)
26 |
# File 'lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb', line 26 optional :before_date, Date |
#financial_account_token ⇒ String
14 |
# File 'lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb', line 14 required :financial_account_token, String |
#for_date ⇒ Date?
Return schedule with effective_date == for_date (ISO format YYYY-MM-DD)
32 |
# File 'lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb', line 32 optional :for_date, Date |