Module: Cryptopay::ChannelPaymentStatus
- Defined in:
- lib/cryptopay/models/channel_payment_status.rb
Constant Summary collapse
- PENDING =
'pending'
- ON_HOLD =
'on_hold'
- COMPLETED =
'completed'
- REFUNDED =
'refunded'
- CANCELLED =
'cancelled'
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
17 18 19 |
# File 'lib/cryptopay/models/channel_payment_status.rb', line 17 def self.build_from_hash(value) value end |