Module: Cryptopay::InvoiceStatusContext
- Defined in:
- lib/cryptopay/models/invoice_status_context.rb
Constant Summary collapse
- OVERPAID =
'overpaid'- UNDERPAID =
'underpaid'- PAID_LATE =
'paid_late'- ILLICIT_RESOURCE =
'illicit_resource'
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
16 17 18 |
# File 'lib/cryptopay/models/invoice_status_context.rb', line 16 def self.build_from_hash(value) value end |