Module: Cryptopay::InvoiceStatus
- Defined in:
- lib/cryptopay/models/invoice_status.rb
Constant Summary collapse
- NEW =
'new'
- COMPLETED =
'completed'
- UNRESOLVED =
'unresolved'
- 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/invoice_status.rb', line 17 def self.build_from_hash(value) value end |