module Cryptopay::TransactionReferenceType
Constants
- BANK_DEPOSIT
- BANK_WITHDRAWAL
- CHANNEL_PAYMENT
- COIN_DEPOSIT
- COIN_WITHDRAWAL
- EXCHANGE_TRANSFER
- INVOICE
- INVOICE_REFUND
- MANUAL_BALANCE_TRANSACTION
Public Class Methods
build_from_hash(value)
click to toggle source
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
# File lib/cryptopay/models/transaction_reference_type.rb, line 21 def self.build_from_hash(value) value end