Class: MangoModel::SecureMode

Inherits:
Object
  • Object
show all
Extended by:
Enum
Defined in:
lib/mangopay/model/enum/secure_mode.rb

Overview

Secure modes enumeration

Constant Summary collapse

DEFAULT =

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

value 'DEFAULT'
FORCE =

Force activation of the Secure Mode for a transaction

value 'FORCE'
NO_CHOICE =
value 'NO_CHOICE'

Method Summary

Methods included from Enum

extended, value_of