1
0
mirror of synced 2024-11-23 22:06:11 +03:00
bitrix-module/intaro.retailcrm/lib/model/bitrix/xml/xmldata.php

40 lines
660 B
PHP
Raw Normal View History

2021-05-31 16:33:02 +03:00
<?php
/**
* PHP version 7.1
*
* @category Integration
* @package Intaro\RetailCrm\Model\Bitrix
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://retailcrm.ru/docs
*/
namespace Intaro\RetailCrm\Model\Bitrix\Xml;
/**
* Class XmlData
* @package Intaro\RetailCrm\Model\Bitrix
*/
class XmlData
{
/**
* @var string
*/
public $shopName;
/**
* @var string
*/
public $company;
/**
* @var \Intaro\RetailCrm\Model\Bitrix\Xml\XmlCategory[]
*/
public $categories;
/**
* @var string
*/
public $filePath;
}