Home
last modified time | relevance | path

Searched refs:settlementId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSettlementReport.php36 public $settlementId; variable in Google\\Service\\ShoppingContent\\SettlementReport
97 public function setSettlementId($settlementId) argument
99 $this->settlementId = $settlementId;
106 return $this->settlementId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DSettlementtransactions.php38 * @param string $settlementId The Google-provided ID of the settlement.
49 public function listSettlementtransactions($merchantId, $settlementId, $optParams = []) argument
51 $params = ['merchantId' => $merchantId, 'settlementId' => $settlementId];
H A DSettlementreports.php39 * @param string $settlementId The Google-provided ID of the settlement.
43 public function get($merchantId, $settlementId, $optParams = []) argument
45 $params = ['merchantId' => $merchantId, 'settlementId' => $settlementId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php2879 'path' => '{merchantId}/settlementreports/{settlementId}',
2887 'settlementId' => [
2930 'path' => '{merchantId}/settlementreports/{settlementId}/transactions',
2938 'settlementId' => [