Netsutie PHP Toolkit
SalesOrderOrderStatus Class Reference

Data Fields

const _pendingApproval = "_pendingApproval"
 
const _pendingFulfillment = "_pendingFulfillment"
 
const _cancelled = "_cancelled"
 
const _partiallyFulfilled = "_partiallyFulfilled"
 
const _pendingBillingPartFulfilled = "_pendingBillingPartFulfilled"
 
const _pendingBilling = "_pendingBilling"
 
const _fullyBilled = "_fullyBilled"
 
const _closed = "_closed"
 
const _undefined = "_undefined"
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

Field Documentation

$paramtypesmap
static
Initial value:
= array(
)

Definition at line 12 of file SalesOrderOrderStatus.php.

const _cancelled = "_cancelled"

Definition at line 38 of file SalesOrderOrderStatus.php.

const _closed = "_closed"

Definition at line 78 of file SalesOrderOrderStatus.php.

const _fullyBilled = "_fullyBilled"

Definition at line 70 of file SalesOrderOrderStatus.php.

const _partiallyFulfilled = "_partiallyFulfilled"

Definition at line 46 of file SalesOrderOrderStatus.php.

const _pendingApproval = "_pendingApproval"

Definition at line 22 of file SalesOrderOrderStatus.php.

const _pendingBilling = "_pendingBilling"

Definition at line 62 of file SalesOrderOrderStatus.php.

const _pendingBillingPartFulfilled = "_pendingBillingPartFulfilled"

Definition at line 54 of file SalesOrderOrderStatus.php.

const _pendingFulfillment = "_pendingFulfillment"

Definition at line 30 of file SalesOrderOrderStatus.php.

const _undefined = "_undefined"

Definition at line 86 of file SalesOrderOrderStatus.php.


The documentation for this class was generated from the following file: