Module: Lithic::Models::ExternalPayment::Status

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

Overview

The status of the transaction

See Also:

  • Lithic::Models::ExternalPayment#status

Constant Summary collapse

PENDING =

Returns:

  • (:PENDING)
:PENDING
SETTLED =

Returns:

  • (:SETTLED)
:SETTLED
DECLINED =

Returns:

  • (:DECLINED)
:DECLINED
REVERSED =

Returns:

  • (:REVERSED)
:REVERSED
CANCELED =

Returns:

  • (:CANCELED)
:CANCELED
RETURNED =

Returns:

  • (:RETURNED)
:RETURNED

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[Lithic::Models::ExternalPayment::status]

Returns:

  • (::Array[Lithic::Models::ExternalPayment::status])


125
# File 'sig/lithic/models/external_payment.rbs', line 125

def self?.values: -> ::Array[Lithic::Models::ExternalPayment::status]