Module: Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/card_dispute_create_params.rb

Overview

Other form of payment evidence.

Constant Summary collapse

CANCELED_CHECK =

Canceled check.

:canceled_check
CARD_TRANSACTION =

Card transaction.

:card_transaction
CASH_RECEIPT =

Cash receipt.

:cash_receipt
OTHER =

Other.

:other
STATEMENT =

Statement.

:statement
VOUCHER =

Voucher.

:voucher

Class 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/increase/models/card_dispute_create_params.rb', line 3329