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
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
18 19 20 |
# File 'lib/cryptopay/models/invoice_callback_event.rb', line 18 def self.build_from_hash(value) value end |