| Current Path : /home/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/mangopay/MangoPay/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/mangopay/MangoPay/Hook.php |
<?php
namespace MangoPay;
/**
* Hooks and Notifications entity
*/
class Hook extends Libraries\EntityBase
{
/**
* This is the URL where your receive notification for each EventType
* @var string
*/
public $Url;
/**
* Status: ENABLED, DISABLED
* @var string
*/
public $Status;
/**
* Validity: VALID, INVALID
* @var string
*/
public $Validity;
/**
* EventType
* @var EventType
*/
public $EventType;
}