Module: Cryptopay::TransactionReferenceType
- Defined in:
- lib/cryptopay/models/transaction_reference_type.rb
Constant Summary collapse
- BANK_DEPOSIT =
'BankDeposit'
- BANK_WITHDRAWAL =
'BankWithdrawal'
- CHANNEL_PAYMENT =
'ChannelPayment'
- COIN_DEPOSIT =
'CoinDeposit'
- COIN_WITHDRAWAL =
'CoinWithdrawal'
- EXCHANGE_TRANSFER =
'ExchangeTransfer'
- INVOICE =
'Invoice'
- INVOICE_REFUND =
'InvoiceRefund'
- MANUAL_BALANCE_TRANSACTION =
'ManualBalanceTransaction'
Class Method Summary collapse
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
21 22 23 |
# File 'lib/cryptopay/models/transaction_reference_type.rb', line 21 def self.build_from_hash(value) value end |