Lines Matching refs:enterpriseId

44    * @param string $enterpriseId The ID of the enterprise.
49 …public function approve($enterpriseId, $productId, ProductsApproveRequest $postBody, $optParams = … argument
51 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId, 'postBody' => $postBody];
65 * @param string $enterpriseId The ID of the enterprise.
73 public function generateApprovalUrl($enterpriseId, $productId, $optParams = []) argument
75 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId];
83 * @param string $enterpriseId The ID of the enterprise.
92 public function get($enterpriseId, $productId, $optParams = []) argument
94 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId];
106 * @param string $enterpriseId The ID of the enterprise.
114 public function getAppRestrictionsSchema($enterpriseId, $productId, $optParams = []) argument
116 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId];
124 * @param string $enterpriseId The ID of the enterprise.
129 public function getPermissions($enterpriseId, $productId, $optParams = []) argument
131 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId];
139 * @param string $enterpriseId The ID of the enterprise.
158 public function listProducts($enterpriseId, $optParams = []) argument
160 $params = ['enterpriseId' => $enterpriseId];
168 * @param string $enterpriseId The ID of the enterprise.
172 public function unapprove($enterpriseId, $productId, $optParams = []) argument
174 $params = ['enterpriseId' => $enterpriseId, 'productId' => $productId];