Sha256: 55f7a0cc24415cc3de2e4bfd9f7d73410092d9e7f6bbb6eb7eb5bd625cf41c10

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

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

module MangoModel

  # Secure modes enumeration
  class SecureMode
    extend Enum

    # Automatic activation of the Secure Mode, when transaction
    # is higher than 50 EUR or when MangoPay detects there is a higher risk
    DEFAULT = value 'DEFAULT'

    # Force activation of the Secure Mode for a transaction
    FORCE = value 'FORCE'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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