PayPal\Api\WebhookEvent::setResourceType PHP Method

setResourceType() public method

The name of the resource related to the webhook notification event.
public setResourceType ( string $resource_type )
$resource_type string
    public function setResourceType($resource_type)
    {
        $this->resource_type = $resource_type;
        return $this;
    }