Netsutie PHP Toolkit
CustomerDepositApply.php
Go to the documentation of this file.
1 <?php
9 
18  public $doc;
19 
28  public $line;
29 
38  public $apply;
39 
48  public $applyDate;
49 
58  public $type;
59 
68  public $refNum;
69 
78  public $total;
79 
88  public $amount;
89 
98  public $job;
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "doc" => "integer",
105 
106  "line" => "integer",
107 
108  "apply" => "boolean",
109 
110  "applyDate" => "dateTime",
111 
112  "type" => "string",
113 
114  "refNum" => "string",
115 
116  "total" => "float",
117 
118  "amount" => "float",
119 
120  "job" => "string",
121 
122  );
123 
124 }