Module: Increase::Models::TransactionListParams::Category::In
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/transaction_list_params.rb
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
Instance Method Summary collapse
-
#initialize(in_: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::TransactionListParams::Category for more details.
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
Instance Method Details
#initialize(in_: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::TransactionListParams::Category for more details.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
# File 'lib/increase/models/transaction_list_params.rb', line 82 module In extend Increase::Internal::Type::Enum # Account Transfer Intention: details will be under the `account_transfer_intention` object. ACCOUNT_TRANSFER_INTENTION = :account_transfer_intention # ACH Transfer Intention: details will be under the `ach_transfer_intention` object. ACH_TRANSFER_INTENTION = :ach_transfer_intention # ACH Transfer Rejection: details will be under the `ach_transfer_rejection` object. ACH_TRANSFER_REJECTION = :ach_transfer_rejection # ACH Transfer Return: details will be under the `ach_transfer_return` object. ACH_TRANSFER_RETURN = :ach_transfer_return # Cashback Payment: details will be under the `cashback_payment` object. CASHBACK_PAYMENT = :cashback_payment # Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object. CARD_DISPUTE_ACCEPTANCE = :card_dispute_acceptance # Card Dispute Financial: details will be under the `card_dispute_financial` object. CARD_DISPUTE_FINANCIAL = :card_dispute_financial # Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. CARD_DISPUTE_LOSS = :card_dispute_loss # Card Refund: details will be under the `card_refund` object. CARD_REFUND = :card_refund # Card Settlement: details will be under the `card_settlement` object. CARD_SETTLEMENT = :card_settlement # Card Financial: details will be under the `card_financial` object. CARD_FINANCIAL = :card_financial # Card Revenue Payment: details will be under the `card_revenue_payment` object. CARD_REVENUE_PAYMENT = :card_revenue_payment # Check Deposit Acceptance: details will be under the `check_deposit_acceptance` object. CHECK_DEPOSIT_ACCEPTANCE = :check_deposit_acceptance # Check Deposit Return: details will be under the `check_deposit_return` object. CHECK_DEPOSIT_RETURN = :check_deposit_return # FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object. FEDNOW_TRANSFER_ACKNOWLEDGEMENT = :fednow_transfer_acknowledgement # Check Transfer Deposit: details will be under the `check_transfer_deposit` object. CHECK_TRANSFER_DEPOSIT = :check_transfer_deposit # Fee Payment: details will be under the `fee_payment` object. FEE_PAYMENT = :fee_payment # Inbound ACH Transfer Intention: details will be under the `inbound_ach_transfer` object. INBOUND_ACH_TRANSFER = :inbound_ach_transfer # Inbound ACH Transfer Return Intention: details will be under the `inbound_ach_transfer_return_intention` object. INBOUND_ACH_TRANSFER_RETURN_INTENTION = :inbound_ach_transfer_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_deposit_return_intention # Inbound Check Adjustment: details will be under the `inbound_check_adjustment` object. INBOUND_CHECK_ADJUSTMENT = :inbound_check_adjustment # Inbound FedNow Transfer Confirmation: details will be under the `inbound_fednow_transfer_confirmation` object. INBOUND_FEDNOW_TRANSFER_CONFIRMATION = :inbound_fednow_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_real_time_payments_transfer_confirmation # Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object. INBOUND_WIRE_REVERSAL = :inbound_wire_reversal # Inbound Wire Transfer Intention: details will be under the `inbound_wire_transfer` object. INBOUND_WIRE_TRANSFER = :inbound_wire_transfer # Inbound Wire Transfer Reversal Intention: details will be under the `inbound_wire_transfer_reversal` object. INBOUND_WIRE_TRANSFER_REVERSAL = :inbound_wire_transfer_reversal # Interest Payment: details will be under the `interest_payment` object. INTEREST_PAYMENT = :interest_payment # Internal Source: details will be under the `internal_source` object. INTERNAL_SOURCE = :internal_source # Real-Time Payments Transfer Acknowledgement: details will be under the `real_time_payments_transfer_acknowledgement` object. REAL_TIME_PAYMENTS_TRANSFER_ACKNOWLEDGEMENT = :real_time_payments_transfer_acknowledgement # Sample Funds: details will be under the `sample_funds` object. SAMPLE_FUNDS = :sample_funds # Wire Transfer Intention: details will be under the `wire_transfer_intention` object. WIRE_TRANSFER_INTENTION = :wire_transfer_intention # Swift Transfer Intention: details will be under the `swift_transfer_intention` object. SWIFT_TRANSFER_INTENTION = :swift_transfer_intention # Swift Transfer Return: details will be under the `swift_transfer_return` object. SWIFT_TRANSFER_RETURN = :swift_transfer_return # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object. CARD_PUSH_TRANSFER_ACCEPTANCE = :card_push_transfer_acceptance # Account Revenue Payment: details will be under the `account_revenue_payment` object. ACCOUNT_REVENUE_PAYMENT = :account_revenue_payment # The Transaction was made for an undocumented or deprecated reason. OTHER = :other # @!method self.values # @return [Array<Symbol>] end |