Added site field to ProductOffer
This commit is contained in:
parent
71a3a66724
commit
1a5c2dd778
1 changed files with 8 additions and 0 deletions
|
@ -170,4 +170,12 @@ class ProductOffer
|
|||
* @JMS\SerializedName("barcode")
|
||||
*/
|
||||
public $barcode;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @JMS\Type("string")
|
||||
* @JMS\SerializedName("site")
|
||||
*/
|
||||
public $site;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue