Module: Cryptopay::BeneficiaryType
- Defined in:
- lib/cryptopay/models/beneficiary_type.rb
Constant Summary collapse
- NATURAL_PERSON =
'natural_person'
- LEGAL_PERSON =
'legal_person'
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/beneficiary_type.rb', line 14 def self.build_from_hash(value) value end |