Netsutie PHP Toolkit
Price.php
Go to the documentation of this file.
1 <?php
8 class Price {
9 
18  public $value;
19 
28  public $quantity;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "value" => "float",
35 
36  "quantity" => "float",
37 
38  );
39 
40 }
$quantity
Definition: Price.php:28
static $paramtypesmap
Definition: Price.php:32
Definition: Price.php:8
$value
Definition: Price.php:18