Class: Lithic::Models::Reports::Settlement::NetworkTotalListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::Reports::Settlement::NetworkTotalListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/reports/settlement/network_total_list_params.rb
Overview
Defined Under Namespace
Modules: Network
Instance Attribute Summary collapse
-
#begin_ ⇒ Time?
Datetime in RFC 3339 format.
-
#end_ ⇒ Time?
Datetime in RFC 3339 format.
-
#ending_before ⇒ String?
A cursor representing an item’s token before which a page of results should end.
-
#institution_id ⇒ String?
Institution ID to filter on.
-
#network ⇒ Symbol, ...
Network to filter on.
-
#page_size ⇒ Integer?
Number of records per page.
-
#report_date ⇒ Date?
Singular report date to filter on (YYYY-MM-DD).
-
#report_date_begin ⇒ Date?
Earliest report date to filter on, inclusive (YYYY-MM-DD).
-
#report_date_end ⇒ Date?
Latest report date to filter on, inclusive (YYYY-MM-DD).
-
#settlement_institution_id ⇒ String?
Settlement institution ID to filter on.
-
#starting_after ⇒ String?
A cursor representing an item’s token after which a page of results should begin.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(begin_: nil, end_: nil, ending_before: nil, institution_id: nil, network: nil, page_size: nil, report_date: nil, report_date_begin: nil, report_date_end: nil, settlement_institution_id: nil, starting_after: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see NetworkTotalListParams for more details.
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(begin_: nil, end_: nil, ending_before: nil, institution_id: nil, network: nil, page_size: nil, report_date: nil, report_date_begin: nil, report_date_end: nil, settlement_institution_id: nil, starting_after: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::Reports::Settlement::NetworkTotalListParams for more details.
|
|
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 83
|
Instance Attribute Details
#begin_ ⇒ Time?
Datetime in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
17 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 17 optional :begin_, Time |
#end_ ⇒ Time?
Datetime in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
24 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 24 optional :end_, Time |
#ending_before ⇒ String?
A cursor representing an item’s token before which a page of results should end. Used to retrieve the previous page of results before this item.
31 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 31 optional :ending_before, String |
#institution_id ⇒ String?
Institution ID to filter on.
37 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 37 optional :institution_id, String |
#network ⇒ Symbol, ...
Network to filter on.
43 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 43 optional :network, enum: -> { Lithic::Reports::Settlement::NetworkTotalListParams::Network } |
#page_size ⇒ Integer?
Number of records per page.
49 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 49 optional :page_size, Integer |
#report_date ⇒ Date?
Singular report date to filter on (YYYY-MM-DD). Cannot be populated in conjunction with report_date_begin or report_date_end.
56 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 56 optional :report_date, Date |
#report_date_begin ⇒ Date?
Earliest report date to filter on, inclusive (YYYY-MM-DD).
62 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 62 optional :report_date_begin, Date |
#report_date_end ⇒ Date?
Latest report date to filter on, inclusive (YYYY-MM-DD).
68 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 68 optional :report_date_end, Date |
#settlement_institution_id ⇒ String?
Settlement institution ID to filter on.
74 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 74 optional :settlement_institution_id, String |
#starting_after ⇒ String?
A cursor representing an item’s token after which a page of results should begin. Used to retrieve the next page of results after this item.
81 |
# File 'lib/lithic/models/reports/settlement/network_total_list_params.rb', line 81 optional :starting_after, String |