| 1 | <?php |
||
| 35 | class BookPriceService extends BaseWsMessage |
||
| 36 | { |
||
| 37 | /** |
||
| 38 | * @var Product[] |
||
| 39 | */ |
||
| 40 | public $Product; |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @var int |
||
| 44 | */ |
||
| 45 | public $Version = 0; |
||
| 46 | |||
| 47 | /** |
||
| 48 | * BookPriceService constructor. |
||
| 49 | * |
||
| 50 | * @param ServiceBookPriceServiceOptions $options |
||
| 51 | */ |
||
| 52 | public function __construct($options) |
||
| 58 | } |
||
| 59 |