* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @copyright PayPal */ namespace PaypalAddons\classes\Constants; class APM { const BANCONTACT = 'bancontact'; const BLIK = 'blik'; const EPS = 'eps'; const GIROPAY = 'giropay'; const IDEAL = 'ideal'; const MYBANK = 'mybank'; const P24 = 'p24'; const SOFORT = 'sofort'; const BOLETOBANCARIO = 'boletobancario'; const TRUSTLY = 'trustly'; const MULTIBANCO = 'multibanco'; const OXXO = 'oxxo'; }