Netsutie PHP Toolkit
InventoryAssignment.php
Go to the documentation of this file.
1 <?php
9 
18  public $internalId;
19 
29 
39 
48  public $binNumber;
49 
58  public $toBinNumber;
59 
68  public $quantity;
69 
79 
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "internalId" => "string",
95 
96  "issueInventoryNumber" => "RecordRef",
97 
98  "receiptInventoryNumber" => "string",
99 
100  "binNumber" => "RecordRef",
101 
102  "toBinNumber" => "RecordRef",
103 
104  "quantity" => "float",
105 
106  "expirationDate" => "dateTime",
107 
108  "quantityAvailable" => "boolean",
109 
110  );
111 
112 }