Module: Lithic::Models::ManagementOperationCreateParams::Category

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/management_operation_create_params.rb

Constant Summary collapse

MANAGEMENT_FEE =
:MANAGEMENT_FEE
MANAGEMENT_DISPUTE =
:MANAGEMENT_DISPUTE
MANAGEMENT_REWARD =
:MANAGEMENT_REWARD
MANAGEMENT_ADJUSTMENT =
:MANAGEMENT_ADJUSTMENT
MANAGEMENT_DISBURSEMENT =
:MANAGEMENT_DISBURSEMENT

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

Instance Method Details

#initialize(amount:, category:, direction:, effective_date:, event_type:, financial_account_token:, token: nil, memo: nil, on_closed_account: nil, subtype: nil, user_defined_id: nil, request_options: {}) ⇒ Object

Parameters:



91
92
93
94
95
96
97
98
99
100
101
102
# File 'lib/lithic/models/management_operation_create_params.rb', line 91

module Category
  extend Lithic::Internal::Type::Enum

  MANAGEMENT_FEE = :MANAGEMENT_FEE
  MANAGEMENT_DISPUTE = :MANAGEMENT_DISPUTE
  MANAGEMENT_REWARD = :MANAGEMENT_REWARD
  MANAGEMENT_ADJUSTMENT = :MANAGEMENT_ADJUSTMENT
  MANAGEMENT_DISBURSEMENT = :MANAGEMENT_DISBURSEMENT

  # @!method self.values
  #   @return [Array<Symbol>]
end