Netsutie PHP Toolkit
ItemReceiptExpense.php
Go to the documentation of this file.
1 <?php
9 
18  public $markReceived;
19 
28  public $orderLine;
29 
38  public $line;
39 
48  public $account;
49 
58  public $memo;
59 
68  public $amount;
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "markReceived" => "boolean",
85 
86  "orderLine" => "integer",
87 
88  "line" => "integer",
89 
90  "account" => "string",
91 
92  "memo" => "string",
93 
94  "amount" => "float",
95 
96  "customFieldList" => "CustomFieldList",
97 
98  );
99 
100 }