Home
last modified time | relevance | path

Searched refs:ReturnShippingLabel (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrderreturnsLabels.php20 use Google\Service\ShoppingContent\ReturnShippingLabel; alias
43 * @param ReturnShippingLabel $postBody
45 * @return ReturnShippingLabel
47 public function create($merchantId, $returnId, ReturnShippingLabel $postBody, $optParams = [])
51 return $this->call('create', [$params], ReturnShippingLabel::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnShippingLabel.php20 class ReturnShippingLabel extends \Google\Model class
80 class_alias(ReturnShippingLabel::class, 'Google_Service_ShoppingContent_ReturnShippingLabel');