Webhook::__construct( BigCommerceApiWebhooks_Api $api_client )

Summary

Webhook constructor


Parameters

$api_client

(BigCommerceApiWebhooks_Api) (Required) The client for making requests.


Source

File: src/BigCommerce/Webhooks/Webhook.php

	public function __construct( Webhooks_Api $api_client ) {
		$this->api_client = $api_client;
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.