Module: Dodopayments::Models::Customers::Wallets::CustomerWalletTransaction::EventType

Extended by:
Internal::Type::Enum
Defined in:
lib/dodopayments/models/customers/wallets/customer_wallet_transaction.rb,
sig/dodopayments/models/customers/wallets/customer_wallet_transaction.rbs

Overview

See Also:

  • Dodopayments::Models::Customers::Wallets::CustomerWalletTransaction#event_type

Constant Summary collapse

PAYMENT =

Returns:

  • (:payment)
:payment
PAYMENT_REVERSAL =

Returns:

  • (:payment_reversal)
:payment_reversal
REFUND =

Returns:

  • (:refund)
:refund
REFUND_REVERSAL =

Returns:

  • (:refund_reversal)
:refund_reversal
DISPUTE =

Returns:

  • (:dispute)
:dispute
DISPUTE_REVERSAL =

Returns:

  • (:dispute_reversal)
:dispute_reversal
MERCHANT_ADJUSTMENT =

Returns:

  • (:merchant_adjustment)
:merchant_adjustment

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/dodopayments/models/customers/wallets/customer_wallet_transaction.rb', line 95

Instance Method Details

#self?.values::Array[Dodopayments::Models::Customers::Wallets::CustomerWalletTransaction::event_type]

Returns:

  • (::Array[Dodopayments::Models::Customers::Wallets::CustomerWalletTransaction::event_type])


96
# File 'sig/dodopayments/models/customers/wallets/customer_wallet_transaction.rbs', line 96

def self?.values: -> ::Array[Dodopayments::Models::Customers::Wallets::CustomerWalletTransaction::event_type]