Sha256: 277d66205f6b306208b8d8359da58b54c67db6047a7bd30ce53060d0615e4905

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

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

module MangoModel

  # Pay In execution types enumeration
  class PayInExecutionType
    extend Enum

    # Web execution type
    WEB = value 'WEB'

    # Direct execution type
    DIRECT = value 'DIRECT'

    # External instruction execution type
    EXTERNAL_INSTRUCTION = value 'EXTERNAL_INSTRUCTION'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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