Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/mangolib/entities/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/mangolib/entities/hook.inc

<?php
namespace MangoPay;

/**
 * Hooks and Notifications entity
 */
class Hook extends 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;
}