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

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

Overview

Other form of payment evidence.

See Also:

  • Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans#other_form_of_payment_evidence

Constant Summary collapse

CANCELED_CHECK =

Canceled check.

Returns:

:canceled_check
CARD_TRANSACTION =

Card transaction.

Returns:

:card_transaction
CASH_RECEIPT =

Cash receipt.

Returns:

:cash_receipt
OTHER =

Other.

Returns:

:other
STATEMENT =

Statement.

Returns:

:statement
VOUCHER =

Voucher.

Returns:

:voucher

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:



# File 'lib/increase/models/card_dispute_create_params.rb', line 3442


Instance Method Details

#self?.values::Array[Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::other_form_of_payment_evidence]

Returns:



2994
# File 'sig/increase/models/card_dispute_create_params.rbs', line 2994

def self?.values: -> ::Array[Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::other_form_of_payment_evidence]