Module: Orb::Models::AlertUpdateParams::PriceFilter::Field

Extended by:
Internal::Type::Enum
Defined in:
lib/orb/models/alert_update_params.rb,
sig/orb/models/alert_update_params.rbs

Overview

The property of the price to filter on.

See Also:

  • Orb::Models::AlertUpdateParams::PriceFilter#field

Constant Summary collapse

PRICE_ID =

Returns:

  • (:price_id)
:price_id
ITEM_ID =

Returns:

  • (:item_id)
:item_id
PRICE_TYPE =

Returns:

  • (:price_type)
:price_type
CURRENCY =

Returns:

  • (:currency)
:currency
PRICING_UNIT_ID =

Returns:

  • (:pricing_unit_id)
:pricing_unit_id

Instance Method Summary collapse

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

#self?.values ⇒ ::Array[Orb::Models::AlertUpdateParams::PriceFilter::field]

Returns:

  • (::Array[Orb::Models::AlertUpdateParams::PriceFilter::field])


78
# File 'sig/orb/models/alert_update_params.rbs', line 78

def self?.values: -> ::Array[Orb::Models::AlertUpdateParams::PriceFilter::field]