Netsutie PHP Toolkit
VendorReturnAuthorizationOrderStatus.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _cancelled = "_cancelled";
23 
30  const _closed = "_closed";
31 
38  const _credited = "_credited";
39 
46  const _partiallyReturned = "_partiallyReturned";
47 
54  const _pendingApproval = "_pendingApproval";
55 
62  const _pendingCredit = "_pendingCredit";
63 
70  const _pendingCreditPartiallyReturned = "_pendingCreditPartiallyReturned";
71 
78  const _pendingReturn = "_pendingReturn";
79 
86  const _undefined = "_undefined";
87 
88 }