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

Class Method Details

.build_from_hash(value) ⇒ String

Builds the enum from string

Parameters:

  • The (String)

    enum value in the form of the string

Returns:

  • (String)

    The enum value



21
22
23
# File 'lib/cryptopay/models/transaction_reference_type.rb', line 21

def self.build_from_hash(value)
  value
end