Netsutie PHP Toolkit
TransferOrderOrderStatus.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _pendingApproval = "_pendingApproval";
23 
30  const _pendingFulfillment = "_pendingFulfillment";
31 
38  const _rejected = "_rejected";
39 
46  const _partiallyFulfilled = "_partiallyFulfilled";
47 
54  const _pendingReceiptPartFulfilled = "_pendingReceiptPartFulfilled";
55 
62  const _pendingReceipt = "_pendingReceipt";
63 
70  const _received = "_received";
71 
78  const _closed = "_closed";
79 
86  const _undefined = "_undefined";
87 
88 }