Netsutie PHP Toolkit
DepositCashBack.php
Go to the documentation of this file.
1 <?php
9 
18  public $amount;
19 
28  public $account;
29 
38  public $department;
39 
48  public $class;
49 
58  public $location;
59 
68  public $memo;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "amount" => "float",
75 
76  "account" => "RecordRef",
77 
78  "department" => "RecordRef",
79 
80  "class" => "RecordRef",
81 
82  "location" => "RecordRef",
83 
84  "memo" => "string",
85 
86  );
87 
88 }