Netsutie PHP Toolkit
DepositOther.php
Go to the documentation of this file.
1 <?php
8 class DepositOther {
9 
18  public $entity;
19 
28  public $amount;
29 
38  public $account;
39 
49 
58  public $refNum;
59 
68  public $department;
69 
78  public $class;
79 
88  public $location;
89 
98  public $memo;
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "entity" => "RecordRef",
105 
106  "amount" => "float",
107 
108  "account" => "RecordRef",
109 
110  "paymentMethod" => "RecordRef",
111 
112  "refNum" => "string",
113 
114  "department" => "RecordRef",
115 
116  "class" => "RecordRef",
117 
118  "location" => "RecordRef",
119 
120  "memo" => "string",
121 
122  );
123 
124 }
static $paramtypesmap