whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
quickbooks
/
v3-php-sdk
/
src
/
WebhooksService
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/quickbooks/v3-php-sdk/src/WebhooksService/WebhooksEvent.php
<?php namespace QuickBooksOnline\API\WebhooksService; /** * POJO Class WebhooksEvent */ class WebhooksEvent { /** * The eventNotification is a list * * @var */ private $eventNotifications; /** * Set the list based on passed eventNotificationList * * @param $eventNotifications * @return $this */ public function setEventNotifications($eventNotifications) { $this->eventNotifications = $eventNotifications; return $this; } /** * Return a list of EventNotification * * @return array() - eventNofications * */ public function getEventNotifications() { return $this->eventNotifications; } }
Copyright ©2021 || Defacer Indonesia