Module: MetronomeSDK::Models::V1::CustomFieldRemoveKeyParams::Entity

Extended by:
Internal::Type::Enum
Defined in:
lib/metronome_sdk/models/v1/custom_field_remove_key_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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/metronome_sdk/models/v1/custom_field_remove_key_params.rb', line 48


Instance Method Details

#initialize(entity: , key: , request_options: {}) ⇒ Object

Parameters:



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/metronome_sdk/models/v1/custom_field_remove_key_params.rb', line 26

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