Sha256: 1dd8e32fbce45b2452c942b8a0e8a36499f9050b64dfc0c85ee0733f3dc5c4e1
Contents?: true
Size: 238 Bytes
Versions: 3
Compression:
Stored size: 238 Bytes
Contents
require_relative '../../../lib/mangopay/util/enum' module MangoPay # Available fields by which to sort API response results class SortField extend Enum CREATION_DATE = value 'CreationDate' DATE = value 'Date' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/common/sort_field.rb |
mangopay-v4-4.0.2 | lib/mangopay/common/sort_field.rb |
mangopay-v4-4.0.1 | lib/mangopay/common/sort_field.rb |