<?php
/**
 * Created by PhpStorm.
 * User: mfigueroa
 * Date: 06/10/2017
 * Time: 17:26
 */

namespace TMWK\ClientPrestashopApi\Doc;


class ProductFeatureValueDetails
{
    /**
     * @var
     */
    public $id;

    /**
     * @var
     */
    public $id_feature;

    /**
     * @var
     */
    public $custom;

    /**
     * @var
     */
    public $value;
}