Netsutie PHP Toolkit
SalesOrderOrderStatus.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 _cancelled = "_cancelled";
39 
46  const _partiallyFulfilled = "_partiallyFulfilled";
47 
54  const _pendingBillingPartFulfilled = "_pendingBillingPartFulfilled";
55 
62  const _pendingBilling = "_pendingBilling";
63 
70  const _fullyBilled = "_fullyBilled";
71 
78  const _closed = "_closed";
79 
86  const _undefined = "_undefined";
87 
88 }