Module: Cryptopay::InvoiceCallbackEvent

Defined in:
lib/cryptopay/models/invoice_callback_event.rb

Constant Summary collapse

CREATED =
'created'
REFUNDED =
'refunded'
RECALCULATED =
'recalculated'
STATUS_CHANGED =
'status_changed'
TRANSACTION_CREATED =
'transaction_created'
TRANSACTION_CONFIRMED =
'transaction_confirmed'

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



18
19
20
# File 'lib/cryptopay/models/invoice_callback_event.rb', line 18

def self.build_from_hash(value)
  value
end