Module: Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel::CreditReasonIndicator

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

Overview

Indicates the reason for a credit to the cardholder.

See Also:

  • Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel#credit_reason_indicator

Constant Summary collapse

NO_CREDIT =

No credit

Returns:

  • (:no_credit)
:no_credit
PASSENGER_TRANSPORT_ANCILLARY_PURCHASE_CANCELLATION =

Passenger transport ancillary purchase cancellation

Returns:

  • (:passenger_transport_ancillary_purchase_cancellation)
:passenger_transport_ancillary_purchase_cancellation
AIRLINE_TICKET_AND_PASSENGER_TRANSPORT_ANCILLARY_PURCHASE_CANCELLATION =

Airline ticket and passenger transport ancillary purchase cancellation

Returns:

  • (:airline_ticket_and_passenger_transport_ancillary_purchase_cancellation)
:airline_ticket_and_passenger_transport_ancillary_purchase_cancellation
AIRLINE_TICKET_CANCELLATION =

Airline ticket cancellation

Returns:

  • (:airline_ticket_cancellation)
:airline_ticket_cancellation
OTHER =

Other

Returns:

  • (:other)
:other
PARTIAL_REFUND_OF_AIRLINE_TICKET =

Partial refund of airline ticket

Returns:

  • (:partial_refund_of_airline_ticket)
:partial_refund_of_airline_ticket

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[Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel::credit_reason_indicator]

Returns:

  • (::Array[Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel::credit_reason_indicator])


3039
# File 'sig/increase/models/transaction.rbs', line 3039

def self?.values: -> ::Array[Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel::credit_reason_indicator]