1
0
mirror of synced 2024-11-23 13:56:08 +03:00
bitrix-module/intaro.retailcrm/lib/model/bitrix/xml/offerparam.php

35 lines
553 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 OfferParam
* @package Intaro\RetailCrm\Model\Bitrix\Xml
*/
class OfferParam
{
/**
* @var string
*/
public $name;
/**
* @var string
*/
public $code;
/**
* @var string
*/
public $value;
}