Module: MetronomeSDK::Models::V1::CustomFieldDeleteValuesParams::Entity
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/v1/custom_field_delete_values_params.rb
Constant Summary collapse
- ALERT =
:alert- BILLABLE_METRIC =
:billable_metric- CHARGE =
:charge- COMMIT =
:commit- CONTRACT_CREDIT =
:contract_credit- CONTRACT_PRODUCT =
:contract_product- CONTRACT =
:contract- CREDIT_GRANT =
:credit_grant- CUSTOMER_PLAN =
:customer_plan- CUSTOMER =
:customer- DISCOUNT =
:discount- INVOICE =
:invoice- PLAN =
:plan- PROFESSIONAL_SERVICE =
:professional_service- PRODUCT =
:product- RATE_CARD =
:rate_card- SCHEDULED_CHARGE =
:scheduled_charge- SUBSCRIPTION =
:subscription
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v1/custom_field_delete_values_params.rb', line 54
|
Instance Method Details
#initialize(entity: , entity_id: , keys: , request_options: {}) ⇒ Object
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'lib/metronome_sdk/models/v1/custom_field_delete_values_params.rb', line 32 module Entity extend MetronomeSDK::Internal::Type::Enum ALERT = :alert BILLABLE_METRIC = :billable_metric CHARGE = :charge COMMIT = :commit CONTRACT_CREDIT = :contract_credit CONTRACT_PRODUCT = :contract_product CONTRACT = :contract CREDIT_GRANT = :credit_grant CUSTOMER_PLAN = :customer_plan CUSTOMER = :customer DISCOUNT = :discount INVOICE = :invoice PLAN = :plan PROFESSIONAL_SERVICE = :professional_service PRODUCT = :product RATE_CARD = :rate_card SCHEDULED_CHARGE = :scheduled_charge SUBSCRIPTION = :subscription # @!method self.values # @return [Array<Symbol>] end |