xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for updateShopEZwroty StructType
* @subpackage Structs
*/
class UpdateShopEZwroty extends AbstractStructBase
{
/**
* The shop
* Meta information extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 1
* @var ShopEZwrotyType
*/
public $shop;
/**
* Constructor method for updateShopEZwroty
* @uses UpdateShopEZwroty::setShop()
* @param ShopEZwrotyType $shop
*/
public function __construct(ShopEZwrotyType $shop = null)
{
$this
->setShop($shop);
}
/**
* Get shop value
* @return ShopEZwrotyType
*/
public function getShop()
{
return $this->shop;
}
/**
* Set shop value
* @param ShopEZwrotyType $shop
* @return UpdateShopEZwroty
*/
public function setShop(ShopEZwrotyType $shop = null)
{
$this->shop = $shop;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO