Skip to content

Commit 984c048

Browse files
1 parent 3837438 commit 984c048

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/ShoppingContent/ProductStatusDestinationStatus.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ class ProductStatusDestinationStatus extends \Google\Collection
2626
* @var string[]
2727
*/
2828
public $approvedCountries;
29+
/**
30+
* The channel of the destination.
31+
*
32+
* @var string
33+
*/
34+
public $channel;
2935
/**
3036
* The name of the destination
3137
*
@@ -69,6 +75,22 @@ public function getApprovedCountries()
6975
{
7076
return $this->approvedCountries;
7177
}
78+
/**
79+
* The channel of the destination.
80+
*
81+
* @param string $channel
82+
*/
83+
public function setChannel($channel)
84+
{
85+
$this->channel = $channel;
86+
}
87+
/**
88+
* @return string
89+
*/
90+
public function getChannel()
91+
{
92+
return $this->channel;
93+
}
7294
/**
7395
* The name of the destination
7496
*

0 commit comments

Comments
 (0)