Lines Matching refs:merchantId

55    * @param string $merchantId The ID of the POS or inventory data provider.
60 public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
62 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $s…
69 * @param string $merchantId The ID of the POS or inventory data provider.
75 public function get($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
77 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $s…
84 * @param string $merchantId The ID of the POS or inventory data provider.
90 public function insert($merchantId, $targetMerchantId, PosStore $postBody, $optParams = []) argument
92 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $po…
99 * @param string $merchantId The ID of the POS or inventory data provider.
105 …public function inventory($merchantId, $targetMerchantId, PosInventoryRequest $postBody, $optParam… argument
107 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $po…
114 * @param string $merchantId The ID of the POS or inventory data provider.
119 public function listPos($merchantId, $targetMerchantId, $optParams = []) argument
121 $params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId];
128 * @param string $merchantId The ID of the POS or inventory data provider.
134 public function sale($merchantId, $targetMerchantId, PosSaleRequest $postBody, $optParams = []) argument
136 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $po…