Module: Straddle::Models::PaymentListParams::DefaultSort
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/payment_list_params.rb,
sig/straddle/models/payment_list_params.rbs
Constant Summary collapse
- CREATED_AT =
:created_at- PAYMENT_DATE =
:payment_date- EFFECTIVE_AT =
:effective_at- ID =
:id- AMOUNT =
:amount- UPDATED_AT =
:updated_at
Instance Method Summary collapse
- #initialize(customer_id: nil, default_page_size: nil, default_sort: nil, default_sort_order: nil, external_id: nil, funding_id: nil, has_refund: nil, has_resubmit: nil, include_metadata: nil, is_refund: nil, is_resubmit: nil, max_amount: nil, max_created_at: nil, max_effective_at: nil, max_payment_date: nil, max_updated_at: nil, min_amount: nil, min_created_at: nil, min_effective_at: nil, min_payment_date: nil, min_updated_at: nil, page_number: nil, page_size: nil, paykey: nil, paykey_id: nil, payment_id: nil, payment_status: nil, payment_type: nil, search_text: nil, sort_by: nil, sort_order: nil, status_reason: nil, status_source: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[Straddle::Models::PaymentListParams::default_sort]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
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(customer_id: nil, default_page_size: nil, default_sort: nil, default_sort_order: nil, external_id: nil, funding_id: nil, has_refund: nil, has_resubmit: nil, include_metadata: nil, is_refund: nil, is_resubmit: nil, max_amount: nil, max_created_at: nil, max_effective_at: nil, max_payment_date: nil, max_updated_at: nil, min_amount: nil, min_created_at: nil, min_effective_at: nil, min_payment_date: nil, min_updated_at: nil, page_number: nil, page_size: nil, paykey: nil, paykey_id: nil, payment_id: nil, payment_status: nil, payment_type: nil, search_text: nil, sort_by: nil, sort_order: nil, status_reason: nil, status_source: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'lib/straddle/models/payment_list_params.rb', line 301 module DefaultSort extend Straddle::Internal::Type::Enum CREATED_AT = :created_at PAYMENT_DATE = :payment_date EFFECTIVE_AT = :effective_at ID = :id AMOUNT = :amount UPDATED_AT = :updated_at # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Straddle::Models::PaymentListParams::default_sort]
306 |
# File 'sig/straddle/models/payment_list_params.rbs', line 306 def self?.values: -> ::Array[Straddle::Models::PaymentListParams::default_sort] |