Sha256: c3d4b05d65eb9ae788b58cbc82d4738f0a84ed3a5125da10965505bbf96db078
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
require_relative '../../util/enum' module MangoModel # Business type enumeration class BusinessType extend Enum MARKETPLACE = value 'MARKETPLACE' CROWDFUNDING = value 'CROWDFUNDING' FRANCHISE = value 'FRANCHISE' OTHER = value 'OTHER' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/enum/business_type.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/enum/business_type.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/enum/business_type.rb |