Sha256: ec853da341c71e76243d104678b001061f883d923a9ee8d131b1b9e21d64b9fb
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
require_relative '../../util/enum' module MangoModel # Person type enumeration class PersonType extend Enum # Represents a person NATURAL = value 'NATURAL' # Represents a business or an organization LEGAL = value 'LEGAL' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/enum/person_type.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/enum/person_type.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/enum/person_type.rb |