Sha256: edefd9e5eb29df9c229a0f261f0996cdccf97bd457dcce2006ead7b0b1b93296

Contents?: true

Size: 181 Bytes

Versions: 3

Compression:

Stored size: 181 Bytes

Contents

require_relative '../../util/enum'

module MangoModel

  # Mandate creation execution types enumeration
  class MandateExecutionType
    extend Enum

    WEB = value 'WEB'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/enum/mandate_execution_type.rb
mangopay-v4-4.0.2 lib/mangopay/model/enum/mandate_execution_type.rb
mangopay-v4-4.0.1 lib/mangopay/model/enum/mandate_execution_type.rb