Module: Increase::Models::Transaction::Source::Category

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

Overview

The type of the resource. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.

See Also:

Constant Summary collapse

ACCOUNT_TRANSFER_INTENTION =

Account Transfer Intention: details will be under the ‘account_transfer_intention` object.

:account_transfer_intention
ACH_TRANSFER_INTENTION =

ACH Transfer Intention: details will be under the ‘ach_transfer_intention` object.

:ach_transfer_intention
ACH_TRANSFER_REJECTION =

ACH Transfer Rejection: details will be under the ‘ach_transfer_rejection` object.

:ach_transfer_rejection
ACH_TRANSFER_RETURN =

ACH Transfer Return: details will be under the ‘ach_transfer_return` object.

:ach_transfer_return
CASHBACK_PAYMENT =

Cashback Payment: details will be under the ‘cashback_payment` object.

:cashback_payment
CARD_DISPUTE_ACCEPTANCE =

Legacy Card Dispute Acceptance: details will be under the ‘card_dispute_acceptance` object.

:card_dispute_acceptance
CARD_DISPUTE_FINANCIAL =

Card Dispute Financial: details will be under the ‘card_dispute_financial` object.

:card_dispute_financial
CARD_DISPUTE_LOSS =

Legacy Card Dispute Loss: details will be under the ‘card_dispute_loss` object.

:card_dispute_loss
CARD_REFUND =

Card Refund: details will be under the ‘card_refund` object.

:card_refund
CARD_SETTLEMENT =

Card Settlement: details will be under the ‘card_settlement` object.

:card_settlement
CARD_FINANCIAL =

Card Financial: details will be under the ‘card_financial` object.

:card_financial
CARD_REVENUE_PAYMENT =

Card Revenue Payment: details will be under the ‘card_revenue_payment` object.

:card_revenue_payment
CHECK_DEPOSIT_ACCEPTANCE =

Check Deposit Acceptance: details will be under the ‘check_deposit_acceptance` object.

:check_deposit_acceptance
CHECK_DEPOSIT_RETURN =

Check Deposit Return: details will be under the ‘check_deposit_return` object.

:check_deposit_return
FEDNOW_TRANSFER_ACKNOWLEDGEMENT =

FedNow Transfer Acknowledgement: details will be under the ‘fednow_transfer_acknowledgement` object.

:fednow_transfer_acknowledgement
CHECK_TRANSFER_DEPOSIT =

Check Transfer Deposit: details will be under the ‘check_transfer_deposit` object.

:check_transfer_deposit
FEE_PAYMENT =

Fee Payment: details will be under the ‘fee_payment` object.

:fee_payment
INBOUND_ACH_TRANSFER =

Inbound ACH Transfer Intention: details will be under the ‘inbound_ach_transfer` object.

:inbound_ach_transfer
INBOUND_ACH_TRANSFER_RETURN_INTENTION =

Inbound ACH Transfer Return Intention: details will be under the ‘inbound_ach_transfer_return_intention` object.

:inbound_ach_transfer_return_intention
INBOUND_CHECK_DEPOSIT_RETURN_INTENTION =

Inbound Check Deposit Return Intention: details will be under the ‘inbound_check_deposit_return_intention` object.

:inbound_check_deposit_return_intention
INBOUND_CHECK_ADJUSTMENT =

Inbound Check Adjustment: details will be under the ‘inbound_check_adjustment` object.

:inbound_check_adjustment
INBOUND_FEDNOW_TRANSFER_CONFIRMATION =

Inbound FedNow Transfer Confirmation: details will be under the ‘inbound_fednow_transfer_confirmation` object.

:inbound_fednow_transfer_confirmation
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION =

Inbound Real-Time Payments Transfer Confirmation: details will be under the ‘inbound_real_time_payments_transfer_confirmation` object.

:inbound_real_time_payments_transfer_confirmation
INBOUND_WIRE_REVERSAL =

Inbound Wire Reversal: details will be under the ‘inbound_wire_reversal` object.

:inbound_wire_reversal
INBOUND_WIRE_TRANSFER =

Inbound Wire Transfer Intention: details will be under the ‘inbound_wire_transfer` object.

:inbound_wire_transfer
INBOUND_WIRE_TRANSFER_REVERSAL =

Inbound Wire Transfer Reversal Intention: details will be under the ‘inbound_wire_transfer_reversal` object.

:inbound_wire_transfer_reversal
INTEREST_PAYMENT =

Interest Payment: details will be under the ‘interest_payment` object.

:interest_payment
INTERNAL_SOURCE =

Internal Source: details will be under the ‘internal_source` object.

:internal_source
REAL_TIME_PAYMENTS_TRANSFER_ACKNOWLEDGEMENT =

Real-Time Payments Transfer Acknowledgement: details will be under the ‘real_time_payments_transfer_acknowledgement` object.

:real_time_payments_transfer_acknowledgement
SAMPLE_FUNDS =

Sample Funds: details will be under the ‘sample_funds` object.

:sample_funds
WIRE_TRANSFER_INTENTION =

Wire Transfer Intention: details will be under the ‘wire_transfer_intention` object.

:wire_transfer_intention
SWIFT_TRANSFER_INTENTION =

Swift Transfer Intention: details will be under the ‘swift_transfer_intention` object.

:swift_transfer_intention
SWIFT_TRANSFER_RETURN =

Swift Transfer Return: details will be under the ‘swift_transfer_return` object.

:swift_transfer_return
CARD_PUSH_TRANSFER_ACCEPTANCE =

Card Push Transfer Acceptance: details will be under the ‘card_push_transfer_acceptance` object.

:card_push_transfer_acceptance
ACCOUNT_REVENUE_PAYMENT =

Account Revenue Payment: details will be under the ‘account_revenue_payment` object.

:account_revenue_payment
OTHER =

The Transaction was made for an undocumented or deprecated reason.

:other

Method Summary

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