Class: ModernTreasury::Models::Transactions::LineItemListParams
Overview
Defined Under Namespace
Modules: Type
Constant Summary
Internal::Type::RequestParameters::ModernTreasury
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
34
|
# File 'sig/modern_treasury/models/transactions/line_item_list_params.rbs', line 34
def initialize: (
|
Instance Attribute Details
#after_cursor ⇒ String?
19
|
# File 'lib/modern_treasury/models/transactions/line_item_list_params.rb', line 19
optional :after_cursor, String, nil?: true
|
#id ⇒ Hash{Symbol=>String}?
14
|
# File 'lib/modern_treasury/models/transactions/line_item_list_params.rb', line 14
optional :id, ModernTreasury::Internal::Type::HashOf[String]
|
#per_page ⇒ Integer?
24
|
# File 'lib/modern_treasury/models/transactions/line_item_list_params.rb', line 24
optional :per_page, Integer
|
#transaction_id ⇒ String?
29
|
# File 'lib/modern_treasury/models/transactions/line_item_list_params.rb', line 29
optional :transaction_id, String
|
#type ⇒ Symbol, ...
34
|
# File 'lib/modern_treasury/models/transactions/line_item_list_params.rb', line 34
optional :type, enum: -> { ModernTreasury::Transactions::LineItemListParams::Type }, nil?: true
|
Instance Method Details
#to_hash ⇒ {
43
|
# File 'sig/modern_treasury/models/transactions/line_item_list_params.rbs', line 43
def to_hash: -> {
|