Sha256: 2fe7cc02eb50707a41771ca8e3a30b6667ca6bf9189c8b8d255801f30233574b
Contents?: true
Size: 211 Bytes
Versions: 3
Compression:
Stored size: 211 Bytes
Contents
require_relative '../../util/enum' module MangoModel # Funds types enumeration class FundsType extend Enum DEFAULT = value 'DEFAULT' FEES = value 'FEES' CREDIT = value 'CREDIT' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/enum/funds_type.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/enum/funds_type.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/enum/funds_type.rb |