PayPal\Api\WebhookEventTypeList::removeEventType PHP Method

removeEventType() public method

Remove EventTypes from the list.
public removeEventType ( WebhookEventType $webhookEventType )
$webhookEventType WebhookEventType
    public function removeEventType($webhookEventType)
    {
        return $this->setEventTypes(array_diff($this->getEventTypes(), array($webhookEventType)));
    }