Netsutie PHP Toolkit
DepositApplicationApply.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 $job;
59 
68  public $type;
69 
78  public $refNum;
79 
88  public $total;
89 
98  public $due;
99 
108  public $currency;
109 
118  public $amount;
119 
120 
121 
122  static $paramtypesmap = array(
123 
124  "doc" => "integer",
125 
126  "line" => "integer",
127 
128  "apply" => "boolean",
129 
130  "applyDate" => "dateTime",
131 
132  "job" => "string",
133 
134  "type" => "string",
135 
136  "refNum" => "string",
137 
138  "total" => "float",
139 
140  "due" => "float",
141 
142  "currency" => "string",
143 
144  "amount" => "float",
145 
146  );
147 
148 }