Sha256: d2e78c7b299d42f84581592130b65f141960a1b4565d278e1842fbf5b57c347d
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require_relative '../../util/enum' module MangoModel # Legal person types enumeration class LegalPersonType extend Enum BUSINESS = value 'BUSINESS' ORGANIZATION = value 'ORGANIZATION' SOLETRADER = value 'SOLETRADER' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.0.0 | lib/mangopay/model/enum/legal_person_type.rb |