Google_ProductsPromotionsCustomFields
The Google Books Importer Google ProductsPromotionsCustomFields class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_ShoppingService.php
- class Google_ProductsPromotionsCustomFields extends Google_Model {
- public $name;
- public $value;
- public function setName( $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setValue( $value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- }