Module: ModernTreasury::Models::Transaction::VendorCodeType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/modern_treasury/models/transaction.rb,
sig/modern_treasury/models/transaction.rbs
Overview
The type of vendor_code being reported. Can be one of bai2, bankprov,
bnk_dev, cleartouch, currencycloud, cross_river, dwolla, evolve,
goldman_sachs, iso20022, jpmc, mx, silvergate, swift, us_bank, or
others.
Constant Summary collapse
- BAI2 =
:bai2- BANKING_CIRCLE =
:banking_circle- BANKPROV =
:bankprov- BNK_DEV =
:bnk_dev- CLEARTOUCH =
:cleartouch- COINBASE_PRIME =
:coinbase_prime- COLUMN =
:column- CROSS_RIVER =
:cross_river- CURRENCYCLOUD =
:currencycloud- DWOLLA =
:dwolla- EVOLVE =
:evolve- FAKE_VENDOR =
:fake_vendor- GOLDMAN_SACHS =
:goldman_sachs- ISO20022 =
:iso20022- JPMC =
:jpmc- MODERN_TREASURY =
:modern_treasury- MX =
:mx- PAXOS =
:paxos- PAYPAL =
:paypal- PNC =
:pnc- SILVERGATE =
:silvergate- SWIFT =
:swift- TURNKEY =
:turnkey- US_BANK =
:us_bank- USER =
:user- WESTERN_ALLIANCE =
:western_alliance
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/modern_treasury/models/transaction.rb', line 309
|
Instance Method Details
#self?.values ⇒ ::Array[ModernTreasury::Models::Transaction::vendor_code_type]
265 |
# File 'sig/modern_treasury/models/transaction.rbs', line 265
def self?.values: -> ::Array[ModernTreasury::Models::Transaction::vendor_code_type]
|