Module: Cryptopay::RiskType
- Defined in:
- lib/cryptopay/models/risk_type.rb
Constant Summary collapse
- SOURCE_OF_FUNDS =
'source_of_funds'
- DESTINATION_OF_FUNDS =
'destination_of_funds'
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
14 15 16 |
# File 'lib/cryptopay/models/risk_type.rb', line 14 def self.build_from_hash(value) value end |